I have a Main.xib, with the main window, the main menu, and a second menu with a name "StatusMenu" that connects nowhere.
In my application, I have an NSStatusItem, and I want to press it, and display that secondary menu.
How can I connect those two?
thanks