[wxPython] Updating the status bar?

Cliff Wells logiplex at qwest.net
Fri Aug 15 17:09:50 EDT 2003


On Fri, 2003-08-15 at 13:06, Steve Lamb wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 11 Aug 2003 05:32:10 GMT, Rob Williscroft <rtw at freenet.REMOVE.co.uk> wrote:
> > So I would guess at:
>  
> > self.MainStatus.Refresh()
> > self.MainStatus.Update()
> 
>     Finally got around to trying this and no dice.  Still does not
> update the status bar at all.  :/

Try adding a wxYield() after the Update().  The Refresh() probably isn't
necessary.

Regards,

-- 
Cliff Wells, Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726  (800) 735-0555






More information about the Python-list mailing list