Programming - Send Commands
69
Modero G5 Touch Panels - Configuration and Programming
Collapsible Popup Send Commands (Cont.)
^PDO
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.
^POP
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.
^PTC
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.
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...