VI class/Front Panel Window.Open property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 216
Scope Deprecated
Data Name Front Panel.Open
Short Name* FP.Open
Long Name* Front Panel Window:Open
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Boolean data type

Boolean

Property Node Front Panel Window:Open
PermissionsRead/Write

LabVIEW no longer supports this property. Use the Front Panel:Open method, the Front Panel:Close method, or the Front Panel Window:State property instead.

Reading this property indicates whether the window currently is open.

In certain situations, the value returned by this property might not be accurate. For example, if the window is hidden and you read this property, the property returns a value of TRUE. However, the window is not visible to the user.

Use the Front Panel:Open method to set the state of the window when you display it. Use the Front Panel Window:State property for more accurate information about the current state of the window. Use the Panel:Close method to close the window.

If you set this property to TRUE, LabVIEW displays the front panel window. If FALSE, LabVIEW closes the window. If no other references to the VI are open, LabVIEW removes the VI from memory. If you set this property to FALSE in a stand-alone application, the application stops.

If you load the VI in a subpanel control, this property is read-only and always returns a value of TRUE.

If you set the boundaries of a front panel to be outside the boundaries of the screen, LabVIEW ignores those settings when you open the front panel. LabVIEW displays a portion of the window title bar so you can drag the window to another location on the screen. Use the Front Panel Window:Panel Bounds property to set the bounds of the front panel window.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links