07-06-2017
03:35 AM
- last edited on
08-13-2026
05:07 PM
by
Content Cleaner
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 https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6C9SAK&l=en-US , same problem.
Solved! Go to Solution.
07-06-2017
04:31 AM
- last edited on
08-13-2026
05:08 PM
by
Content Cleaner
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.