02-21-2005 01:13 PM
02-21-2005 01:22 PM
02-21-2005 01:25 PM
02-21-2005 01:26 PM
02-21-2005 01:36 PM
09-09-2009 10:41 PM
09-09-2009 10:53 PM
Probably not. You will have to give more information on what you are trying to do. Does this question have anything to do with LabVIEW? If so, how?
What database, what pictures?
09-10-2009 02:00 AM
Im looking to see if there is a way to display a gif picture popup when my mouse hover across an LED or a button in the front panel. when the mouse moves away or move onto another LED, the popup picture will disapear & show another picture. the picture can be stored and extracted from either my database or the computer.
09-10-2009 02:23 AM
Yes, it's possible, but in a different way.
First off, place the picture you need on the front panel (for example, above a control), where do you want it to pop up. Then, create a property node with the "visible" property.
Then, place an event structure on the block diagram, and handle the "mouse entered" and "mouse exited" events to toggle the property.
Hope this helps!
09-10-2009 03:09 AM
Update: you can't create a property node directly on a picture placed on the control panel.
But you can place a control (a button for example), customize it by applying the picture on his surface, and create the property node on such customized control.