LabelButton command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Lets you replace the label of a Client button bar button. </span> ''...") |
No edit summary |
||
Line 11: | Line 11: | ||
<span class="f_Para">where: </span> | <span class="f_Para">where: </span> | ||
*''buttonName'' is | *''buttonName'' is button0, button1, etc; that is, the name of a currently [[intro_configurable_components.html#named_buttons|mapped]] button. | ||
*''newlabel'' can be as many as 50 characters (the button is expandable). | *''newlabel'' can be as many as 50 characters (the button is expandable). | ||
<span class="f_Para">If the command executes successfully, the label changes immediately, and you receive a | <span class="f_Para">If the command executes successfully, the label changes immediately, and you receive a Label set for: ''buttonName'' message. | ||
<span class="f_Para">Example: </span> | <span class="f_Para">Example: </span> |
Revision as of 00:58, 27 May 2022
Action: |
Lets you replace the label of a Client button bar button. Syntax: labelButton buttonName newlabel where:
If the command executes successfully, the label changes immediately, and you receive a Label set for: buttonName message. Example:
The following macro uses labelButton:
continueMacroIf &&blackOrWhiteList = 'black' |
Client menu: | -- |
Introduced: | Build 62 |