Difference between revisions of "POP POPUP"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Restore specified popup from the stack | Restore specified popup from the stack | ||
Line 37: | Line 35: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Menus]] | [[Category:Menus]] | ||
[[Category:Menus Commands]] | [[Category:Menus Commands]] |
Latest revision as of 15:57, 12 November 2009
Purpose
Restore specified popup from the stack
Syntax
POP POPUP <popup>
See Also
ACTIVATE POPUP, DEFINE POPUP, PUSH POPUP, SET COMPATIBLE
Description
POP POPUP recovers the specified <popup> from the stack following a corresponding PUSH POPUP command. Popup definitions are always placed on and removed from the stack in a last in, first out order. SET COMPATIBLE should be set to ON when using this command.
Example
define popup poptest from 5,5 define bar 1 of poptest prompt "one" define bar 2 of poptest prompt "two" define bar 3 of poptest prompt "three" define bar 4 of poptest prompt "four" activate popup poptest nowait push popup poptest wait "Popup Pushed" window release bar 2 of poptest wait "This Is The Modified Popup" window pop popup poptest wait "Popup Popped, Original Popup Restored" window deactivate popup poptest release popup poptest
Products
Recital