Hi,

I just started having a look into dabo using 0.4.
Looks nice I'm looking forward to dig a little deeper.

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.


Also should the SQLite backend work?
The recipe demo throws the exception: 'module' object has no attribute 'Cursor' when using SQLite. I would like to use SQLite in the app I'm working on and would
be prepared to get it work work if neccesary.

I'm running under under WinXP using Python 2.4, wxPython 2.6.1.0, pysqlite 2.0.3 and Dabo 0.4

Adi


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

Reply via email to