09-28-2008 10:08 PM
09-28-2008 10:50 PM
09-28-2008 11:08 PM
hi ..acttually i have this subvi..my main vi will have.. a map and i use boolean to show the landmark....when the user move the mouse to the boolean...the mimic of the landmark should shown at the corner...
if the user double click the boolean it can view the sub.vi mimic fully..
so currently i have 2 condition
1.if the user move the curser to the boolean it should show the mimic for tht station
2.if the user double click it user can view the vi fully.
i can do the 2 condtion but the first one ..its a bit hard..
need help.
thk u
09-29-2008 04:28 PM
Hi jeyanthi,
If I understand you correctly, you want to have an image appear when you mouse over a boolean and then open a VI when you double click the boolean? I would recommend using an event structure that is looking for mouse over and double click events. You can then make a picture appear in a picture box on your front panel that you would send the image to.
Let me know if that is what you are looking for.
Here are some links with information about event structures and images:
http://zone.ni.com/devzone/cda/tut/p/id/5785
http://decibel.ni.com/content/docs/DOC-2182