Re: tkSimpleDialog.Dialog.ok calls Cancel

2011-04-04 Thread rantingrick
On Apr 4, 2:06 pm, Matt H wrote: > I am subclassing tkSimpleDialog.Dialog as a (sqlite) database front- > end. This parent dialog opens a number of child dialogs to propagate > sub-tables (like sub-forms in OOo). These subforms write their input > into the database (INSERT...) > > The parent dialo

tkSimpleDialog.Dialog.ok calls Cancel

2011-04-04 Thread Matt H
I am subclassing tkSimpleDialog.Dialog as a (sqlite) database front- end. This parent dialog opens a number of child dialogs to propagate sub-tables (like sub-forms in OOo). These subforms write their input into the database (INSERT...) The parent dialog then either commits or rolls-back transacti