wxCodeGen _NOT_AVAILABLE

BlitzMax Modules Forums/Brucey's Modules/wxCodeGen _NOT_AVAILABLE

	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?

Oops :-)

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

Fixed that and OnComboBox event... and added support for wxBitmapButton and wxHyperlinkCtrl.