Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97863
| From | Randy Day <randy.day@sasktel.netx> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: 2.7.9: PhotoImage get/put |
| Date | 2015-10-21 09:31 -0600 |
| Organization | Netfront http://www.netfront.net/ |
| Message-ID | <MPG.30916bbcab389c7d989689@freenews.netfront.net> (permalink) |
| References | <MPG.309076b1693d9388989686@freenews.netfront.net> <n06f0k$r6g$1@ger.gmane.org> <mailman.66.1445391898.878.python-list@python.org> <MPG.3090e3b0778a0d9c989687@freenews.netfront.net> <mailman.71.1445413916.878.python-list@python.org> |
In article <mailman.71.1445413916.878.python-list@python.org>, tjreedy@udel.edu says... [snip] > > I made my 'root' Tk instance global, and > > call root.update_idletasks() after the > > .put > I did not see the original post, but the alternative way to animate is > to use root.after(milliseconds, callback, *args) at the end of callbacks > to allow the event loop to process other events before re-calling the > same or another callback. I could see that being useful for creating a steady frame rate in longer animations. I'll put that one in my Python toolbox as well. --- news://freenews.netfront.net/ - complaints: news@netfront.net ---
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
2.7.9: PhotoImage get/put Randy Day <randy.day@sasktel.netx> - 2015-10-20 16:05 -0600
Re: 2.7.9: PhotoImage get/put Emile van Sebille <emile@fenx.com> - 2015-10-20 15:25 -0700
Re: 2.7.9: PhotoImage get/put Randy Day <randy.day@sasktel.netx> - 2015-10-20 23:59 -0600
Re: 2.7.9: PhotoImage get/put C Smith <illusiontechniques@gmail.com> - 2015-10-20 18:44 -0700
Re: 2.7.9: PhotoImage get/put Randy Day <randy.day@sasktel.netx> - 2015-10-20 23:50 -0600
Re: 2.7.9: PhotoImage get/put Terry Reedy <tjreedy@udel.edu> - 2015-10-21 03:51 -0400
Re: 2.7.9: PhotoImage get/put Randy Day <randy.day@sasktel.netx> - 2015-10-21 09:31 -0600
csiph-web