|
| | |
|
Opens a Kalipso Status Window with the specified text.
Parameters
|
Window
|
|
X <numeric> |
|
|
The X coordinate where the window will appear. Setting this parameter to -1, will cause the window to be centered in X axis.
|
|
|
|
|
Y <numeric>
|
|
|
The Y coordinate where the window will appear. Setting this parameter to -1, will cause the window to be centered in Y axis.
|
|
|
|
|
Width <numeric>
|
|
|
Width of the opened window. Setting this parameter to -1, will cause the window to adjust its width to the text.
|
|
|
|
|
Height <numeric>
|
|
|
Height of the opened window. Setting this parameter to -1, will cause the window to adjust its height to the text.
|
|
|
|
|
Background Color <string>
|
|
|
Background color of the displayed status window. The format of this parameter is RRRGGGBBB (Red, Green, Blue), from "000000000" to "255255255"
|
|
|
|
Text 1
|
|
Text <string>
|
|
|
Text to be displayed in the first line of the opened status window.
|
|
|
|
|
Font Name <string>
|
|
|
Font of Text.
|
|
|
|
|
Font Size <numeric>
|
|
|
Font Size of Text. |
|
|
|
|
Font Properties <numeric>
|
|
|
Font Properties of Text. |
|
|
|
|
Text Alignment <numeric>
|
|
|
Horizontal alignment of Text. |
|
|
|
|
Font Color <string>
|
|
|
Font color of Text. The format of this
parameter is RRRGGGBBB (Red, Green, Blue), from "000000000" to
"255255255" |
|
|
|
Text 2
|
|
Text <string>
|
|
|
Text to be displayed in the first line of the opened status window.
|
|
|
|
|
Font Name <string>
|
|
|
Font of Text.
|
|
|
|
|
Font Size <numeric>
|
|
|
Font Size of Text. |
|
|
|
|
Font Properties <numeric> |
|
|
Font Properties of Text. |
|
|
|
|
Text Alignment <numeric>
|
|
|
Horizontal alignment of Text. |
|
|
|
|
Font Color <string>
|
|
|
Font color of Text. The format of this
parameter is RRRGGGBBB (Red, Green, Blue), from "000000000" to
"255255255" |
|
- Normally this action is used when you are runing a rotine that takes a long time to be performed and you want to alert the user.
- The status window prevents the user from interacting with the current Form.
- On Android, only default settings are used.
|
Updated: 3/21/2018 5:40 PM
|
| |
|
|
|