11-21-2006 04:05 PM
11-21-2006 05:06 PM
03-19-2007 03:27 PM
03-19-2007 06:21 PM
Stupid question - did you try removing the function and putting in a new one?
Also, did you check the documentation for the function to see if it has anything to say about this?
03-20-2007 08:42 AM
NI suggested a fix (aka workaround) for my original problem and, it solved my issue.
To insure the Front Panel gets removed from the desktop on an EXIT (in 8.2), intentionally force a "FP.close" funtion by using "invoke node" prior to the EXIT.vi.
John
03-20-2007 09:16 AM
I always wire it to a AM I IN A LIBRARY function, so that the real built apps quit completely, and the dev. system doesn't, using the same code.
Is it possible that you are doing something similar, and your test has different results with LV8?
Blog for (mostly LabVIEW) programmers: Tips And Tricks
03-20-2007 09:55 AM
To CoastaMaine ....
My original QUIT.vi boolean input was unconditional, that is, always TRUE.
It performed as expected (shut down eveything) in 8.0. With 8.2, the FRONT PANEL was left dangling on the desktop.
Small test applications, the QUIT function work OK. It failed to close the Front Panel only on very large applications.
03-20-2007 11:40 AM
03-20-2007 12:02 PM
03-20-2007 01:35 PM