views:

41

answers:

1

I was wondering how to make a menubar application, what are the requirements for that to do so?

I saw a simple application for the menubar was to open links using your Internet Explorer, I want to create something similar to that.

alt text

This is the application I like to make similar.

+3  A: 

NSStatusItem is what you are looking for. Also add NSUIElement with string value of 1 to your Info.plist to hide it from Dock.

Steam Trout
Are there any samples I can work with?
YouBook
http://www.mactech.com/articles/mactech/Vol.22/22.02/Menulet/ - here's a sample code with some explanation.
Steam Trout
Pretty helpful. Thanks.
YouBook