applicationDidFinishLaunching and Mac OS 10.1
applicationDidFinishLaunching and Mac OS 10.1
- Subject: applicationDidFinishLaunching and Mac OS 10.1
- From: Chad Armstrong <email@hidden>
- Date: Fri, 13 Feb 2004 23:47:55 -0600
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.