Hi, I am not sure, if I do understand perfectly what is written in http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm :
When you press down a mouse button over a widget, Tkinter will automatically "grab" the mouse pointer, and mouse events will then be sent to the current widget as long as the mouse button is held down. Seems to me that mouse event is sent to to widget only once, not all time untill I release the button. The callback function is proceed only once with me. Thank you -- Pavel Kosina _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
