Skip to content

Initialize_StatusPanel - cProcessStatusPanel

Sets the values of the popup-status-panel elements

Type: Procedure

Parameters

Parameter Type Description
sCaption String The content of the caption bar
sTitle String A centered title that appears in the dialog
sMessage String A longer message that can appear below the title

Syntax

Procedure Initialize_StatusPanel String sCaption String sTitle String sMessage

Call Example

Send Initialize_StatusPanel sCaption sTitle sMessage

Description

Initialize_StatusPanel sets the values of the popup-status-panel elements sCaption, sTitle, sMessage, and sParams.

This should be done before the status panel is activated. This data should be considered static. Once the status panel has popped up, these characteristics will not change.

Note: If the strings are very long, they may not all fit within a single command line. You can also set these values individually by setting Caption_Text, Title_Text and Message_Text.

The image below shows where the text in each parameter will display.