LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

make a window visible and invisible without closing it

just a simple question, how can i make a window (front panel of a sub-VI) invisible while running another VI, without closing the VI as i would need to use its data again from menu selection. Thanks
0 Kudos
Message 1 of 6
(3,150 Views)
On the sub-vi front panel right click the icon in the top-right corner and goto 'window appearance' and then 'customise'. You can also do this by "ctrl-i".
Here you will find options to control window pop-up behaviour.

Hope this helps,
Gurdas
Gurdas Sandhu, Ph.D.
ORISE Research Fellow at US EPA
0 Kudos
Message 2 of 6
(3,139 Views)
You could set the VI-Property "FrontPanel-State", if you want to do it programatically.

Hope it also helps.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 3 of 6
(3,137 Views)
Thanks Gurdas and Becktho: I actually want to do it programmatically, Becktho: please how do i set the front-panel window property to being invisible. Thanks
Me
0 Kudos
Message 4 of 6
(3,132 Views)
Just create a reference to the current vi.
Then use a property-node.

The value can be set using a constant.

Just have a look at the attachment.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 5 of 6
(3,129 Views)
That's exactly what i was looking for, cheers man. It's working now.
Me
Message 6 of 6
(3,120 Views)