Re: [Tkinter-discuss] Tkinter and signal handling

2011-01-16 Thread Michael Lange
Hi, Thus spoketh pyt...@bdurham.com unto us on Sun, 16 Jan 2011 09:10:50 -0500: > Michael, > > > until the mouse enters the Tkinter window *or* the window receives > > keyboard focus > > Does adding a widget (any widget) that receives keyboard focus to your > root form fix this problem? > > W

Re: [Tkinter-discuss] Tkinter and signal handling

2011-01-16 Thread python
Michael, > until the mouse enters the Tkinter window *or* the window receives keyboard > focus Does adding a widget (any widget) that receives keyboard focus to your root form fix this problem? What if you explicitly set focus to this control after you create your root window? I'm not on a Lin

Re: [Tkinter-discuss] Tkinter and signal handling

2011-01-15 Thread Michael Lange
Thus spoketh Michael Lange unto us on Sat, 15 Jan 2011 21:48:31 +0100: > Hi, > > I encountered a strange problem with Tkinter and the handling of signals > (on debian linux, both with Python-2.5 / Tk-8.4 and Python-2.6 / > Tk-8.6). The problem resembles much the one described in this old > mes