Miscellaneous |
Top Previous Next |
Here you specify the global variables related with the alignment and styles features.
"Silent Mode" variable: Here you can assign a variable to toggle the "Silent Mode" on or off. If the value of this global variable is set to TRUE, all the Message() commands from then on, will be ignored (No output or program interruption).
"Next-only SM" variable: Here you can assign a variable to toggle the "Silent Mode" on or off for the next message only. If the value of this global variable is set to TRUE, only the next following Message() command will be ignored (No output or program interruption). The variable is reset to FALSE once the message is skipped.
"Alignment" variable: To this variable you can assign a different alignment for your message (either centered or right alignment). This should be a STRING(1) value, that will contain either C or R respectively. This variable has to be of the TRHEAD type.
"Style" variable: With this variable you can specify different effects for your message font, like bold or italic (See Text Style). This variable should be LONG and THREADed.
"Back color" active var: With this variable you specify that the next Message will have a background color and no Wallpaper (See Background color). This variable should be BYTE and THREADed.
"Back color" variable: With this variable you specify the background color for the next message (See Background color). This variable should be LONG and THREADed. For the background color to work the variable specified above (Is Background color) must be set to TRUE.
Note: These variables would normally be in your DCT, unless you are doing a DCT-less app. In this case you'll need to add the variables to the global area of your app. |