Reverse engineering an NSMenu for a Status Bar Item
I'm want to create a menu for a status bar item like the one seen in Tapbot's PastebotSync application: Does anyone have any ideas how to achieve the custom area at the top of the menu which is flush with the top? I've tried/thought of a few potential ways of doing it: Standard NSMenuItem with a view - isn't flush with the top of the menu Some hack-ish code to place an NSWindow over the area at the top of the menu - not great as it doesn't fade out nicely with the menu when it closes Abandoning an NSMenu entirely and using an NSView instead - haven't tried this yet but I don't really want to