Thank you soo much, it works great!

 
> I think you need a call like:
> 
>    def updategui( self ):
>       while  gtk.events_pending() :
>          gtk.mainiteration()
>       return 
> 
> After you update the gui.
> 
> Steven 
> 
> On Thu, 2004-04-29 at 18:57, Tim Hoeppner wrote:
> > I am building a info window for my app, what i mean is a window
> > basically telling the user what the script is doing exactly. My problem
> > is that when i add text (using insert_at_cursor() by the way) it only
> > loads up the info window after my code is done executing so all the
> > stuff that is being done is just dumped. I was just wondering if its
> > possible to update that window while the code is running?


_______________________________________________
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