wxWizard crash
BlitzMax Forums/Brucey's Modules/wxWizard crash| 
 | ||
| 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: | 
| 
 | ||
|   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. |