LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hourglass

Hello,
does somebody know whether there is a method inside LabView to get the
hourglass cursor and function or do I have to call an API?

TX in advance.

Klaus Hoelscher
0 Kudos
Message 1 of 3
(2,968 Views)
Klaus,

You have to call an API. There is code on NI's website. Below is the link
:

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&90ACEFB7D5591B7C8625683A000BF4B6&cat=A0CA73CF5185AEEF862567AC0057E6FF

Jared

"Klaus Hoelscher" wrote:
>Hello,>does somebody know whether there is a method inside LabView to get
the>hourglass cursor and function or do I have to call an API?>>TX in advance.>>Klaus
Hoelscher>
0 Kudos
Message 2 of 3
(2,968 Views)
Thanks Jared! That API call is great! FYI: I noticed that the cursor will not go back to normal until the user moves the mouse. An easy fix for that is to call the set of functions again once the task is completed, this time using the value 32512. That will instantly set the cursor to the arrow pointer indicating that the task is completed. When the user moves the mouse the cursor will go back to normal.
0 Kudos
Message 3 of 3
(2,968 Views)