I'm building an Application and it needs to have a status bar item and a custom popup window, that popups when the status bar item is clicked.

I know how to set up a status bar item and a nsmenu for it, but I need a custom window rather than a nsmenu.

An example for what I'm looking for would be Take Five by the IconFactory

I really hope you have any ideas how I can do it.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Checkout the following example project by Matt Gemmell:
Using MAAttachedWindow with an NSStatusItem

Screenshot:

enter image description here

link|improve this answer
Thanks, looks just like what I'm looking for! – Chris Jun 7 '11 at 20:36
feedback

Your Answer

 
or
required, but never shown

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