LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mouse appearence

We would like to change the mouse appearance to a sand-clock whenever a VI is running. We were told that this is possible in LabView Version 7. Which VI-function does the trick?
0 Kudos
Message 1 of 5
(2,499 Views)
Select "Application Control"on the functions pallette. Then goto "Cursor" and use the "Set Busy.vi" and "Unset Busy.vi".
Or type in the search option "Set Busy.vi".

Hope this helps.
BJK
0 Kudos
Message 2 of 5
(2,499 Views)
There is no "Cursor" in "Application Control". The search option does not find anything under "Set busy.vi" nor "Cursor". We only have the base LabView package; maybe that is why. Is there a work-around?

Thanks
0 Kudos
Message 3 of 5
(2,499 Views)
> We only have the base LabView package; maybe that is why.

Correct. The Help File says "Not in Basic Package."

Les Hammer
0 Kudos
Message 4 of 5
(2,499 Views)
Here is a VI that I got from someplace that I don't remember. It uses a Windows API call to set the mouse cursor. I would modify it to have the set cursor function inside a while loop that continously runs for some duration that you control.
Message 5 of 5
(2,499 Views)