wxWizard OnInit?

BlitzMax Forums/Brucey's Modules/wxWizard OnInit?

UNZ(Posted 2013) [#1]
Is it possible that the wxWizard wrapper is buggy?
A wxWizard's OnInit() method is not called on create.

example:



Pete Rigz(Posted 2013) [#2]
It seems to have been left out of wxWizard.create method. You can just open the file and add OnInit() just before return self on line 108. Don't forget to recompile wxWizard after though.


UNZ(Posted 2013) [#3]
I'm not sure if I do something wrong or wxWizard has issues.

When I run this:


it crashes...