Jump to content

Filemaker into Mac menu bar


This topic is 2316 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is there any to get an icon on the Mac menu bar at the top of the screen to either open a Filemaker solution or better yet, provide a list (from filemaker) directly like what you see when you select a WiFi network? 

Screen Shot 2017-12-13 at 9.43.54 PM.jpg

Link to comment
Share on other sites

What is the purpose of your Menu Extra? I'm not sure if there is a built in FileMaker approach apart from Custom Menues.

Tunnelblick is an open source project that has its own Menu Extra: https://github.com/Tunnelblick/Tunnelblick

With XCode installed it's quite simple; I would build a Mac OS X menubar only app that queries FileMaker XML RPC or DATA API; project table or whatever you would like to put there..

This is probably what you are looking for in objc: https://nsrover.wordpress.com/2014/10/10/creating-a-os-x-menubar-only-app/ or swift example here: http://footle.org/WeatherBar

If you start off on WeatherBar you may or may not want to change Preferences to look something like this:

Screen Shot 2017-12-15 at 18.08.36.png

Edited by ggt667
Link to comment
Share on other sites

The purpose of the Menu Extra is to cient user a list of all active jobs. The would select a job and that would activate an FM script to direct them to the right location either in FM or on our SAN. Thanks for the links. I will have to dig in to check them out, as I have not done something like this before. I am sure I will more questions, but thanks for the head start.

 

Link to comment
Share on other sites

This topic is 2316 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.