• 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 blurry contents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView blurry contents


  • Subject: Re: NSTableView blurry contents
  • From: Uli Kusterer <email@hidden>
  • Date: Thu, 18 Aug 2005 21:55:56 +0200

On Aug 17, 2005, at 16:29:12, William Turner wrote:
I have an NSTableView in my app in which the contents blur when scrolled. I don't mean that they blur from movement, but that they actually distort and remain distorted afterwards. I posted some screenshots at http://www.psatellite.com/table_bug/

I would really like some insight into what could be going on here...

Wil,

looks suspiciously like something else is weird here. Make sure your app doesn't have any zombies (in particular that you haven't released your data source while it's still registered with the table view -- delegates are never released to avoid retain circles). Also make sure you're only making your calls to the table view from the main thread. Those are the most common reasons for unexpected transparency and smears.

Cheers,
-- M. Uli Kusterer
http://www.zathras.de


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >NSTableView blurry contents (From: William Turner <email@hidden>)

  • Prev by Date: Best way to display dictionary in a table
  • Next by Date: Re: Translation issue
  • Previous by thread: Re: NSTableView blurry contents
  • Next by thread: Re: NSTableView blurry contents
  • Index(es):
    • Date
    • Thread