AMX G3 User Manual
Page 143
Color Active-Matrix LCD Touch Panels
AXCESS Programming
135
Variable text Send_Commands (cont.)
Command
Description
"'BTOF',
Set a specific button's active state to off.
Example:
SEND_COMMAND TP, 'BTOF 255'
Sets the state for button 255 to off.
"'BTON',
Set a specific button's active state to on.
Example:
SEND_COMMAND TP, 'BTON 128'
Sets the state for button 128 to on.
"'!C',
Set the border, font, and text in one command.
= See Figure 191
Example:
SEND_COMMAND TP,"'!C',1,6,6,'VCR PLAY'"
Sets the variable text button 1 title to VCR PLAY using a
hollow medium font, and changes the border attribute to
double rounded.
"'!F',
Shorthand version of
'
FONT
'
command.
= See Figure 191
Example:
SEND_COMMAND TP,"'!F',1,'6'"
Changes variable text button 1 font to hollow medium.
'FONT
Change the font size (or style) of the text in a specific button.
= See Figure 191
Example:
SEND_COMMAND TP,'FONT1-6'
Changes variable text button 1 font to hollow medium.