TheLord45 / amxpanel

Emulator for AMX panels
GNU General Public License v3.0
13 stars 1 forks source link

Command: ^BSF #28

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set the focus to the text area.

Note: Select one button at a time (single variable text address). Do not assign a variable text address range to set focus to multiple buttons. Only one variable text address can be in focus at a time.

Syntax: "'^BSF-<vt addr range>,<selection value>'"

Variable: variable text address range = 1 - 4000. selection value = Unselect = 0 and select = 1.

Example: SEND_COMMAND Panel,"'^BSF-500,1'" Sets the focus to the text area of the button.