Re: Core Animation Choppyness

2008-03-11 Thread Jonathan Dann
On 10 Mar 2008, at 22:40, Scott Anguish wrote: if you stop the animation of the replaceSubview... is that no longer choppy? This is one of the most expensive animations possible. That fixed it, looks great now! It was a flickering NSPopUpButton that was causing me grief. also, are all

Re: Core Animation Choppyness

2008-03-10 Thread Scott Anguish
On Mar 10, 2008, at 3:52 PM, Jonathan Dann wrote: Hi Guys, I have a couple of views in my app that get re-scaled by changing their frames. When I turn on layer backing for the view, the animation of the views' contents (a couple of NSColorWells & NSButtons) is choppy and renders badly,

Re: Core Animation Choppyness

2008-03-10 Thread Jonathan Dann
On 10 Mar 2008, at 20:26, Chris Ryland wrote: Looks to me like you're mixing NSAnimation and CAAnimation technologies. Try CAAnimationContexts instead? Tried  Googling CAAnimationContext, and I can't find it, where can I read up on them? Thanks, Jon smime.p7s Description: S/MIME crypt

Core Animation Choppyness

2008-03-10 Thread Jonathan Dann
Hi Guys, I have a couple of views in my app that get re-scaled by changing their frames. When I turn on layer backing for the view, the animation of the views' contents (a couple of NSColorWells & NSButtons) is choppy and renders badly, but when I omit the layer- backing activation the an