Re: bouncing icon in dock
Re: bouncing icon in dock
- Subject: Re: bouncing icon in dock
- From: Jens Alfke <email@hidden>
- Date: Wed, 12 Mar 2014 11:33:29 -0700
On Mar 12, 2014, at 11:10 AM, iseecolors <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden