I have created a volume controller for iTunes but I would like this app to place an icon on the OS X system menu bar and have my slider controller drop down.
+2
A:
You need to create an NSStatusItem
in your app. Have a look at the Status Bars documentation.
You would normally create a faceless background app by setting the LSUIElement
key in your Info.plist file to YES
and have the app create the status item on launch.
Rob Keniger
2010-04-22 03:01:52
Thank you for your help. After some more searching I found the nickname for those menu items are "menulets", a google search brings up numerous tutorials, in case anyone else has this problem.
Liam Berg
2010-04-22 03:06:29