Re: NSTableView and CoreAnimation

2008-07-08 Thread Brent Fulgham
On Tue, May 20, 2008 at 8:38 PM, Jens Alfke <[EMAIL PROTECTED]> wrote: > >> As you can see, move steps of the NSTableView are persistent and this is >> really visible when the animation is running. > I enabled layers so I could cause some buttons to fade in and out of visibility, and noticed this

Re: NSTableView and CoreAnimation

2008-05-20 Thread Jens Alfke
On 20 May '08, at 10:06 AM, Yann Bizeul wrote: As you can see, move steps of the NSTableView are persistent and this is really visible when the animation is running. I haven't seen this exactly, but I've seen other glitches in regular AppKit views when they're embedded in a superview that

NSTableView and CoreAnimation

2008-05-20 Thread Yann Bizeul
Hello list, I'm trying to implement a preference interface like System Preferences, and using Core Animation. When I look at Basic Cocoa Animation sample code, it looks nice and seem to be the starting point for what I want to do. The problems is with NSTableViews. When the window resizes a