LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

On Mouseover

I am trying to implement a fairly simple function on the front panel but can't
seem to find right documentation. Want to have a binary control that 1)
is an image and 2) preferably switches images when mouse is over object.
Suggestions?
0 Kudos
Message 1 of 2
(2,672 Views)
Chris Anderson wrote:
>
> Want to have a binary control that 1) is an image and 2) preferably
> switches images when mouse is over object.

You could use a picture indicator, and when the attribute Mouse Position goes
>=0 then change the image. Change it back when it goes <0.

Regards,
Brian Renken
http://Brian.Renken.com/LabVIEW
0 Kudos
Message 2 of 2
(2,672 Views)