"Davy" <[EMAIL PROTECTED]> wrote:
>Although I don't understand your explanation very well(I guess
>maybe .after() re-schedule is better than .sleep unresponsive in GUI
>application?)I will take it as a golden rule.
I did not in fact try to explain it - I was trying to get you to
think a bit wid
On Dec 5, 3:05 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote:
> "Davy" <[EMAIL PROTECTED]> wrote:
> > I have used Tkinter after() to do loop update GUI in my previous post.
> > And I tried to change after() to time.sleep(), but it seems doesn't
> > work at all, the Queue send and receive data
"Davy" <[EMAIL PROTECTED]> wrote:
> I have used Tkinter after() to do loop update GUI in my previous post.
> And I tried to change after() to time.sleep(), but it seems doesn't
> work at all, the Queue send and receive data properly, but the GUI
> didn't even appear?
>
> //-code changed-
Hi all,
I have used Tkinter after() to do loop update GUI in my previous post.
See
http://groups.google.com/group/comp.lang.python/browse_thread/thread/6b616abc236c345b/7df7684d33c969c5#7df7684d33c969c5
And I tried to change after() to time.sleep(), but it seems doesn't
work at all, the Queue se