seperate main loop with Tkinter.

anthony baxter (anthony.baxter@aaii.oz.au)
Thu, 02 Mar 1995 01:36:32 +1100

I'm curious - how do people cope with Tkinter, if you want to loop in
your own command loop, and not in Tkinter's mainloop(). I've been either
making it a seperate process or using the after() function of Tk to do
one run of whatever it is that I wanted done, then rescheduling it with
after() again - any other better suggestions?

Anthony