Difference between revisions of "HIDE POPUP"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Remove a popup or popups from the display | Remove a popup or popups from the display | ||
Line 19: | Line 12: | ||
==Description== | ==Description== | ||
− | The HIDE POPUP command removes the specified activated Xbase style popup menu(s) from the screen. The popup name or names are specified in <expC1>, <expC2> | + | The HIDE POPUP command removes the specified activated Xbase style popup menu(s) from the screen. The popup name or names are specified in <expC1>, <expC2>,... .The affected pop-up menu is not released from memory when hidden and may be activated again using the ACTIVATE POPUP command. The command SET COMPATIBLE should be set ON when using the Xbase style menus. |
Line 29: | Line 22: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
+ | [[Category:Menus]] | ||
+ | [[Category:Menus Commands]] |
Latest revision as of 16:49, 11 November 2009
Purpose
Remove a popup or popups from the display
Syntax
HIDE POPUP <expC1>[,<expC2>,...]
See Also
ACTIVATE POPUP, CLEAR POPUPS, DEACTIVATE POPUP, DEFINE POPUP, ON EXIT POPUP, ON POPUP, ON SELECTION POPUP, POP POPUP, POPUP(), RELEASE POPUPS, SET COMPATIBLE, SHOW POPUP
Description
The HIDE POPUP command removes the specified activated Xbase style popup menu(s) from the screen. The popup name or names are specified in <expC1>, <expC2>,... .The affected pop-up menu is not released from memory when hidden and may be activated again using the ACTIVATE POPUP command. The command SET COMPATIBLE should be set ON when using the Xbase style menus.
Example
hide popup popup1
Products
Recital