[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| HIDE WINDOW |
+---------------------------------+
HIDE WINDOW [<window name1>
[, <window name2>] ... ]
| ALL
[IN [WINDOW] <window nameN>
| SCREEN]
[SAVE]
-----------------------------------
Removes a window from screen.
-----------------------------------
HIDE WINDOW removes the named window or windows from the screen. You
can also hide system windows like the Command window, the Calculator,
the Calendar/Diary, etc. Hiding a window is not the same as closing it.
When a window is hidden, it stays resident in memory and active in all
respects. Output can be sent to a hidden window - you just won't be
able to see it.
Closing a window removes it from memory. Windows that are removed from
memory must be DEFINEd again if they are to be placed back on the
screen. A window may be displayed on the screen with ACTIVATE WINDOW or
SHOW WINDOW.
Windows can also be hidden by choosing Hide from the Window menu popup.
You may redisplay a window on the screen by choosing its name from the
Window menu popup.
Clauses
-------
<window name> [,<window name2>...]
List of windows to hide.
ALL
Hides all windows.
IN [WINDOW] <window nameN>
Specifies parent window in which a child window will be hidden.
IN [WINDOW] SCREEN
Hides window on screen instead of inside a window.
SAVE
Places image of window on screen or in another window after window has
been hidden.
+---------------------------------+
| Program Example |
+---------------------------------+
In this example, the window named OUTPUT is DEFINED and ACTIVATED. The
program waits for you to press a key and the window is hidden. The
program waits for you to press a key again and the window is shown.
Then, press a key to remove the window from the screen and memory.
DEFINE WINDOW output FROM 6,1 TO 19,75 TITLE 'Output' ;
CLOSE FLOAT GROW SHADOW ZOOM
ACTIVATE WINDOW output
WAIT WINDOW 'Press a key to hide this window'
HIDE WINDOW output
WAIT WINDOW 'Press a key to see the window again'
SHOW WINDOW output
WAIT WINDOW 'Press a key to remove the window'
DEACTIVATE WINDOW output
RELEASE WINDOW output
-----------------------------------
See Also: ACTIVATE WINDOW, DEACTIVATE WINDOW, DEFINE WINDOW, SHOW
WINDOW
-----------------------------------
See Also:
ACTIVATE WINDOW
DEACTIVATE WINDOW
DEFINE WINDOW
SHOW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson