Will be grate to have wizard for custom components, that can be created and added to the palette.
I could do some easy custom control support which would be shown as static bitmap. Eventually I thought about adding wxDC class data into squirrel and which would allow dynamic content, but that may introduce some huge dependency problem (like providing wxBitmap in squirrel etc. as well).
So for now I'll start implementing the easier solution. Hope this will be enough for some time
I notice wxSmith still puts comment tags in the event table. Does it actually use them any more?
I left it for the time of testing Connect() functionality. Since it works well, this section will be removed soon. The only problem I've found is that EVT_BUTTON uses some hack when __SMARTPHONE__ is defined (EVT_BUTTON is mapped into EVT_MENU) but this can be handled inside source code too
I will add my vote for custom controls. I use custom controls a lot. Even a basic library of custom control creation strings would be really useful.
Oh yes, a minor buglet. If you add a wxPanel to a wxNoteBook it can sometimes be difficult to place the first sizer on that panel. It keeps saying you need to place a panel before you can place the sizer.
Thanks,
Les
Can you submit some bug report ? I've already found that bug some time agou but forgot about it :oops:
Regards
BYO