08-11-2009 09:23 AM
Anil Reddy wrote:yeah, true...i tried the one with interapplication communication....
but this "quit labview" is not good option to close windows unless you are closing the main window that closes the entire application. if we want to close intermediate windows, it is always better to use property node i believe.
Not only better but the only way. To close an "intermediate window" (e.g. dialog) you need to close the FP either exxplicitedly with a FP:Close method or with the subVI setting "Open FP when called" and "Close afterwards if originally closed". Otherwise you terminate your process brutally.
I do never use the Quit LabVIEW function but always close the main window with a FP:Close method too.
Rolf Kalbermatter
01-17-2025 03:55 AM
Hi Alain,
do the "Close Labview" close only the istance is running?
I mean, if I have more than one exe running, may I close only this one?
01-17-2025 04:11 AM