wxCodeGen _NOT_AVAILABLE

BlitzMax Forums/Brucey's Modules/wxCodeGen _NOT_AVAILABLE

Nigel Brown(Posted 2008) [#1]
	Method OnRadioButton(event:EVENT_OnRadioButton_NOT_AVAILABLE)
		DebugLog "Please override MyPanel1.OnRadioButton()"
		event.Skip()
	End Method


I guess this means you have not finished this yet?


Brucey(Posted 2008) [#2]
Oops :-)

Yes, it's a helpful reminder for bits that I've not added yet. Rather than silently fail, it informs the whole world.


Brucey(Posted 2008) [#3]
Fixed that and OnComboBox event... and added support for wxBitmapButton and wxHyperlinkCtrl.