VI class/Front Panel Window.Behavior property: Difference between revisions
Appearance
< VI class
Added new property page. |
m Category reorg |
||
| Line 67: | Line 67: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 13:56, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | 259 |
| Scope | Basic Development Environment |
| Data Name | FP.Behavior |
| Short Name* | FP.Behavior |
| Long Name* | Front Panel Window:Behavior |
| * 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 | Enum U32 data type |
| Property Node | |
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | Yes |
| Available with control VIs | No |
| Available with global VIs | No |
| Available with polymorphic VIs | No |
| Available with strict type definitions | No |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Must wait until user interface is idle | Yes |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Sets the behavior of the front panel window. Valid values include 0 (Invalid), 1 (Default), 2 (Floating), 3 (Floating/Auto-Hide), and 4 (Modal).
If you load the VI in a subpanel control, this property is read only.
This property is similar to the Window Behaviorsection in the Customize Window Appearance dialog box.
| 0 | Invalid—If you read this property and an error occurs, the property returns this value. If you set the property to this value, the property returns an error. |
|---|---|
| 1 | Default—The front panel window is not floating or modal. |
| 2 | Floating—The front panel window stays on top of all other non-floating LabVIEW windows. |
| 3 | Floating/Auto-Hide—The front panel window is floating and when you switch from LabVIEW to another application, the window does not appear. |
| 4 | Modal—The front panel window stays on top of all other LabVIEW windows until you close the window or open another modal window. (Mac OS X) The operating system ignores settings for the Close, Minimize, and Maximize window buttons when you select Modal.
|
Uses
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |