Difference between revisions of "DEACTIVATE POPUP"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Remove an Xbase style pop-up menu from the screen | Remove an Xbase style pop-up menu from the screen | ||
Line 27: | Line 23: | ||
==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:42, 10 November 2009
Purpose
Remove an Xbase style pop-up menu from the screen
Syntax
DEACTIVATE POPUP
See Also
ACTIVATE POPUP, CLEAR POPUPS, DEFINE POPUP, ON SELECTION PAD, ON SELECTION POPUP, RELEASE POPUPS, SET COMPATIBLE
Description
The DEACTIVATE POPUP command removes the currently activated Xbase style pop-up menu from the screen. The affected pop-up menu is not released from memory when deactivated, 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
on selection pad endit of popup_4; deactivate popup
Products
Recital