wxWizard crash

BlitzMax Forums/Brucey's Modules/wxWizard crash

rs22(Posted 2009) [#1]
I'm not sure if I'm even using it properly, but when I try to use wxWizard, my application just crashes.



Does anyone know how to use it properly, or what I'm doing wrong? Thanks!

EDIT:

I got it working with wxWizardPageSimple:




Brucey(Posted 2009) [#2]
I'm not sure if I'm even using it properly, but when I try to use wxWizard, my application just crashes

If you want to use a wxWizardPage, then you need to create your own subclass of it, and override GetPrev() and GetNext().
Or you can extend wxWizardPageSimple instead.