Re: Double Click Mouse Event in Tkinter

2006-01-07 Thread Fredrik Lundh
"scott_gui" wrote: > Creating a Windows application: > mouse event has a conflict when there is also a > binding to the event. It seems like a silly oversight that > performing a double click will also initiate the single click action. If your design depends on your code being able to accuratel

Double Click Mouse Event in Tkinter

2006-01-07 Thread scott_gui
Creating a Windows application: mouse event has a conflict when there is also a binding to the event. It seems like a silly oversight that performing a double click will also initiate the single click action. Has anyone figured out a way to circumvent this problem? Right now I am making the Doub