06-07-2006 06:32 AM
06-07-2006 07:04 AM
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
06-08-2006 01:42 AM - edited 06-08-2006 01:42 AM
Message Edited by Huzach on 06-08-2006 01:58 AM
06-08-2006 11:19 AM
Hello Huzach,
I noticed the same behavior even with Close afterwards if originally closed checked. However after I disabled (unchecked) Allow user to close window, the desired behavior started to occur. Make sure that Close afterwards if originally closed is checked and Allow user to close window is unchecked in VI Properties. Also make sure that the subvi has actually stopped execution of all while loops inside of it. If it is not done executing it will not close automatically. You can do this by comparing the progress bar to 100 and stopping the while loop that is reading the progress after it gets to 100.
Steven T.