Re: applicationWillTerminate and animations

2008-03-27 Thread Troy Stephens
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 ge

Re: applicationWillTerminate and animations

2008-03-27 Thread Sherm Pendley
On Thu, Mar 27, 2008 at 10:14 AM, Mitchell Livingston <[EMAIL PROTECTED]> 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.

applicationWillTerminate and animations

2008-03-27 Thread Mitchell Livingston
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