LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse over event

Is there a way to get a reference on an object that which is currently hovered (fly over) by the mouse cursor?
0 Kudos
Message 1 of 3
(2,664 Views)
this link might be what you want:

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000000080000006E0E0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=mouseover&USEARCHCONTEXT_QUESTION_S=0
Message 2 of 3
(2,664 Views)
It is not exactly what I need. I want to work by reference. Otherwise I will be force to pool the coordonate of each Control in my application. And belive me there is a lot of controls in this application.

Actualy, I found a work arround. I'm creating an array of reference and I'm pooling, in a for loop, for each focus key state. I'm creating a copy of the reference who has the focus. And I do all I have to do...

I have one problem though. The boolean control are not getting the focus when I click on them same thing with the sliders. And I didn't test all the types of control. Now I need to find a work arround for this. Maybe a work arround would be an other development environment... 😉

Nitrof
0 Kudos
Message 3 of 3
(2,664 Views)