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