"geon" <[EMAIL PROTECTED]> wrote: > yes, the problem is as I had in mind - you code is about <B1-Motion> > but my code (and that link > http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm ) is > about <Button-1> event....
no, it's not. it says that "mouse events" are grabbed by the widget for as long as the button is held down, not that you'll get more click events without clicking. I've changed the text to make this more obvious. </F> _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
