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
Is your feature request related to a problem? Please describe.
I am creating a timer application system tray for macOS.
I use set_title() to display the time remaining.
Because the width of each number is different, the width of the System tray changes each time it is dynamically updated. The position of the System tray to the left of the timer is also affected by all of this.
Describe the solution you'd like
I don't understand how far the OS can go in terms of potential. However, if I were to mention just a few things that immediately come to mind,
Is your feature request related to a problem? Please describe.
I am creating a timer application system tray for macOS.
I use
set_title()
to display the time remaining.Because the width of each number is different, the width of the System tray changes each time it is dynamically updated. The position of the System tray to the left of the timer is also affected by all of this.
Describe the solution you'd like
I don't understand how far the OS can go in terms of potential. However, if I were to mention just a few things that immediately come to mind,
Can you think of anything else?
I looked for articles like this one.
https://developer.apple.com/forums/thread/21474
Describe alternatives you've considered
None in particular
Would you want to assign yourself to implement this feature?
Additional context
Fluctuating.width.mov
The text was updated successfully, but these errors were encountered: