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. > Okay, I understand now.
There is a problem I'm working on: the AuiManagedFrameWithNotebookAPI does not have a pageChanged/pageClosed event. Is that normal ? It seems to produce strange bugs regarding the filter menu (and probably others). The container's getActiveViewer() method does not always return the currently active viewer...
