LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exe icon left on toolbar after app is closed

I have built several apps and their installers and all execute fine and all but one closes correctly.  For one of them the icon stays on the toolbar but clicking on the icon doesn't reopen the app.  This does not happen when I open and close the source VI, only for the exe version.  I can't spot any obvious difference between the build for this VI and the other builds I have done.
Denis Kohl
0 Kudos
Message 1 of 3
(2,700 Views)
It looks like there is still a VI in memory. In LV8.x you can see this by setting up a debug-connection, if you have debuggin enabled in your build and you start a debug session from a development envirenment you can see all VI's in memory.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,693 Views)
That's a good idea, Ton. Along those lines, I'd check for any dynamically called VI's (through VI server or a toolkit such as Report Generation). Is there any kind of I/O involved or some other shared resource we should be aware of? FYI - to enable debugging in a build specification, put a check in the "Enable debugging" box under the "Advanced" category.
 
Hope this helps,
Charlie S.

Visit ni.com/gettingstarted for step-by-step help in setting up your system
0 Kudos
Message 3 of 3
(2,674 Views)