Hello.
First of all, sorry if this has already been discussed - I'm new here,
and I couldn't find anything by searching...
Since there's virtually no documentation, especially regarding custom
components, I thought I'd post my question here, in the hope that
someone out there can help me.
I'm writing a Python program using visualWx to design the interface (I
simply like Active State's Komodo better for its code intelligence).
Visual Wx is by far the best IDE for interface design of those I've tried.
What I want to do is use the GenBitmapButton from wx.lib.buttons in
stead of the not-so-great wx.BitmapButton. I'm trying to add it as a
Custom Component. It works... almost. The only thing I can't figure
out is how to make the "Bitmap" functionality work - it's rather
tedious to write the code by hand, and the regular Bitmap related
components seem to work just fine.
To clarify: I want a Custom Component named "GenBitmapButton" which,
when placed, works out-of-the-box exactly like a regular
wxBitmapButton - the ability to, for instance, set the "bitmap" stuff
by interface rather than by code...
I hope I'm making this clear enough. English isn't my first language,
so please ask me if I'm being incomprehensible...
Regards,
Krank