Re: NSTableView and CA backed views
Re: NSTableView and CA backed views
- Subject: Re: NSTableView and CA backed views
- From: David Duncan <email@hidden>
- Date: Mon, 2 Mar 2009 09:20:55 -0800
On Feb 28, 2009, at 8:49 AM, Erwan Ripoll wrote:
It seems that any NSTableView in a NSVIew that has setWantsLayer:YES
will flicker whenever the parent view is resized.
There is no work around for this issue short of disabling layer-
backing. The basic problem is that a CATiledLayer throws away all of
its content when it is resized, and the NSTableView is using a
CATiledLayer for its display. Because of this, the entire table gets
re-rendered, and because the resize is live, re-rendered again and
again before the content is complete.
--
David Duncan
Apple DTS Animation and Printing
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden