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 protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to