Stephen Emslie wrote:
I have just seen wxResizableControl in the wxAnounce mailing list,
which is just perfect for the program that I am writing at present.
However, it seems to be for wxWindows rather than wxPython. Is there
a way to impliment it in my program anyway, or is it just way too
much trouble?Also, is wxResizableControl likely to show up in the next release of
wxPython?
It's on my ToDo list but it is not a high priority so it could take a very long time for me to get to it. In the meantime you have three options.
1. Wait for me to do it.
2. Create the wrappers and demo yourself and send me the code to add to wxPython.
3. Port/Reimplement it in Python using wxPython, (and send me the code to put in the wxPython library if you want to share it.)
Since wxResizableControl doesn't have any platform specific stuff, or need low level access to anything (or shouldn't anyway) then #3 is probably the quickest and easiest to do as long as you're able to read a bit of basic C++.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!