• 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
Lazy NSTableView cell content fetching
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Lazy NSTableView cell content fetching
      • From: Ryan Stevens <email@hidden>
  • Prev by Date: Doing a NSFetchRequest on a single NSManagedObject
  • Next by Date: Re: Path of a Lib file???
  • Previous by thread: Re: Doing a NSFetchRequest on a single NSManagedObject
  • Next by thread: Re: Lazy NSTableView cell content fetching
  • Index(es):
    • Date
    • Thread