Re: applicationDidFinishLaunching and Mac OS 10.1
Re: applicationDidFinishLaunching and Mac OS 10.1
- Subject: Re: applicationDidFinishLaunching and Mac OS 10.1
- From: Daniel Todd Currie <email@hidden>
- Date: Fri, 13 Feb 2004 23:46:22 -0800
Perhaps this behavior was simply updated from 10.1 to 10.2, a bug fix
or whatever...
You might try setting a delegate for your main window that responds to
NSWindow's -windowDidBecomeKey:.
// Daniel Currie
On 2004 Feb 13, at 21:47, Chad Armstrong wrote:
I'm finding an odd discrepancy between Mac OS 10.1 and 10.2. I have
an application which launches, and then runs a method once the
applicationDidFinishLaunching function is called. The method runs
fine, however, in 10.1, the window does not come into full focus until
after the method called from applicationDidFinishLaunching is done.
Under 10.2 this problem does not occur. I tried using
applicationDidBecomeActive, but I had the same problem.
Even from my awakeFromNib method I have told the main window to
makeKeyAndOrderFront, but this doesn't seem to effect much of
anything.
Does anyone have any ideas on why this problem seems to only exist
with Mac OS 10.1, but not 10.2?
Regards,
Chad Armstrong
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.