Igor Prischepoff wrote:
I have downloaded this app.
Very good idea
Panel with big green sqare.
A rectangle! The app starts with the panel MyPanel_0.
(win2k,python2.3,wxpython 2.6)
Should be ok with Python 2.3
More seriously, LearnSizers1 is a Python script to play with. It
is not a demo application. The application is designed to be edited
and run. In order to test the different panels, go tp the class MyFrame
and change the line (~882)
self.panel = MyPanel_0(self)
and replace with
self.panel = MyPanel_xx(self)
where xx is in range 0 .. 25 and see -study- what happens.
Franz Steinhäusler:
thank you for this interesting application
Good. If (and when) I have the time, I will try to mprove it. For
the while, I think, the app is good enough and has a quite clear
code. Of course, any proposals are welcome.
Jean-Michel Fauth, Switzerland