In my application I have some code inside applicationWillFinishLaunching, if certain criteria isn’t met at the time of application launching I orderOut_(me), which is the main application window, and |makeKeyAndOrderFront_|(me), a secondary window.
When the secondary window launches I want to be able to deny access to all areas
in the menu bar next to the apple, ie: “About” application name, prefs etc.
Is their a way to do this?, if so how would I do it please?