Figure194
Color Send_Commands
Color Send_Commands
Use the color Send_Commands (Figure 194) to set the colors for text, buttons, and
pages.
Color Send_Commands
Command | Description |
|
|
Note
You must use the variable text assignments to change button colors.
'CALL<variable text
'CBOFF<variable text
_number>'
Set the colors for a variable text button. See Figure 190 for color numbers.
<variable text address> = 1 - 255
<data> = 6 color_number series for:
FILL COLOR ON
FILL COLOR OFF
BORDER COLOR ON
BORDER COLOR OFF
TEXT COLOR ON
TEXT COLOR OFF
Example:
SEND_COMMAND
Sets variable text button 1 to:
FILL COLOR ON = BLUE
FILL COLOR OFF = WHITE
BORDER COLOR ON = RED
BORDER COLOR OFF = RED
TEXT COLOR ON = WHITE
TEXT COLOR OFF = BLUE
Set the OFF feedback border color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190
Example:
SEND_COMMAND
Sets the OFF feedback border color to RED for the variable text button 1.
132 | AXCESS Programming | Color |