[wxPython-users] Wizard and refreshing wx.StaticText
Frank Aune
frank.aune at broadpark.no
Wed Sep 19 09:07:33 PDT 2007
Den 19. sep. 2007 kl. 17.11 skrev M. Adv:
>
> Do you know how to refresh the page ?
>
> Thanks.
Probably call Refresh() on the frame, but if I remember correctly
you're not supposed to change wx.StaticText nor will Refresh() work.
wx.StaticText is static, hence the name :-) What you could do, was to
use a textctrl instead and change the background color to the one you
want.
Cheers,
Frank
More information about the wxpython-users
mailing list