Re: [Tkinter-discuss] Event debugging

2018-12-21 Thread Vasilis Vlachoudis
unces+vasilis.vlachoudis=cern...@python.org] on behalf of Michael Lange [klappn...@web.de] Sent: Thursday, December 20, 2018 23:46 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Event debugging Hi, On Thu, 20 Dec 2018 14:47:39 + Vasilis Vlachoudis wrote: > Simple print doesn't work,

Re: [Tkinter-discuss] Event debugging

2018-12-20 Thread Michael Lange
Hi, On Thu, 20 Dec 2018 14:47:39 + Vasilis Vlachoudis wrote: > Simple print doesn't work, since I don't get the call. Ok, then it does not seem to be another widget that intercepts the event. > Unfortunately when I try to simplify and isolate the widget it I cannot > reproduce it. It only

Re: [Tkinter-discuss] Event debugging

2018-12-20 Thread Vasilis Vlachoudis
ss@python.org Subject: Re: [Tkinter-discuss] Event debugging Hi, On Mon, 17 Dec 2018 07:52:52 + Vasilis Vlachoudis wrote: > Hi all > > in my application there is one listbox which has a bind > ("",...) strangely enough under some OS the Double-1 is not > working. For

Re: [Tkinter-discuss] Event debugging

2018-12-17 Thread Michael Lange
Hi, On Mon, 17 Dec 2018 07:52:52 + Vasilis Vlachoudis wrote: > Hi all > > in my application there is one listbox which has a bind > ("",...) strangely enough under some OS the Double-1 is not > working. For example in Fedora with KDE it works ok but not on Ubuntu > with XFCE. > > Is there

[Tkinter-discuss] Event debugging

2018-12-16 Thread Vasilis Vlachoudis
Hi all in my application there is one listbox which has a bind("",...) strangely enough under some OS the Double-1 is not working. For example in Fedora with KDE it works ok but not on Ubuntu with XFCE. Is there a way to debug the events? I believe that some other widget is intercepting the Butto