Hi Ogz,

On 7/25/05, Ogz <[EMAIL PROTECTED]> wrote:
Here is a code that should show a text at a label and continue with
ssh connection:

.......
some code
.......


txt = "test"

self.lbl_burn.set_text(txt)
self.MainWindow_Sefir.show_all ()

I suspect (but I'm not completely sure) that here you should use

while gtk.event_pending():
    gtk.main_iteration()
 
Regards

Pier

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

Reply via email to