You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
While setting up and testing this app on macOS, I encountered two issues that affect the user experience:
I've submitted PR #90 with dark mode support and window size improvements, but wanted to discuss a more comprehensive fix for the button issues.
Issue 1: Tcl/Tk 9.0 Breaks tkcalendar
Homebrew's latest Python ships with Tcl/Tk 9.0, which causes
tkcalendarto fail with:_tkinter.TclError: bad option "variable": must be add, info, or remove
Workaround: Build Python with Tcl/Tk 8.6 using pyenv:
This might be worth noting in the README for macOS users.
Issue 2: Aqua Theme Limitations
The native macOS aqua ttk theme has significant limitations:
Proposed fix: Switch to the alt theme on macOS:
Trade-offs
The dark mode colors can be handled manually (already implemented in PR #90's ThemeColors class).
Question
Would you be open to a follow-up PR that:
Happy to implement if there's interest!
Beta Was this translation helpful? Give feedback.
All reactions