Shorthand Send_Commands (cont.)
Command | Description |
|
|
“’@CFN’,<variable text address>,<color_number >”
“’@CPG’,<color_number> ,’<page name>’”
“’@CTF’,<variable text address>,<color_number >”
Set the ON feedback fill color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190 Example:
SEND_COMMAND TP,”’@CFN’,1,30”
Sets the ON feedback fill color to AQUA for variable text button 1.
Set the page with specified page name background color to the specified color.
<color_number> = see Figure 190 <page name> = 1 - 50 ASCII characters Example:
SEND_COMMAND TP,”’@CPG’,87,’Main Page’”
Sets the page title to Main Page, and the color to BLACK.
Set the page with specified page name background color to the specified color.
<color_number> = see Figure 190
SEND_COMMAND TP,”’@CPP’,54,’Audio Page’”
Sets the
PURPLE.
Set the OFF feedback text color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190 Example:
SEND_COMMAND TP,”’@CTF’,1,48”
Sets the OFF feedback text color to BLUE for variable text button 1.
128 | AXCESS Programming | Color |