Le 30 août 09 à 09:46, Frank Niessink a écrit : > Hi Jérôme, > > 2009/8/30 <[email protected]>: > > Revision: 2382 > > http://taskcoach.svn.sourceforge.net/taskcoach/?rev=2382&view=rev > > Author: fraca7 > > Date: 2009-08-30 07:21:22 +0000 (Sun, 30 Aug 2009) > > > > Log Message: > > ----------- > > Use better version of aui if available > > [snip] > > > +# I don't know in which wx version this happened, but on my > 2.8.10.1, > > +# importing aui from wx.lib.agw gives much better results (visual > > +# clues when moving a pane, for instance). Do they have two > > +# (different) copies of the code ? Anyway. > > Andrea Gavana did a rewrite of AUI in pure Python, and fixed bugs > while he did that. AGW = Andrea Gavana's Widgets :-) Andrea is also > the author of HyperTreeList and other nice widgets. In the wxPython > download you can see more of his work. >
BTW, this means that we could save the layout in the notebook mode since agw.aui.AuiNotebook does implement LoadPerspective/ SavePerspective... That would require to bump up the wxPython dependency to 2.8.9.2 though.
