07-06-2017 03:35 AM
Hello,
I have a program where I have to open many panels. QuitUserInterface only allows to quit the last one open, and you have to reclick everytime until the one you want is closed.
Is there any way to close a specific panel ?
I tried both methods recommended in http://digital.ni.com/public.nsf/allkb/862567530005F09C862565B500698BE5 , same problem.
Solved! Go to Solution.
07-06-2017 04:31 AM
You can use the function DiscardPanel, an example is given here.
The link you gave explains how to close the complete application.
07-06-2017 04:41 AM
Thank you, did not think of that, but it is quite obvious.