This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Leon.Maurer
Recipients Leon.Maurer, ned.deily, ronaldoussoren
Date 2013-01-12.21:44:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358027083.15.0.486605559925.issue16941@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to depend on what you're doing. Plus, the delay I needed turned an already slow animation in to a slide show.

In this case, a better fix seems to be sticking a "root.update()" right before the "root.after". Then it works with no delay. However, apparently it's a little dangerous to use:

http://mail.python.org/pipermail/tkinter-discuss/2013-January/003346.html

In my case, the only side effect seems to be that using the menu effectively pauses the simualtion.
History
Date User Action Args
2013-01-12 21:44:43Leon.Maurersetrecipients: + Leon.Maurer, ronaldoussoren, ned.deily
2013-01-12 21:44:43Leon.Maurersetmessageid: <1358027083.15.0.486605559925.issue16941@psf.upfronthosting.co.za>
2013-01-12 21:44:43Leon.Maurerlinkissue16941 messages
2013-01-12 21:44:42Leon.Maurercreate