in reply to Re: Re: Does this Tk program require a thread?
in thread Does this Tk program require a thread?

You might also want to take a look at the Tk::After POD and the other methods it provides in addition to repeat() (like after(), afterIdle(), etc.).

Also of interest would be waitVariable() and the other wait* methods (see Tk::Widget).

  • Comment on Re: Re: Re: Does this Tk program require a thread?