LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

build application, remove menubar

Hi

I am trying to build an application. Here I un-check the meunubar in window appearance of VI properties. And I use Quit Labview function close the program. After I have converted it into an application.

It worked right until I I clicked on button to close the program. By right the program must close in a neat way, like switching TV off. However, before the program disappear at the command of the close button, the appearance of the program switched to another view that looks like editor of Labview, showing menubar, It won't leave in the clean way. Why is this so?


How can I solve the problem? pls see the attached executed program. It will close fast, so no chance to see the menu bar at the moment. But when the large application is built, obviously it can be seen. And what's more, before it quits, there is a change in the size of the window, meaning that it might be switched into editor before closing.

Here are the execeuted application, amended winexecute3, unamended winexecute.

clement
0 Kudos
Message 1 of 2
(2,543 Views)
If you used the QUIT LabVIEW VI, what you're seeing should not be happening. Are you sure that code is running?
Another, cleaner, option is to check Show Front Panel When Called and Close Afterwards if Originally Closed in Window Appearance. This should cause the VI window to close when the VI is stopped, meaning you don't need to use Quit LV.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,538 Views)