Re: focus trap in tkinter
On Apr 9, 8:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to write a simple tkinter program, then this problem popped > up. The followin code will describe the problem. > > -- > > import Tkinter > > class countdown(Tkinter.Fra
focus trap in tkinter
Hi all, I'm trying to write a simple tkinter program, then this problem popped up. The followin code will describe the problem. -- import Tkinter class countdown(Tkinter.Frame): def __init__(self, master = None): Tkinter.Frame.__in