LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CALLING TWO VI'S TOGETHER

hi need help is it possible i call the same vi together..let say i have main page. my secnd page sub page..i wana do a picture of my next page in my main page then when they click into it the can view the sub page fully -------------------------------------------------------------------------------- main page at the corner i want to call my scnd page..just as a small picture when user click into the main page then only the can view my scnd page fully.. can anyone help me
Message 1 of 4
(2,677 Views)

Could you repeat that? 😮

 

Message 2 of 4
(2,676 Views)

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

0 Kudos
Message 3 of 4
(2,669 Views)

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

Sappster
0 Kudos
Message 4 of 4
(2,616 Views)