Jonathan Ellis wrote:
> William Gill wrote:
>
>>I am trying to make a simple data editor in Tkinter where each data
>>element has a corresponding Entry widget. I have tried to use the
>>FocusIn/FocusOut events to set a 'hasChanged' flag (if a record has not
>>changed, the db doesn't need updati
William Gill wrote:
> I am trying to make a simple data editor in Tkinter where each data
> element has a corresponding Entry widget. I have tried to use the
> FocusIn/FocusOut events to set a 'hasChanged' flag (if a record has not
> changed, the db doesn't need updating). This seems to work fi
I am trying to make a simple data editor in Tkinter where each data
element has a corresponding Entry widget. I have tried to use the
FocusIn/FocusOut events to set a 'hasChanged' flag (if a record has not
changed, the db doesn’t need updating). This seems to work fine except
that when the