Stewart Midwinter napsal(a): > Pavel, what operating system are you on, and what version of Python, > and what version of Tcl/Tk? > > w2000, py2.4, tcl that shipped with py > Also note that to see the code work, you need to click on the button > itself, which might be a bit hard as it is quite narrow. To make the > button wider, give it some text. Also note that the events will be > printed in a console window, not in the application itself. > 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....
-- Pavel Kosina _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
