Collapsible Popup Send Commands; Pcl; Pct - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Programming - Send Commands

Collapsible Popup Send Commands

Collapsible Popup Send Commands are new to the Modero X G5 touch panels, and support the operation of collapsible
popups.
Please note that collapsible popup send commands do not automatically show the popup on the target page. The popup
must be first shown with a standard show command. This applies even when the collapsible popup is a member of a
popup group. For all of these commands, if the target page is blank, the current page is used. If the named popup is not
collapsible, the commands are ignored.
Collapsible Popup Send Commands

^PCL

^PCT

68
Collapse Collapsible Popup Command.
Moves the named closeable popup to the collapsed position.
Syntax :
"'^PCL-<popup name>;<optional target page>'"
Variables :
Popup name = the name of the popup to collapse
Target page = name of the page hosting the popup to affect the change upon. If target page is not specified,
the command is applied to the current page.
Examples :
SEND_COMMAND Panel, '^PCL-Contacts'
Collapse the Contacts popup on the current page.
SEND_COMMAND Panel, '^PCL-Contacts;Teleconference Control'
Collapse the Contacts popup on the Teleconference Control page.
Collapsible Popup Custom Toggle Command.
This is an advanced "toggle" command for collapsible popups, working with a comma-separated list of
commands. This list is parsed and a command table is created. Based on the current state of the collapsible
popup, the correct command is executed.
Note: The previously parsed list is saved and is only parsed again if the command string differs for this popup.
Syntax :
"'^PCT-<popup>,<custom toggle commands>;<optional target page>'"
Variables :
Popup = popup name
Custom toggle commands = a comma separated list of commands. This list is parsed and a command table
is created. The state letters are as follows:
o - open
c - collapsed
d - dynamic, followed by an integer indicating the offset.
* - wildcard, always last in the list
Before and after states are separated by -> characters.
Target page = name of the page hosting the popup to affect the change upon. If target page is not specified,
the command is applied to the current page.
Example:
SEND_COMMAND Panel,'^PCT-RightSlider,c->o,o->d100,*->c'
The RightSlider open if collapsed, move to d100 if open, and collapse otherwise.
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents