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,
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
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
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
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