Initialize_StatusPanel - StatusPanel
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 | |
| sMessage | String | |
| sParams | String | Additional parameters passed to the sentinal program in the command line |
Syntax
Procedure Initialize_StatusPanel String sCaption String sTitle String sMessage String sParams
Call Example
Send Initialize_StatusPanel sCaption sTitle sMessage sParams
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 sending Set Caption_text, Set Title_Text, Set Message_Text, and Set Status_Params.