Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How to customize the Apple menu? What SDKs should I study, etc.? I want to insert a menu item:

enter image description here

share|improve this question

1 Answer

Apple Menu Specific

This AskDifferent question addresses removing an item from the Apple menu. Seems you could use the same technique to add an item. Just be sure to make a backup of any system files you edit.

The following posts recommend similar solutions but are a bit dated. The system file path appears to be the same, however.

Also mentioned in the AskDifferent quesiton, FruitMenu allows for menu customization. However, there's no support for the more current versions of OS X.

Version 3.8.4 released Mar 3, 2011
Requires Mac OS X 10.5.8 or Mac OS X 10.6.x; Rosetta
Compatible with Mac OS X 10.6 Snow Leopard.

OS X Menu Item Tutorials

  • Creating a Standalone StatusItem Menu 1

    This tutorial will show you how to create a StatusItem menu that will be available to all applications in the menu bar.

    When you are done, you will have a simple menu that will appear on its own in the menubar as a "universal" background application, and will contain two menu items that let you enter a string into the Console and Quit itself. Note that you will need to code the functionality yourself for any menu item(s) you add or modify, but this will get you started.

    enter image description here

  • Creating a Status Bar Application

    This tutorial assumes you have a basic knowledge of Objective-C. In this tutorial, we will walk-through on how to create a status bar only application for the Mac OS X.

    App Window Example

1 Mac Menu Bar Tutorial?

share|improve this answer
Cannot find a way to "use the same technique to add an item"... – Dmitry Feb 22 at 7:38
You'll need to experiment with it. I couldn't find anything on adding an item to the menu. What are you trying to create an item for? Open an application? Open a link to a website? – JSuar Feb 23 at 1:57
Off course I made a lot of experiments. :) I want to open an app. – Dmitry Feb 27 at 6:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.