Regarding this, another problem. Now I get my thread to update the GUI through a callback in my main thread, but the TextView gets updated only the first time, then the callback gets called again and again but doesn't automatically update the GUI (I have to click in the TextView to update it).
What could be going wrong?, I couldn't find a solution looking in the mail list. On 4/12/07, Rodrigo Uroz <[EMAIL PROTECTED]> wrote:
Thank you!!, that did the trick. Now I have another problems but surely because I'm still learning this. The thread works. I really like python, will try to encourage my mates to give it a try. Cheers. On 4/12/07, Johan Dahlin <[EMAIL PROTECTED]> wrote: > > Rodrigo Uroz wrote: > > Hi folks > > > > I started with Python yesterday and discovered this great work you've > done. > > > > I have a problem with a code I'm using to learn, I was wondering if > you > > would mind giving it a look, because I'm stuck. > > > > The problem, as you can see, is that the Thread doesn't get executed > > until the main program ends. I don't know what could be going wrong. > > Here's the code. > > http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq20.001.htp > > -- > Johan Dahlin < [EMAIL PROTECTED]> > Async Open Source > > -- Rodrigo
-- Rodrigo
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
