02-12-2010 02:44 PM
02-12-2010 03:01 PM
A built application should have a Quit LabVIEW function in it and the front panel will completely close and disappear so there is no way for a user to access the menu.
So that you can have the function in your development system and not exit has been discussed numerous times. One typical way is to use the App.Kind property and only exit if the kind is 'Run Time system'.
02-12-2010 04:42 PM
02-12-2010 05:06 PM
02-12-2010 05:06 PM
I just ran a test where the program I built deletes its own .INI file when it exits. This works. Changing the configuration (my VI does not exit LabVIEW) does not get saved after the VI has already ended. My VI runs the way I expected it to every run. It must be using some default settings. I didn't see anything in the .INI that was required. this may change if you need the webserver or VI server enabled.
Rob