On Thu, 2002-08-01 at 16:46, Rob Brown-Bayliss wrote:
> Hi, I have been going of the archive for a while now and I cant seem to
> get this sorted.

My mail is down this morning, at least the recieving of mail so I don't
know if thhere have been any replys, but I got it sorted with:

def pending():
        while gtk.events_pending():  
                gtk.mainiteration(0)

then in mythread I add a pending() at the end of each for loop thats
adding rows to teh model for my treeview..  It's a shame that I saw that
in a mailatleast 5 times yesterday and didn't seem to register... More
coffee perhaps :o)

-- 

*
*  Rob Brown-Bayliss
*
_______________________________________________
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