How do I make an About window the front-most window in a Cocoa application with no UI?
- by mipadi
I'm building a Cocoa application that runs as an item in the status bar. This application has an About window and an item to activate that about window, using the standard Cocoa mechanism for doing so (-[NSApplication orderFrontStandardAboutPanel:]). Naturally this is all hooked up automagically.
It works great except for one thing: unlike most…