I'm using a label to store a status of a certain task which freezes up 
the gui because it's heavy.
I have two questions:

1. Will some kind of threading take the stress of the gui (it blanks 
while mysql operations are being made and sometimes these take time and 
the gui is stuck untill the mysql queries are finalized)

2. Is there a way to "refresh" the label because after my set_text 
method the next thing are the sql queries and I can withstand the gui 
getting stuck as long as the correct status (Heavy SQL work please be 
patient) appears and explains why it's stuck.

Anyhelp appriciated
regards -
-- 
Lior Kesos ,  [EMAIL PROTECTED]
Aduva re.search("meaning",self)
============================
KISS - Keep It Simple Stupid.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to