Re: Make About window respond to ⌘W in UI-le ss application

2010-04-27 Thread Michael Dippery
not sure how make that the main menu. Maybe that's the issue? Michael Dippery mdipp...@gmail.com | www.monkey-robot.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: Make About window respond to ⌘W in UI-le ss application

2010-04-27 Thread Michael Dippery
in -[NSApp orderFrontStandardAboutPanel:], and I can't find a method for grabbing a reference -- so I'm not sure how I could close it from some other part of the code anyway. Michael Dippery mdipp...@gmail.com | www.monkey-robot.com ___ Cocoa-dev

Make About window respond to ⌘W in UI-less app lication

2010-04-26 Thread Michael Dippery
app controller, even though it's a delegate of NSApp (if I understand the responder chain correctly, NSApp will pass some unhandled events on to its delegate). Is there a way to get the About window to respond to ⌘W? Thanks, Michael Dippery mdipp...@gmail.com | www.monkey-robot.com