[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| POP POPUP |
+---------------------------------+
POP POPUP <popup name>
-----------------------------------
Pulls popup <popup name> off stack.
-----------------------------------
The POP POPUP command lets you remove a popup placed in a "stack" of
menus. This command, when used with the PUSH POPUP command, lets you
save a popup, make changes to the popup and then restore the popup to
its original state.
Popups are placed on and removed from the stack in a "last in, first
out" order.
+---------------------------------+
| Program Example |
+---------------------------------+
In example below, popup named POPEXAM is created. Popup is pushed to
stack and then modified. Original popup is then restored by popping it
off stack.
DEFINE POPUP popexam FROM 05,05
DEFINE BAR 1 OF popexam PROMPT 'One'
DEFINE BAR 2 OF popexam PROMPT 'Two'
DEFINE BAR 3 OF popexam PROMPT 'Three'
DEFINE BAR 4 OF popexam PROMPT 'Four'
ACTIVATE POPUP popexam NOWAIT
PUSH POPUP popexam
WAIT 'Popup pushed' WINDOW
RELEASE BAR 2 OF popexam
POP POPUP popexam
WAIT 'Popup popped' WINDOW
DEACTIVATE POPUP popexam
-----------------------------------
See Also: ACTIVATE POPUP, DEACTIVATE POPUP, DEFINE POPUP, PUSH POPUP
-----------------------------------
See Also:
ACTIVATE POPUP
DEACTIVATE POPUP
DEFINE POPUP
PUSH POPUP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson