0

Cancel a running input panel.

Filipe Cabecinhas 12 years ago updated 12 years ago 0
Hi. I want to be able to cancel an input panel that is visible. How can I do that?
I'm implementing an asynchronous debugger mode and am showing the panel immediately after a command is sent (before the command finishes).

My problem is when the command makes the debugger quit. The panel is already visible. How can I hide it or destroy it?