On Mar 12, 2014, at 11:10 AM, iseecolors <iseecol...@rsqrdc.us> wrote:

> Do you (or anyone) happen to know what the OS uses to determine that app is 
> “launched”.

I’m sure it's something very low-level involving the Window Server’s event 
system, like when the process registers for events. In terms of Cocoa, this 
probably happens right before -applicationDidFinishLaunching: is called. So 
that delegate method is probably too late; you could try 
-applicationWillFinishLaunching. If that doesn’t do it, try adding an 
-awakeFromNib in your app delegate and putting the delay in there.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to