Wizard and refreshing wx.StaticText

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 :slight_smile: What you could do, was to use a textctrl instead and change the background color to the one you want.

Cheers,
Frank

路路路

Den 19. sep. 2007 kl. 17.11 skrev M. Adv:

Do you know how to refresh the page ?

Thanks.