Re: [Tkinter-discuss] FocusOut not working as expected - tix broken?

2012-09-26 Thread Michael Lange
Hi Matthias, On Wed, 26 Sep 2012 14:16:42 +0200 mkieve...@tlink.de wrote: > Before breakdown I tried IceWM and got same result for my and your > program. > I'm on debian wheezy, ctwm, self compiled python 3.1.1 (tcl/tk 8.4 not > sure) Then I guess it might be a version conflict between Tk

Re: [Tkinter-discuss] FocusOut not working as expected - tix broken?

2012-09-26 Thread mkieverpy
Hello Michael, Me: What I really get is this: I only get FocusOut when the mouse leaves the application window. I do not get FocusOut event when I click some other part of the application window which nonetheless results in the frame losing focus and no longer receiving key events. Currently, m