Re: NSTableView blurry contents
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