On Mar 27, 2008, at 7:14 AM, Mitchell Livingston wrote:
Hello,

When my program quits, I would like to fade out all the windows using the animator. When I put this code in the applicationWillTerminate: method, however, it appears to be called but doesn't animate. How would I got about to get this to work?

Thank you,
Mitchell Livingston

You'd need to do this earlier, before your windows close, and would also need to delay their closure to allow the fade animation time to complete.

I'd recommend against such a "feature" though. Keeping an app responsive to the user's request to quit seems more valuable to me.

--
Troy Stephens
Cocoa Frameworks
Apple, Inc.



_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to