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
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
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
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