From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,305 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,305 Views)