How do I make a Menubar Application with a NSPopover?
问题 I have seen a lot of applications with a Menubar Item or applications with only a Menubar interface. There are some tutorials and stuff on the internet showing you how to accomplish that. But the thing is, those do only have clickable index rows in them. I would want to have a NSPopover appear when you click the Menubar Icon / Item. Anybody who knows how to make this? 回答1: I don't know if it can be done with a standard status bar item. Using a custom view for the menulet it's relatively easy.