wxWIZARD_EX_HELPBUTTON stealing events?

I've gotten a two-step creation of my wizard working correctly now
(thanks Robin), but still have the same problem with wizard events not
being generated. To review:

I get the help button, but an interesting problem arises. Pressing the
next or previous buttons suddenly does not call OnWizardPageChanging
(or OnWizardPageChanged for that matter). Again, merely commenting out
the SetExtraStyle line works to correct the problem.

I've troubleshot a bit, and it seems like with the SetExtraStyle
method called, no events get generated. Somehow, the pages change,
cancel or finish, but the wxEVT_WIZARD_xxx events don't get
generated.

Do I need to separately attach an event generator after calling
SetExtraStyle? Is this a bug, or something I'm missing? Thanks.

-JW

···

--
JW Pennington | The Realm: http://oregonstate.edu/~penningj/
Geosciences, Oregon State Univ., Wilkinson 017, Corvallis Or. 97331
    
    "It's hard to take life too seriously
        when you realize yours is a joke." -original

JW Pennington wrote:

I've gotten a two-step creation of my wizard working correctly now
(thanks Robin), but still have the same problem with wizard events not
being generated. To review:

I get the help button, but an interesting problem arises. Pressing the
next or previous buttons suddenly does not call OnWizardPageChanging
(or OnWizardPageChanged for that matter). Again, merely commenting out
the SetExtraStyle line works to correct the problem.

I've troubleshot a bit, and it seems like with the SetExtraStyle
method called, no events get generated. Somehow, the pages change,
cancel or finish, but the wxEVT_WIZARD_xxx events don't get
generated.

Do I need to separately attach an event generator after calling
SetExtraStyle? Is this a bug, or something I'm missing? Thanks.

Please create a small sample app that shows this problem.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!