Re: [Tkinter-discuss] Exit from method loop

2013-04-10 Thread Paul Simon
Andreas, Thanks very much for the response to my question. Using threading is beyond my programming capability and since I am only occasionally programming would not be worth my time to learn. I'm not clear about the second suggestion you made and would appreciate some clarification. At the

Re: [Tkinter-discuss] Exit from method loop

2013-04-09 Thread Andreas Ostermann
Hi, if it should loop continuously, why don't you put it into a background thread? Or, as you are using sleep() remove the loop and use root.after() to invoce the check method every now and then... brgds, AO 2013/4/9 Paul Simon > Hi All, > > I've attaached code simplified from my "opus" an