andyblight / share-tracking-1

Share tracking app with a Tcl/TK GUI and SQLite database.
MIT License
0 stars 0 forks source link

Build trivial app using SQLite and Tcl/Tk #1

Closed andyblight closed 2 years ago

andyblight commented 2 years ago

Add very basic method of manually entering a trivial transaction into the database.

andyblight commented 2 years ago

Used this example https://www.activestate.com/resources/quick-reads/how-to-display-data-in-a-table-using-tkinter/ and modified to use simple shares.db database. 4710befa154190419b74db0b4cfb15f7504e8656 Shows all rows. Next add a new row using GUI.

andyblight commented 2 years ago

Worked out how to do nested layouts for labels and text entry fields. 50d6edc56461d8533801c6af4dcf13d7a8cbd808

andyblight commented 2 years ago

Entry and display tabs look right. Next:

andyblight commented 2 years ago

Changed app to use menus. Added about box as simple thing to try to understand the grid layout. Still seems like magic to me! 4 hrs. To complete this task:

andyblight commented 2 years ago

1h30 Added add securities dialog. UI works but needs to be hooked up to the database.

andyblight commented 2 years ago

2h00 Refactored menus. Securities table hooked up to Add securities dialog and treeview. Done. Total time: 10h00