03-04-2010 10:35 AM
Hello,
I'm sure this has been answered before but after a long search I haven't exactly got what I'm looking for, so here goes.
I want to have a picture pop up when a user "hovers mouse" over a control or indicator on a front panel for a time.
I am a beginner @ labview so be very descriptive if you can.
Signed NOOOOOB!
Solved! Go to Solution.
03-04-2010 10:42 AM
You could use the Mouse enter and Mouse leave events on the control to detect when you are hovering over.
With that and possibly a mini pop up subVI that only displays the picture indicator at the desired mouse coordinates.
03-04-2010 01:11 PM
03-04-2010 01:24 PM
03-04-2010 04:27 PM
It needs to be backsaved. It loses functionality in translation because certain things did not exist in LabVIEW 7.1. Looking at the code, though, the way it works is that it actually displays a web browser control over a picture indicator. The intention being that it can display animated GIFs. If all you want to do is display a static picture, then you can do something like the attached example.
FYI: For saving VIs in earlier versions of LabVIEW you can post a request in the Downconvert VI Requests thread.
03-04-2010 07:15 PM
Thanks that is exactly what I was after.