Re: Core Animation + Garbage Collection

2009-08-23 Thread Evan M
Kyle, I don't have a custom layer, I'm animating the transition between two NSViews. -- Evan On Aug 23, 2009, at 4:24 PM, Kyle Sluder wrote: On Aug 23, 2009, at 1:00 PM, Kevin Cathey wrote: Have you enabled "wants layer" for the view? And if you have, have you made sure to provide a c

Re: Core Animation + Garbage Collection

2009-08-23 Thread Evan M
Kevin, Yes, wantsLayer is enabled. -- Evan On Aug 23, 2009, at 4:00 PM, Kevin Cathey wrote: Have you enabled "wants layer" for the view? Kevin -- Kevin Cathey On 22 Aug 2009, at 22:21, Evan M wrote: So, it isn't Garbage Collection + Core An

Re: Core Animation + Garbage Collection

2009-08-22 Thread Evan M
So, it isn't Garbage Collection + Core Animation that is breaking the transition, I just refactored my entire project to remove GC support (big pain) and the animation hasn't changed at all. Now I'm looking at my custom NSView that is being animated and I'm wondering now if that is the prob

Re: Using Delegation in communicating data between two controllers....

2009-08-18 Thread Evan M
Ric, There is a very good tutorial from Cocoa Dev Central regarding delegates: http://cocoadevcentral.com/articles/75.php And from that article there is a link to another good article as well: http://www.stepwise.com/Articles/Technical/2000-03-03.01.html As mentioned in the articles, del

CATransition + NSView mask

2009-08-09 Thread Evan M
I have a simple view transition, and am using a slide transition in combination with NSView's replaceSubview: with: method to swap a view's subviews. The problem I'm running into with this transition in particular is that it doesn't clip to the parent view. The views that are being swappe