Difference between revisions of "HIDE POPUP"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
==Class==
 
Menus
 
 
 
 
==Purpose==
 
==Purpose==
 
Remove a popup or popups from the display
 
Remove a popup or popups from the display
Line 26: Line 22:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Menus]]
 
[[Category:Menus]]
 
[[Category:Menus Commands]]
 
[[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