On Thu, Mar 12, 2009 at 12:06 PM, Uwe Grauer <[email protected]> wrote: > Paul McNett wrote: >> We should do a diff to compare those two versions, and take it upon >> ourselves to >> submit a patch to Andrea and/or Robin to get Cody's necessary changes into >> the >> wxPython version of the control. >> >> Then we can deprecate the Editra import, and start using the wx.lib.agw one. >> > > I took a look at the 2.8.9.2 sources. > > wx.tools.Editra.extern.flatnotebook: > # Latest Revision: 22 Nov 2007, 14.00 GMT > > wx.lib.agw.flatnotebook: > # Latest Revision: 10 Dec 2008, 11.00 GMT > > The diff is 352 lines, so i do not post it here. > > Someone who knows how flatnotebook should behave should compare how the > wx.lib.agw.flatnotebook version works for Dabo. > > Nate, do you want to do this?
I took a look this morning and it has the same issues as when I orginally wrote the wrapper. The issue with the original version is that if you display the dropdown tab button and the left/right nav buttons at the same time the left/right nav buttons are totally screwed up. The issue is in the drawing code. Best way to do this is to submit a patch. Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
