[issue28264] Turtle.onclick events blocked by Turtle.stamp

2016-10-04 Thread George Fagin

George Fagin added the comment:

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.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28264] Turtle.onclick events blocked by Turtle.stamp

2016-10-03 Thread Terry J. Reedy

Terry J. Reedy added the comment:

I understand now, you mean the printing of '*  turtle click 
detected *' is suppressed by turning stamping on.  It is slightly 
confusing that the effect of clicking the stamp box, to disable or re-enable, 
does not happen until after the next left click.  If I check the box, click a 
turtle, it spins, uncheck the box, click a turtle, and it does not spin.  It 
takes at least two clicks to see the effect.  Anyway, verified on Win10 with 
3.6.0b1.

--
stage:  -> test needed
versions: +Python 3.5, Python 3.6, Python 3.7 -Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28264] Turtle.onclick events blocked by Turtle.stamp

2016-10-02 Thread George Fagin

George Fagin added the comment:

When you say "left click always moves the turtle" I fear my explanation was not 
clear enough. A left click always moves the turtle in my version as well. What 
changes when stamp is activated is that OnClick events are not issued when you 
click on the turtle.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28264] Turtle.onclick events blocked by Turtle.stamp

2016-09-30 Thread Terry J. Reedy

Terry J. Reedy added the comment:

3.4 only gets security patches.  I cannot reproduce in 3.5.2 or 3.6.0b1 on Win  
10.  Left click always moves the turtle whether or not stamp is activated.  
Until problem is verified in a current release, we will have to assume it has 
been fixed by a turtle or tkinter patch in 3.5.

--
nosy: +terry.reedy
title: Python 3.4.4 Turtle library - Turtle.onclick events blocked by 
Turtle.stamp -> Turtle.onclick events blocked by Turtle.stamp

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com