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 George Fagin
Recipients George Fagin, terry.reedy
Date 2016-10-05.00:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475626234.83.0.534247866295.issue28264@psf.upfronthosting.co.za>
In-reply-to
Content
Now you've got it. Clicking on the turtle results in an event message - at which point I spin the turtle and issue the message to make it clear that the message arrived. However, if you try doing that after a 'Turtle.stamp()' the message never comes. Issuing any of the other commands with the buttons will address the problem.

This is why I think it's related to z-order: by doing something else the turtle gets focus again, and the OnClick event messages resume (until the next stamp).

Thanks for taking time to look at this - I do appreciate it.
History
Date User Action Args
2016-10-05 00:10:34George Faginsetrecipients: + George Fagin, terry.reedy
2016-10-05 00:10:34George Faginsetmessageid: <1475626234.83.0.534247866295.issue28264@psf.upfronthosting.co.za>
2016-10-05 00:10:34George Faginlinkissue28264 messages
2016-10-05 00:10:34George Fagincreate