Re: wxNotebook color change

2006-08-31 Thread Rob Wolfe
mardif wrote: > If you set: > > frame.SetBackgroundColour(wx.RED) > > On unix, you can see that label "form1" and "form2" are grey, and > others elements are red. > But on Windows, on the same line of "form1" and "form2", the color is > not red, but grey as labels. > > I want to color this space

Re: wxNotebook color change

2006-08-31 Thread mardif
No no!!! Your example is OK, great! but is not my problem: If you set: frame.SetBackgroundColour(wx.RED) On unix, you can see that label "form1" and "form2" are grey, and others elements are red. But on Windows, on the same line of "form1" and "form2", the color is not red, but grey as labels.

Re: wxNotebook color change

2006-08-31 Thread Rob Wolfe
mardif wrote: > Hi ! > > this is my problem: > > I've a wxNotebook object, which contains 2 Panels. > On up, there is TAB section, I have 2 tabs. > I want to color the TAB section with ( for example ) red color. > > I've tried with SetBackgroundColour() for wxNotebook object and for 2 > panel insi

wxNotebook color change

2006-08-31 Thread mardif
Hi ! this is my problem: I've a wxNotebook object, which contains 2 Panels. On up, there is TAB section, I have 2 tabs. I want to color the TAB section with ( for example ) red color. I've tried with SetBackgroundColour() for wxNotebook object and for 2 panel inside, but it doesn't works. why??