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

Oh, I see now. I don't know if that is possible on windows.
SetBackgroundColour works differently on windows than on unix,
so probably native windows widget doesn't support this feature.
(but I can be wrong of course.)

Regards,
Rob

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to