aussig / BGS-Tally

A tool to track and report your Background Simulation (BGS) and Thargoid War (TW) activity in Elite Dangerous, implemented as an EDMC plugin. BGS Tally counts all the work you do for any faction, in any system.
https://discord.gg/YDNVtjPnnm
MIT License
31 stars 9 forks source link

Explore Possibility of using tksheet for main activity window #254

Open aussig opened 1 month ago

aussig commented 1 month ago

Currently we manually create loads of individual UI elements for each system tab in activity windows, which works well but has a significant overhead.

We're already using tksheet to manage Discord webhooks in the preferences, and it might be neater, more flexible, more efficient and give more controls to the user if we switch to using a tksheet for the activity table, but only if this keeps the clarity of display and ease of use.

Experiment.

aussig commented 1 month ago

Downside: tksheet uses tkinter as its base, not ttk. This will mean the future theming rework of EDMC will not automatically apply to this component. Note that we will already have this problem, as it's used in the settings window.