Layout in wxPython. I am lost....

Quickly looking through your code, you forgot to call self.Layout()
before "self.Show(True)". I would advise you to build your GUI first
with wxGlade and to study the generated code.

Stani

···

On Tue, Apr 29, 2008 at 3:05 PM, Prashant Saxena <animator333@yahoo.com> wrote:

Hi,

I am new to wxPython and the I am really not able to understand layouting
using box,grid,splitter..... I am trying to create a UI and so far I have
done half of it. I have attached an image and script and I really need some
help. In the image RED lines shows splitter window.

Best regards

________________________________
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
now.
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

--