[Tkinter-discuss] Event debugger

Vasilis Vlachoudis Vasilis.Vlachoudis at cern.ch
Sun Dec 28 16:48:39 CET 2014


Hi all,

in my application I have a lost <Double-1> event in a multi listbox.
The program is quite long about 100000 lines of code and
I cannot find where the event is lost.
My suspicion is that I lose the Focus in the middle of the double event.
When I use <Button-1> or <ButtonRelease-1> everything works, but
not with the <Double-1>.

So my questions is, does it exist any event debugger so I can monitor
the events on a specific widget to find out what happens in between the two clicks?

Thanks in advance
Vasilis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20141228/345006bb/attachment.html>


More information about the Tkinter-discuss mailing list