modeless wxWizard - how to get notified when closed
Vadim Zeitlin
vadim at wxwindows.org
Sun Mar 4 13:03:04 PST 2007
On Sun, 25 Feb 2007 01:22:33 +0200 cai <public.cai at gmail.com> wrote:
c> I ran into a strange problem - some particular calls to a 3rd party
c> library are not executed from the handler I hooked for
c> EVT_WIZARD_FINISHED of my custom modeless wxWizard, but they get
c> executed before and after the wizard is alive.
This doesn't really make sense to me. The wizard should still be alive
when your handler is called as the destruction of top level windows is done
in the idle time. Are you sure it's really destroyed?
c> Unfortunately, I have no idea how to get notified when the wizard
c> gets destroyed. Does any of you?
You can do whatever you need to do in the dtor of your wxWizard-derived
class.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list