Cursor VIs

Owning Palette: Dialog & User Interface VIs and Functions

Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Cursor VIs to change the appearance of the cursor on the front panel of a VI. For example, if the VI is acquiring or analyzing data and can accept no user input, you might want to change the cursor to an hourglass or watch cursor. After the VI finishes acquiring or analyzing data and can accept user input, you can change the cursor back to the default cursor.

Example

(Real-Time Module) You cannot use these VIs in VIs that run on RT targets.

Palette ObjectDescription
Create Cursor From FileReturns a reference to a cursor in a cursor file.
Destroy CursorCloses a reference to a cursor and changes the cursor to the default cursor in any VIs using the reference.
Set BusyChanges the appearance of the cursor on the front panel of a VI to the system busy cursor. You also can use this VI to disable the mouse and keyboard on the front panel.
Set CursorChanges the appearance of the cursor on the front panel of a VI. Wire data to the icon input to determine the polymorphic instance to use or manually select the instance.
Unset BusyChanges the appearance of the cursor on the front panel of a VI from a busy cursor to the default LabVIEW cursor and enables the mouse on the front panel.

Example

Refer to the Cursor.lvproj in the labview\examples\Dialog and User Interface\Cursor directory for an example of using the Cursor VIs.

 Open example  Find related examples