Pdo; Pop; Ptc - AMX Modero G5 Instruction Manual

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

Advertisement

Collapsible Popup Send Commands (Cont.)

^PDO

^POP

^PTC

Modero G5 Touch Panels - Configuration and Programming
Collapsed Popup Dynamic Offset Command.
Moves the collapsible popup to a specific offset position relative to the collapsed direction configured for the
popup. This allows other positions besides open and collapsed.
Syntax:
"'^PDO-<popup name>,<offset>;<optional target page>'"
Variables:
Popup name = name of the popup to affect
offset = number of pixels to offset (hide).
<offset> is constrained as follows: 0 <= offset <= collapsed offset
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:
"'^PDO-RightSlider,66'"
Move popup named RightSlider to an offset position of 66 on the current page.
"'^PDO-RightSlider,66;Media Controls'"
Move popup named RightSlider to an offset position of 66 on the Media Controls page.
Open Collapsible Popup Command.
Moves the named collapsible popup to the open position.
Syntax :
"'^POP-<popup> ;<optional target page>'"
Variables :
Popup = 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, "'^POP-Contacts'"
Open the Contacts popup on the current page.
SEND_COMMAND Panel, "'^POP-Contacts;Teleconference Control'"
Open the Contacts popup on the Teleconference Control page.
Toggle Collapsible Popup Collapsed Command.
Toggles the named collapsible popup between the open and collapsed positions. More specifically, if the popup
is not fully collapsed, it is collapsed.
Syntax :
"'^PTC-<popup> ;<optional target page>'"
Variables:
Popup = the name of the popup to toggle
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, '^PTC-Contacts'
Toggle the Contacts popup collapsed on the current page.
SEND_COMMAND Panel, '^PTC-Contacts;Teleconference Control'
Toggle the Contacts popup collapsed on the Teleconference Control page.
Programming - Send Commands
69

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents