Re: NSView alphaValue animation on 10.5

2010-09-08 Thread Kyle Sluder
On Wed, Sep 8, 2010 at 12:32 PM, Alexander Cohen wrote: > I've got a lot of code that depends on 10.6's use of NSView's animator and > setAlphaValue for showing and hiding animations. Now, i need to bring this to > 10.5. On 10.5, to animate the alphaValue, i learnt that the NSView needs to > be

NSView alphaValue animation on 10.5

2010-09-08 Thread Alexander Cohen
Hi, I've got a lot of code that depends on 10.6's use of NSView's animator and setAlphaValue for showing and hiding animations. Now, i need to bring this to 10.5. On 10.5, to animate the alphaValue, i learnt that the NSView needs to be backed by a layer. I tried doing that and it created mayhem