• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: bouncing icon in dock
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >bouncing icon in dock (From: iseecolors <email@hidden>)
 >Re: bouncing icon in dock (From: Uli Kusterer <email@hidden>)
 >Re: bouncing icon in dock (From: iseecolors <email@hidden>)

  • Prev by Date: Re: bouncing icon in dock
  • Next by Date: Re: bouncing icon in dock
  • Previous by thread: Re: bouncing icon in dock
  • Next by thread: Re: bouncing icon in dock
  • Index(es):
    • Date
    • Thread