wxCodeGen doesn't recognize wxCalendarCtrl

BlitzMax Forums/Brucey's Modules/wxCodeGen doesn't recognize wxCalendarCtrl

mrburns(Posted 2008) [#1]
Hi, for some reason, wxCodeGen doesn't seem to export the calendar control. It exports the date picker fine but I had to manually add wxCalendarCtrl. It shows up in the wxFormBuilder project file, so I know it's there.

Thank you.


Brucey(Posted 2008) [#2]
Ah. Another one that needs done.

So many widgets... so little time ;-)

I'll let you know when it does.


mrburns(Posted 2008) [#3]
Thanks a million Brucey!


Brucey(Posted 2008) [#4]
Okay. I've added support for wxSpinButton, wxCalendarCtrl and wxColourPickerCtrl. (Available via SVN)

Hopefully that's all of them now - but you never know.

Let me know if it doesn't work.


mrburns(Posted 2008) [#5]
Thanks Brucey. I just tried the Calendar and it seems to work fine.