While experimenting with the SashWindow.py demo script to
learn how sash windows work, I created a version of it that
doesn't need to use assigned IDs.
Also, I noticed that the assigned IDs used by the current script
are in the reserved range (4999-5999), so they should probably
be changed to values outside that range, at least.
I've attached my script, FWIW. It's only been tested on
Debian unstable, wxPython 2.5.3.2, but it works fine for
This is nice but please submit it as a patch for the current CVS version of SashWindow.py as there have been some changes since the release that would be lost if I used your file.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
This is nice but please submit it as a patch for the current CVS version of SashWindow.py as there have been some changes since the release that would be lost if I used your file.
Done! However, according to my fresh checkout of wxWidgets,
SashWindow.py was last modified in CVS on 2004/03/05, so if you
have changes since the release, it doesn't appear that you
have checked them in yet (as least not on sourceforge cvs ... ;).
Thanks. I guess I was confused by some things that appeared to be removed by your version of the module. Looking at the patch I can see that it was just moved around a bit. (Yet another reason patches are better than replacement files.)
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!