oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Update map_rfid.py to scroll to latest animal entry #132

Closed rc10283 closed 1 year ago

rc10283 commented 1 year ago

Auto scroll to latest animal entry

Fixes #132

What was changed? Had yview_moveto(1) scroll through the table to show latest entry.

Why was it changed?

Much cleaner in users being able to see what entry they are on instead of having to scroll themselves. How was it changed? Wrote to the table of the map_rfid that yview_moveto(1).

Screenshots that show the changes (if applicable):

Screen Shot 2023-11-06 at 12 58 23 PM Screen Shot 2023-11-06 at 12 58 16 PM
loganwyas commented 1 year ago

@rc10283 What is the progress on this?