Re: Layer Backed Views and CoreAnimation neither animate nor stay in place

2008-07-05 Thread Uli Kusterer
On 27.06.2008, at 14:56, Chilton Webb wrote: (1) If I specify that I want anything other than the main view to have a layer, that view will instantly 'pop' to the foreground in the window. However, its actual view remains in the same place in the view hierarchy. As far as I've seen so

Re: Layer Backed Views and CoreAnimation neither animate nor stay in place

2008-07-05 Thread David Duncan
On Jul 5, 2008, at 8:34 AM, Uli Kusterer wrote: On 27.06.2008, at 14:56, Chilton Webb wrote: (1) If I specify that I want anything other than the main view to have a layer, that view will instantly 'pop' to the foreground in the window. However, its actual view remains in the same place in

Re: Layer Backed Views and CoreAnimation neither animate nor stay in place

2008-06-30 Thread Shripada Hebbar
in the nib as a part of nib loading process. I am not sure if this is the reason though!. HTH Shripada Message: 11 Date: Fri, 27 Jun 2008 05:56:25 -0700 From: Chilton Webb [EMAIL PROTECTED] Subject: Layer Backed Views and CoreAnimation neither animate nor stay in place To: cocoa-dev

Layer Backed Views and CoreAnimation neither animate nor stay in place

2008-06-27 Thread Chilton Webb
Hi, I am absolutely confused regarding something simple in layer backed view animation, and it's been haunting me for many months now. So I have constructed a sample project that illustrates the 3 problems I run into most frequently. I'm hoping someone will point to some place in the docs I've

Re: Layer Backed Views and CoreAnimation neither animate nor stay in place

2008-06-27 Thread Brian Christensen
On Jun 27, 2008, at 08:56, Chilton Webb wrote: (3) Even when everything else is working right, the first time I perform my animation method, the animation does not work. Instead, it quickly swaps out the old view with the new one, and displays it in the foreground, on top of all other