[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| PUSH POPUP |
+---------------------------------+
PUSH POPUP <popup name>
-----------------------------------
Places a popup <popup name> on stack.
-----------------------------------
The PUSH POPUP command lets you place a popup in a "stack" of popups.
This command, when used with the POP POPUP command, lets you save a
popup, makes 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
RELEASE BAR 2 OF popexam
POP POPUP popexam
DEACTIVATE POPUP popexam
-----------------------------------
See Also: ACTIVATE POPUP, DEACTIVATE POPUP, DEFINE POPUP, POP POPUP
-----------------------------------
See Also:
ACTIVATE POPUP
DEACTIVATE POPUP
DEFINE POPUP
POP POPUP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson