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