Type: Class
- notice() (method) — If verbosity is normal, display this message without waiting for user feedback. And if a logfile is active, also write it there.
Refering articles:
- Cosmetic flaws (23.07.06) — When Contacts starts up, an additional "Lino Contacts" appears on the console because Toolkit.start_running() now calls self.onTaskBegin() for the Application. And if there is no contacts.db in the current directory, then it simply creates one and populates it with demo data. That's not yet the optimal bahaviour...
- sync didn't work (code changes 12.04.06) — Fixed a bug in sync. Committed revision 366 (although most tests fail because Inserting rows in a form (10.04.06) is not finished. more
- form, application, session, toolkit and console (08.03.06) — (obsolete) more
- inspecting PmwContribD (surf notes 12.02.06) — PmwContribD is worth a look though it has appearently stopped to develop since 2001. 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
- GUI console (code changes 06.03.05) — Lots of changes. Toolkit, Application,... New TextViewer class to display the console output when running as GUI. All this is still unstable. Added Keeper to mkdist.py. Commited revision 146.