LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Close LabView App after exit without Quiting Labview !

I need to close my LabView Application panel after the programm finished WITHOUT QUITING LABVIEW !
Message 1 of 5
(3,171 Views)
Long time ago, this came up before... look at the attached VI (Close Panel.vi) in the attached link. Its the last answer on the link by CapeFl (my old alias).
Good Luck with it, Doug

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000008210000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
Message 2 of 5
(3,171 Views)
Are you talking about a built application? If so how are you closing it that it quits LabVIEW. I have no problems closing my apps using the Application Control>>Quit LabVIEW function and the LabVIEW development system stays running. Please give us a little more detail of what you are trying to do...

Brian
Message 3 of 5
(3,171 Views)
I had the problem with the development system in the past and needed to solve this. The Quit LabView function in a build application really works without stopping other LabView Development system or built applications - thanks. The problem only exists when running more apps in dev-mode, but therfore only the boolean of the function must be set to false.
Message 4 of 5
(3,171 Views)
Another way to do it is to use a property node to close the front panel.
Message 5 of 5
(3,171 Views)