On Sunday 14 August 2005 13:53, Adi J. Sieker wrote:

> Now I wanted to save some data overriding beforeClose which, as far as I  
> understand,
> should be called automagically. I had to change dFrom._beforeClose to look
>   like this:
>
> ret = self.confirmChanges()
> if ret:
>         #was .beforeClose(evt)
>         ret = super(dForm, self)._beforeClose(evt)
> return ret
>
> for my overridden method to be called.

 You're absolutely correct - I've made that fix, and posted the change to the 
Subversion repository. Thanks for catching that!

> Also should the SQLite backend work?

 No. We thought we had someone who was going to be working on getting this to 
work, but they never came through. If you'd like to work on getting SQLite 
working, that would be fantastic! I'm not experienced in working with that 
product - is there a dbapi-2 compliant interface for SQLite?
-- 

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to