Re: wxListbook layout problem

2005-10-25 Thread SPE - Stani's Python Editor
It is definitely a bug. The same problem also happens with wx.LB_BOTTOM. Tested on WinXP (SP2), python 2.4.1, wxPython 2.6.1.0 Stani -- SPE - Stani's Python Editor http://pythonide.stani.be http://pythonide.stani.be/manual/html/manual.html -- http://mail.python.org/mailman/listinfo/python-list

Re: wxListbook layout problem

2005-10-25 Thread Steve Holden
Andrea Gavana wrote: > Hello Kay, > > >>Core Windows/Contols folder, replace there wx.LB_DEFAULT by wx.LB_RIGHT >>and resize the main window the listbox on the right side moves into the >>area of colored panel. This is a surprise to say the least. Has anyone >>of the GUI specialists an idea how t

Re: wxListbook layout problem

2005-10-25 Thread Andrea Gavana
Hello Kay, > Core Windows/Contols folder, replace there wx.LB_DEFAULT by wx.LB_RIGHT > and resize the main window the listbox on the right side moves into the > area of colored panel. This is a surprise to say the least. Has anyone > of the GUI specialists an idea how to fix this? Yeah, that's a

wxListbook layout problem

2005-10-25 Thread Kay Schluehr
Probably some of you know the amazing demo application for wxPython. When you open the Listbook demo in the Core Windows/Contols folder, replace there wx.LB_DEFAULT by wx.LB_RIGHT and resize the main window the listbox on the right side moves into the area of colored panel. This is a surprise to sa