05-21-2010 05:23 AM
In my Xcontrol, I want to change "mouse cursor". But I found I can only change the cursor in the VI ,which contains my Xcontrol.
As a example, I edited the labview example "Dual Mode Thermometer". In facade/Data Change event, I set cusor to 2. but it didn't work?
Solved! Go to Solution.
05-21-2010 07:08 AM
Here's an example to change the cursor when the user hovers the thermometer
This Mouse Enter is for the VI class of the Facade VI:
I have a similar setup for the Mouse Leave event with the value 1.
Ton
05-23-2010 08:23 PM
Thank you,Ton .
It works.
02-25-2011 01:52 PM
I have an XControl within an XControl on a dynamic VI. The innermost XControl has an intensity graph and depending on what happens in the mouse click event, I may want to switch my cursor to a red X. When I do this, it doesn't work right, but always switches to the hand cursor. I've tried the above solution but it made no difference, presumably because this XControl is on the facade of a different one. The automatic cursor changes work fine, like when I select different tools on the graph palette.