VI Server Method Information
|
Method ID
|
44A
|
Scope
|
Basic Development Environment
|
Data Name
|
FP.Run-Time Position.Custom
|
Short Name*
|
FP.Run-Time Position.Custom
|
Long Name*
|
Front Panel:Run-Time Position:Custom
|
* 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
|
Return Data Type
|
No return value
|
Invoke Node
|
|
Available in Real-Time Operating System | No |
Available in Run-Time Engine | Yes (Read/Write) |
Available with control VIs | Yes |
Available with global VIs | Yes |
Available with polymorphic VIs | Yes |
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 | No |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Configures the referenced VI to open its front panel in a custom position every time the VI runs. If the VI is running when you call this method, the change does not take effect until the next time the VI runs.
If you want to change the position of the VI while it is running, use the Front Panel Window:Window Bounds property instead.
This method is similar to selecting Custom from the Position pull-down menu on the Window Run-Time Position page of the VI Properties dialog box.
Parameters
Data type
|
Name
|
Required
|
Description
|
|
Position
|
No
|
Indicates the top left coordinate of the front panel window position.
|
|
Size
|
No
|
Indicates the size of the window.
|
Uses
History
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links