Re: [Boa Constr] Bad with 2.7.2
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2006-11-09 02:57:51
|
Hi, Mario Lacunza wrote: > Hi, > > I just uptodate my wxPython from 2.7.1.3 to 2.7.2 Unicode > > And when I open my Boa Constructor see an error: > > http://mlacunzav.cogia.net/Imagenes/Pantallazo-BOA.png > <http://mlacunzav.cogia.net/Imagenes/Pantallazo-BOA.png> > > I see the list control cut in the bottom (with no mode to restore it) > and in the middle, between tab Aplicacion and Modulo I see an another > tab in the left background? > > Before Boa works great...Any idea? Fixed in CVS. I had to call SetMinSize(wx.DefaultSize) for both the windows in the splitter before the splitter would move. Also checked in suppression of DeprecationWarnings caused when a frame is opened in the Designer and some wx objects are introspected under 2.7.2. Thanks, Riaan. |