Type: Class
Refering articles:
- Merge gendoc and forms? (26.05.06) — Just an idea: I could extend lino.forms so that it can replace lino.gendoc... more
- Working on wxforms (code changes 25.03.06) — Committed revision 359: Working on wxforms. more
- accelerator keys (code changes 14.03.06) — The forms1.py example now reacts to pressing ESC. New parameter "hotkey" for Button.__init__(). New module lino.forms.keyboard. New method Form.addAccelerator(). more
- form, application, session, toolkit and console (08.03.06) — (obsolete) more
- Dependencies between Session and lino.forms (code changes 25.01.06) — Removed Session._activeForm and the parent= parameter of Form.__init__(). Because a Session should not worry about things that depend on the Toolkit. more
- Note about testing forms (22.01.06) — Test 42 uses Session.showForm() of a session with the testkit toolkit who simply renders a Form to the console. The resulting form is not meant to be functional but to compare it with some expected result.
- Session.showForm() (24.09.05) — I separated Keeper.showSearchForm() into a separate class SearchFormCtrl. more
- Cannot find Directories row (Problem reports 21.05.05) — I noticed a Bug in Keeper. I occurs after loading some Files and caling Form.showDataGrid(). more
- use standard Python logging module? (code changes 10.03.05) — Should I use the standard logging module? Still thinking about relationship between Console, UI, Form etc. more
- Describable.hasLabel() (code changes 04.03.05) — Since Describable.getLabel() never returns None (but uses the name if a label wasn't set), there is now a method hasLabel() which returns True is a label *really* was set. Form now supports entries without label. more