Jump to content
Brandon Staggs

MacOS Menu bar app component

Recommended Posts

I am looking for a component to put an FMX application on the MacOS menu bar. I have not located anything like that, so I will probably have to write my own, but before I do, I just want to make sure I am not missing something that already exists. Embarcadero can't even be bothered to write such a component for FMX Windows applications, so I am sure there is nothing out of the box, but perhaps there is a third party component I couldn't find?

 

Just for clarity, this is what I am referring to:

 

https://sarunw.com/posts/how-to-make-macos-menu-bar-app/

Share this post


Link to post
2 hours ago, Brandon Staggs said:

I am looking for a component to put an FMX application on the MacOS menu bar

I need to provide some documentation, but I have this:

https://github.com/DelphiWorlds/Kastri/tree/master/Demos/macOSStatusBar

 

Also be aware that I personally use another variation of this because I had trouble with "dynamic" items when associating them with FMX menu items - it became easier to just forget FMX menu items entirely, though there's a bit more code involved. I can share that code later.

Edited by Dave Nottage
  • Like 1
  • Thanks 1

Share this post


Link to post
15 minutes ago, Brandon Staggs said:

Thanks, I will take a look!

I've now added the code and demo (with documentation!) for what I have been using as a replacement, here.

  • Like 4
  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×