LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

popping up a VI

Hallo,

in my VI a SubVI is called. It works in the background, but I want it to appear. After pressing OK or Cancel (= two of the buttons in the menu) it should disappear again.

Howe can I mange that?

Arno
0 Kudos
Message 1 of 5
(2,702 Views)
1 - The sub vi has to stop when you press one of the 2 buttons

2 - Configure the subvi as follows :
when you are in your VI (not sub VI) rightclick on your sub vi icon, click on "SubVI Node Setup" and then enable "Show Front panel when called" and "close afterwards if orriginally closed".

Doc-Doc
Doc-Doc
http://www.machinevision.ch
http://visionindustrielle.ch
Please take time to rate this answer
0 Kudos
Message 2 of 5
(2,702 Views)
Hallo Doc-Doc,

thanks for the answer, that was really easy. I have another question: How can I prevent the menu and the toolbar to appear?

Arno
0 Kudos
Message 3 of 5
(2,702 Views)
Right-click on the icon, and choose VI Properties (you can also go via File -> VI Properties...).

Choose Window Appearance...and create your masterpiece.
0 Kudos
Message 4 of 5
(2,702 Views)
correct
Doc-Doc
http://www.machinevision.ch
http://visionindustrielle.ch
Please take time to rate this answer
0 Kudos
Message 5 of 5
(2,702 Views)