Re: wxPython StatusBar Help

2007-01-30 Thread jean-michel bain-cornu
Hi, I'm working with wxPython 2.8.1.1. Does anybody know how to change the foreground colors in a wx.StatusBar You can get inspiration from the following code, but the problem is you will have also to draw all the status bar stuff, not only the foreground color. I don't know any other way.

wxPython StatusBar Help

2007-01-29 Thread herve
Hi, everybody I'm working with wxPython 2.8.1.1. Does anybody know how to change the foreground colors in a wx.StatusBar -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython StatusBar Help

2007-01-29 Thread Frank Niessink
2007/1/29, herve [EMAIL PROTECTED]: Does anybody know how to change the foreground colors in a wx.StatusBar wx.StatusBar is a subclass of wx.Window so SetForegroundColour should work... Cheers, Frank PS: In general, wxPython related questions are best asked on the wxPython-users