Re: gridSizer inside a panel element

2008-08-22 Thread Mike Driscoll
On Aug 22, 8:51 am, Iain King <[EMAIL PROTECTED]> wrote: > On Aug 22, 2:09 pm, Gandalf <[EMAIL PROTECTED]> wrote: > > > > > why when I try to insert gridSizer to a panel which already inside > > another panel the gridSizer doesn't work? > > > this is the code: > > > panel3= wx.Panel(self, -1, (0, 6

Re: gridSizer inside a panel element

2008-08-22 Thread Mike Driscoll
On Aug 22, 8:09 am, Gandalf <[EMAIL PROTECTED]> wrote: > why when I try to insert gridSizer to a panel which already inside > another panel the gridSizer doesn't work? > > this is the code: > > I'm not sure how to do multiple panels like that. And I'm not really sure what you're trying to achiev

Re: gridSizer inside a panel element

2008-08-22 Thread Iain King
On Aug 22, 2:09 pm, Gandalf <[EMAIL PROTECTED]> wrote: > why when I try to insert gridSizer to a panel which already inside > another panel the gridSizer doesn't work? > > this is the code: > > panel3= wx.Panel(self, -1, (0, 60), size=(400, 240) , > style=wx.SIMPLE_BORDER); > panel3.SetBack

gridSizer inside a panel element

2008-08-22 Thread Gandalf
why when I try to insert gridSizer to a panel which already inside another panel the gridSizer doesn't work? this is the code: panel3= wx.Panel(self, -1, (0, 60), size=(400, 240) , style=wx.SIMPLE_BORDER); panel3.SetBackgroundColour('#dadadb') panel = wx.Panel(panel3, wx.ID_ANY, s