Re: NSApp question

2010-03-08 Thread Rick C.
ing for some input. thank you very much for your time, rick From: Quincey Morris To: cocoa-dev Sent: Tue, March 9, 2010 1:35:56 AM Subject: Re: NSApp question On Mar 8, 2010, at 03:03, Rick C. wrote: > i have a question regarding this line: > >

Re: NSApp question

2010-03-08 Thread Quincey Morris
On Mar 8, 2010, at 03:03, Rick C. wrote: > i have a question regarding this line: > > [NSApp activateIgnoringOtherApps:YES]; > > now i know this will activate the app, but for example if the main window of > the app is closed should it cause the window to show? i think it would not, > but it

NSApp question

2010-03-08 Thread Rick C.
hello, i have a question regarding this line: [NSApp activateIgnoringOtherApps:YES]; now i know this will activate the app, but for example if the main window of the app is closed should it cause the window to show? i think it would not, but it seems some people claim that it does. as a note