Type: Python module or package
File:lino:src/lino/scripts/contacts.py
Refering articles:
- Scrollbars of the wxGrid (Problem reports 20.07.06) — Another mystery of wxPython: If the DataGridCtrl doesn't need any scrollbars because the grid is smaller than the window, then they are nevertheless displayed when the window opens. more
- forms.tixforms now shows tabular data (code changes 11.02.06) — The Tkinter GUI (tix) can now display tables for the first time. I abandoned to try using Tix.TList after discovering another way. The other way slurps all data into memory and currently does not even react on keyboard events. But addrbook_demo.py now shows the data also when gui.choose("tix") is active. more
- System Menu depends on Toolkit (25.01.06) — While playing with addrbook_demo.py (using cherrygui) I happened to shutdown the server by clicking on the "Programm / Beenden" command.
- first successes with cherrypy as toolkit (23.01.06) — cherrygui.py is functional! Not yet usable, but this time I have even more hope than on my previous attempts. addrbook_demo.py serves as my guinea pig.