I'm a newbie in Mac Cocoa and I'm trying to develop a menubar application using NSStatusBar.

I have the menubar application working with menu items linked properly to functions but I would like to take it a step further by attempting to add something akin to

enter image description here

Specifically the view counter part, where it has a number in a grey rounded box. I have looked into it and I assume it is using a custom view, with using the setView method?

If this is the case, how do I create a new menu item view which I can add the grey box in? If I create a new view and drag in a menubar item it doesn't show up in interface builder (I'm using xCode 4) so I can't customise it... I fear I'm doing something wrong!

If it's not using setView, what should I use?

Many thanks,

Gareth

link|improve this question

56% accept rate
feedback

1 Answer

There is some help in the documentation for NSMenuItem.

There is also the MenuItemView sample code.

link|improve this answer
I've of course read the documentation and seen the sample code but it is way over my head. Is there not a simpler explanation you know of? – GarethPrice Jul 28 '11 at 23:06
feedback

Your Answer

 
or
required, but never shown

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