Controlling number of bounces of app icon at launch
Controlling number of bounces of app icon at launch
- Subject: Controlling number of bounces of app icon at launch
- From: Jean-Luc Peuriere <email@hidden>
- Date: Sun, 8 Sep 2002 20:18:24 +0200
Hi,
My app, when lauching, make a single bounce in the dock. The problem is
that it need to open (in ApplicationDelegate
applicationDidFinishLaunching) some documents which can be a lengthy
operation as a great number of objects are unarchived.
I would like the icon to continue to bounce while the opening is done
as I don't want to put on a splash screen and some visual feedback is
obviously needed.
Putting the call in applicationWillFinishLaunching: seems not to make
the job either, as the application object is not yet initialized.
How can I make this icon continue to bounce till all my files are open ?
--
JLuc Peurihre
_______________________________________________
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.