Re: [Tkinter-discuss] Exit from method loop

2013-04-10 Thread Paul Simon
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" and have a problem. I would like to exit from "read_sensor" into the main loop.

[Tkinter-discuss] Exit from method loop

2013-04-08 Thread Paul Simon
quot; is running. The internal loop is intended to run continuously until interrupted by the "stop" button but for demo purposes it is set to 10 interations. Paul Simon begin 666 focusset.py M:6UP;W)T('1I;64*:6UP;W)T('-E@H@(" @<75I=%]B=71T;VXN9F]C=7-?CUZ+FQS=')I<&

Re: [Tkinter-discuss] loop delay

2012-10-24 Thread Paul Simon
;) if you wish. You can see the current implementation on my web site, www.gophergulch.net under "temperature." Paul "Bryan Oakley" wrote in message news:CAKypQny33xJ=w_ti7czya4axopx+wxah5zo+qjfvlugr_yt...@mail.gmail.com... > On Sun, Oct 21, 2012 at 5:31 PM, Paul Simon wrot

Re: [Tkinter-discuss] loop delay

2012-10-21 Thread Paul Simon
-34f1ec251...@gmail.com... Maybe the idle loop needs to run so things get done. Try calling update_idletasks(). Be nice to have some indents... Lynn On Oct 21, 2012, at 3:31 PM, Paul Simon wrote: I' m a novice python programmer and now starting to learn tkinter for a front

[Tkinter-discuss] loop delay

2012-10-21 Thread Paul Simon
t;, command=root.destroy) quit_button.pack(side=LEFT) frame.pack() root.mainloop() --- Paul Simon ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss