#from lino.apps.pinboard.pinboard_demo import startup #from lino.apps.pinboard.pinboard_tables import QuotesReport from lino.apps.contacts.contacts_demo import startup from lino.apps.contacts.contacts_tables import ContactsReport from lino.forms.dbforms import ReportGridForm dbc=startup() #rpt=QuotesReport(dbc) rpt=ContactsReport(dbc) ReportGridForm(rpt).main() del dbc, qry
Refering articles:
- upgraded wxPython (22.01.05) — I upgraded wxPython on my computer from 2.5.2.7 to 2.5.3.1. forms3.py now has a normal size.
- lino.forms : data grid and sata entry forms work (code changes 18.01.05) — Wow, lino.forms advanced more than I expected for today:
forms3.py : a first data grid
forms4.py : a first data-entry form (navigator not finished) - first lino.forms examples did work (code changes 15.01.05) — I have split the forms example into 3 parts (forms1.py, forms2.py and forms3.py) And the 2 first *did* work. But then I made some change and now the sizers are again messed up. It's true that wxPython can be frustrating! more