Re: CoreAnimation weird problems with NSView animator

2008-03-28 Thread Milen Dzhumerov
Hi, On 27 Mar 2008, at 21:03, Troy Stephens wrote: On Mar 26, 2008, at 9:12 AM, Milen Dzhumerov wrote: [snip] This should produce a fade transition, as long as self.generalView's superview, or an ancestor view higher up, has wantsLayer == YES. This seems to be the problem. The NSView whi

Re: CoreAnimation weird problems with NSView animator

2008-03-27 Thread Troy Stephens
On Mar 26, 2008, at 9:12 AM, Milen Dzhumerov wrote: Hi all, I've been playing with CA today and encountered some weird problems. Firstly, I tested setHidden: on an animator on a NSSegmentedView and it worked fine - it gets faded in/out. Now, all the problems I encountered happen in another

CoreAnimation weird problems with NSView animator

2008-03-26 Thread Milen Dzhumerov
Hi all, I've been playing with CA today and encountered some weird problems. Firstly, I tested setHidden: on an animator on a NSSegmentedView and it worked fine - it gets faded in/out. Now, all the problems I encountered happen in another NIB file. I've got the following piece of code (in