> When I try to do a ExitMainLoop from a menuitem inside a TaskBarIcon the app
> doesn't go out!!!!
It is more general: it does not work when you call ->ExitMainLoop
from a popup menu. Workaround: set a flag, and call ->ExitMainLoop
from an EVT_IDLE handler.
Why do you use ->ExitMainLoop, though? Doesn't closing the frame work, too?
> Here a sample to test:
> Please send your reply and OS about the test! (Including OS and Perl
> version)
> ----------------------------------------
<snip>
> #----------------------------------------
Thanks for the test case; I really appreciate it!
Regards
Mattia
|