Re: [Tkinter-discuss] Need help on gui focus l

2009-10-15 Thread Michael Lange
On Thu, 15 Oct 2009 06:15:30 -0300 Cam Farnell wrote: > The behavior of your tcl script is identical to the Python code so > it's not Python causing the problem. I'm running Ubuntu 8.04 (Hardy), > Python 2.5.2 and I don't know enough about tcl to find out its > version. The file /usr/share/doc/tk

Re: [Tkinter-discuss] Need help on gui focus l

2009-10-15 Thread Cam Farnell
The behavior of your tcl script is identical to the Python code so it's not Python causing the problem. I'm running Ubuntu 8.04 (Hardy), Python 2.5.2 and I don't know enough about tcl to find out its version. The file /usr/share/doc/tk8.4/README says it is 8.4.16. Cam Michael Lange wrote: Hi

Re: [Tkinter-discuss] Need help on gui focus l

2009-10-15 Thread Michael Lange
Hi, On Wed, 14 Oct 2009 17:07:30 -0300 Cam Farnell wrote: > The code given exhibits the problem on my Ubuntu Linux box. For the > sake of clarity I enumerate three windows involved in this code: > > - The MAIN window which has a button marked "popup" in it. > - The CHILD windows which has a but