• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTableView and CA backed views
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Optimizing, uiview caching, and clearing that cached view.
  • Next by Date: Re: How to create a simple pop-up-menu
  • Previous by thread: Re: Optimizing, uiview caching, and clearing that cached view.
  • Next by thread: Custom file types and extensions
  • Index(es):
    • Date
    • Thread