Category
Function
Allows Image or Display windows to be opened and closed from within a visual program.
Syntax
Available only in the user interface.
Inputs
Name | Type | Default | Description |
---|---|---|---|
name | string or string list | no default | name of the windows to be opened or closed |
open | flag, flag list, or string list | 0 | 0: close the windows
1: open the windows |
how | string | "title" | open or close the Image or Display windows by title, label, or window |
Functional Details
name | specifies the windows to be opened. | ||||||
open | determines whether the specified windows will be opened (1) or closed (0). The effect of this parameter depends on the type of argument supplied:
| ||||||
how | if specified, determines how the name parameter is to be interpreted:
|
Note: If you use this module to close a window, you must also turn off rendering to that window, using the Route module. Otherwise the window will open and then immediately close.
Example Visual Program InterfaceControl2.net
See Also Execute, ManageColormapEditor, ManageControlPanel, ManageSequencer, Route, SuperviseWindow, SuperviseState
[ OpenDX Home at IBM | OpenDX.org ]