Hi,

Really interested in Dabo.  Seems exactly what I want.  There are a few bugs 
with the demo examples that I would like to get sorted.

Required changes:  bubblet/StatForm.py:  dCommandButton must be dButton.  Once 
changed, it works perfectly.
Suggested Changes: AppWizard.py:

                # Enable the file search button if this is a file-based backend
                if dbType in ("SQLite","FB_Embedded"):

This allows embedded firebird databases to be used (assuming the gds32.dll file 
is in the wizards directory).

Suggested changes:  don't know where the change should go, but the application 
created by the AppWizard using embedded firebird works when the <host> tag is 
deleted from 'default.cnxml'.

Errors:  IDE.py
              Open FieldSpec files: AttributeError: 'FieldSpecGrid' object has 
no attribute 'listEditors'.

              Open Report Format Files:   Error- traceback as follows:

File "c:\Python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\lib\reportWriter
.py", line 1022, in _getFormFromXMLDict
    record[field] = eval(value)
  File "<string>", line 1
     The Clash
             ^
 SyntaxError: unexpected EOF while parsing
Dabo Error Log: Wed Oct 12 16:00:48 2005: End-around call of event (<class 'dabo
.dEvents.Resize'>, (), {})
Dabo Error Log: Wed Oct 12 16:00:48 2005: End-around call of event (<class 'dabo
.dEvents.Resize'>, (), {})

Errors:  OneToManyApp: Open Customers/Orders tables.  Traceback as follows:

  File "c:\Python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\lib\datanav\Page
.py", line 634, in buildPage
    self.createItems()
  File "c:\Python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\lib\datanav\Page
.py", line 758, in createItems
    grid.populate()
  File "c:\Python24\Lib\site-packages\Dabo-0.4.2-py2.4.egg\dabo\lib\datanav\Grid
.py", line 59, in populate
    colWidths=self.colWidths,
AttributeError: 'Grid' object has no attribute 'colWidths'

Interestingly, opening table Orditems works.  I traced the error to the 
relationSpecs.rxml file (If there are no relations, all tables will open), but 
I couldn't find what was setting 'colWidths'.

I would really like to see how table relations work, and I would also like to 
use the Report Designer.  Please help.

Matthew Fairclough.
Quality Manager
Rural Export & Trading (WA) Pty Ltd



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

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

Reply via email to