> Why is "self.lbl_status.set_label(self.MRKUP_DESC % status)" in > http://svn.berlios.de/viewcvs/codehack/trunk/lib/codehack/client/team/gtkui.py?rev=25&view=auto > doesn't really update the Label?
I suspect you're missing a mainiteration after the update (that will be the case if the loop after it takes a lot of CPU time and you reupdate the widget later), but I'm not 100% sure not having run the code. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
