Re: Force Focus in Tkinter

2005-12-07 Thread annagel
OK some sample Code. First from the module that I am importing. I won't post anything because the vast majority of stuff is way outside the scope of this problem and has to do with image and sound manipulation. First the imports I use: import sys import os import user import traceback import tim

Re: Force Focus in Tkinter

2005-12-07 Thread Steve Holden
annagel wrote: > Thanks for the reply and as it turns out no I don't think I really do > want to do this. I started working with tkinter after banging my head > against the wall for a while with wxwindows so the whole thing ended up > being a last minute change so I am trying to get most at least

Re: Force Focus in Tkinter

2005-12-06 Thread Martin Franklin
annagel wrote: > Thanks for the reply and as it turns out no I don't think I really do > want to do this. I started working with tkinter after banging my head > against the wall for a while with wxwindows so the whole thing ended up > being a last minute change so I am trying to get most at least

Re: Force Focus in Tkinter

2005-12-06 Thread annagel
Thanks for the reply and as it turns out no I don't think I really do want to do this. I started working with tkinter after banging my head against the wall for a while with wxwindows so the whole thing ended up being a last minute change so I am trying to get most at least of the bugs out on a ti

Re: Force Focus in Tkinter

2005-12-06 Thread Steve Holden
annagel wrote: > I am looking for a way to force a Tkinter window into focus on a system > level. I know the force focus method should bring one window of my > application into focus, but it seems I need to have some part of my > application already in focus on a system level to make this work. I

Force Focus in Tkinter

2005-12-06 Thread annagel
I am looking for a way to force a Tkinter window into focus on a system level. I know the force focus method should bring one window of my application into focus, but it seems I need to have some part of my application already in focus on a system level to make this work. If for example I am ente