Lazy NSTableView cell content fetching
Lazy NSTableView cell content fetching
- Subject: Lazy NSTableView cell content fetching
- From: Hamish Allan <email@hidden>
- Date: Sat, 6 Aug 2005 17:11:07 +0100
Hi,
Is there any way of determining which cells in an NSTableView are
currently visible? Obtaining data for one of my columns is very
costly, so I want to fetch it lazily in a separate thread in response
to tableView:objectValueForTableColumn:row: (which would return a
placeholder), but I also want to cancel the fetching of any rows
which are not still visible by the time their fetching operation
comes around.
Thanks,
Hamish
_______________________________________________
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