I'd like to create an application that pops up dialogs based on system events. However, this application should not have an NSMenu associated with it.
What I've tried, none of which worked:
Any help would be appreciated.
Found the answer to my question:
Setting "Application is agent (UIElement)" to YES in info.plist creates a window without creating a menu bar. This is the action I desired.