[wxPython-users] ANN: FlatNotebook Control For wxPython ;-)
Andrea Gavana
andrea.gavana at gmail.com
Mon Oct 9 14:23:35 PDT 2006
Hello Matthias,
> > Well, I can not integrate directly wxAUI with FlatNotebook, but try
> > the attached file and let me know if you like it :-D . It requires
> > wxPython 2.7 latest pre-release and latest FlatNotebook, which you can
> > get from:
> >
> > http://xoomer.alice.it/infinity77/eng/freeware.html#flatnotebook
>
> This works. It's not 100% like vs yet, because that would require direct
> integration of wx.aui and FlatNotebook (you would have to add something so
> that you can drag a pane right into a notebook or drag a page of a
> notebook and dock it as a pane).
By lurking at the wxFlatNotebook CVS, I see that Eran is working
somewhat to a tighter integration with wxAUI. I am not 100% sure I can
push FlatNotebook as he can do with wxFlatNotebook with wxAUI, because
wxAUI is wrapped in wxPython now and there might be something
implemented by Eran that I could not just translate to wxPython.
However, We are working on them :-D
> I found one more "bug". Not sure if I can call it one. If you have two
> pages with an assigned icon in two different notebooks and then drag the
> pane from one book to another, the page's icon changes to that of the
> other notebook. I guess this happens because you save the index into the
> imagelist along with the page. Now when you change pages, you look up the
> index in the wrong imagelist. I guess you could either copy that image of
> the image list or refer to the old imagelist instead.
Yes, it is a bug indeed. I wrote to Eran just to see which is the best
solution in his opinion, though I don't think it will be so
complicated to do in wxPython. Thanks for the report! And stay tuned,
the new version of FlatNotebook is being uploaded :-D
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/
More information about the wxpython-users
mailing list