Re: Tkinter focus_set use with grid

2006-07-19 Thread John McMonagle
On Thu, 2006-07-20 at 02:53 +, Stan Cook wrote: > A newbie to Tkinter here. . . . . . > > I'm trying to set the focus on an Entry textbox with > focus_set. I am using the grid manager. I created the same > interface before using the pack() method and the focus_set > worked, but now it sa

Tkinter focus_set use with grid

2006-07-19 Thread Stan Cook
A newbie to Tkinter here. . . . . . I'm trying to set the focus on an Entry textbox with focus_set. I am using the grid manager. I created the same interface before using the pack() method and the focus_set worked, but now it says "AttributeError: 'NoneType' object has no attribute 'focus_s