Replies: 3 comments 2 replies
-
Do you have some example apps we can look at? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, this is a good example: https://support.getharvest.com/hc/en-us/articles/360048180132-Mac-app-Tracking-time. See the video. |
Beta Was this translation helpful? Give feedback.
2 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know how another app is achieving some interactivity in my system tray (main top menu of macOS).
I've got a 3rd-party app on macOS that shows an interactive component as the app icon in the top menu of macOS. Instead of it just being an icon that you can left or right-click, it's a little wider and has a play/pause toggle button on the left and a clock on the right. You can click the pause button and it will pause the clock. If you click the clock, you get its larger popover window. How is this being achieved?
I've considered two possibilities:
SystemTrayEvent::LeftClick
position
property shows the same coordinates no matter where I click on my png app icon that I tested.Thanks for your insight
Beta Was this translation helpful? Give feedback.
All reactions