POP POPUP
From Recital Documentation Wiki
Revision as of 15:57, 12 November 2009 by Helengeorge (Talk | contribs)
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