Re: CATransition + NSView mask

2009-08-12 Thread Evan Moseman
Sean, Thanks very much for the link, the example project is fundamentally doing the same things that I'm trying to accomplish, without the linked-list functionality. I ran the app and noticed that the animating views were also being clipped by the window. After seeing this example it mak

Re: NSOulineView scroll position

2009-08-12 Thread Evan Moseman
I haven't tried this yet, but I just looked at IB and created a new NSOutlineView and clicked on the scrollbar and then looked at its bindings. There is a 'value' that can be bound to, I would assume that is its current position, but I haven't verified that. If so you can bind that to use

Core Animation + Garbage Collection

2009-08-19 Thread Evan Moseman
I've been trying to get a fairly simple and well documented transition: CIPageCurlTransition to work in my app, but the results are awful. Non filter transitions like kCATransitionFade work fine, but when I try to use a CAFilter for the transition the best I get is dome chopped up image wi