Re: Question about wx BoxSizer background

2008-08-22 Thread Gandalf
thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Question about wx BoxSizer background

2008-08-21 Thread Miki
Hello, > I'm creating a table with gridSizer,  and I'm trying to set cell > background like I use to do with HTML > > so I tried this: > BoxName =wx.BoxSizer(wx.HORIZONTAL) > BoxName.SetBackgroundColour('#cce8fa') > > and it told me their is no sauce function A sizer is just for layout management,

Question about wx BoxSizer background

2008-08-21 Thread Gandalf
I'm creating a table with gridSizer, and I'm trying to set cell background like I use to do with HTML so I tried this: BoxName =wx.BoxSizer(wx.HORIZONTAL) BoxName.SetBackgroundColour('#cce8fa') and it told me their is no sauce function so what is the right way to do it? thanks! -- http://mail