[wxpython-users] Changing the Style of text in the StatusBar
C M
cmpython at gmail.com
Thu May 15 16:03:33 PDT 2008
On Thu, May 15, 2008 at 6:17 PM, Timothy Grant <timothy.grant at gmail.com> wrote:
> I have some text in my status bar...
> Pop 1234 (-5)
> I would LOVE to be able to colour the number in the parens RED when it's
> negative and GREEN when it's positive.
> So far the only thing I've been able to come up with is to put a TextCtrl
> that's read only down there and then style the text inside the TextCtrl.
> Is there an easier way? or is that what I need to implement?
>
> --
> Stand Fast,
> tjg.
You could also use Andrea's nice EnhancedStatusBar, especially if
you'll be adding more than just colored text:
http://xoomer.alice.it/infinity77/main/EnhancedStatusBar.html
More information about the wxpython-users
mailing list