TheLord45 / amxpanel

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

Command: TPAGEON #46

Open TheLord45 opened 5 years ago

TheLord45 commented 5 years ago

Turn On page tracking.

This command turns On page tracking, whereby when the page or popups change, a string is sent to the Master. This string may be captured with a CREATE_BUFFER command for one panel and sent directly to another panel.

Syntax: "'TPAGEON'"

Example: SEND COMMAND Panel,"'TPAGEON'" Turns On page tracking.