Re: Design for showing ridiculously huge number of images in Table View

2008-12-12 Thread Matt Gough
On 12 Dec 2008, at 17:32, Corbin Dunn wrote: There are some sample images with it to ensure Spotlight had something specific do index. If you search for "Flower or Corbin" does it ever give anything back? One thing to check is to see if you have any excluded directories in Spotlight prefs.

Re: Design for showing ridiculously huge number of images in Table View

2008-12-12 Thread Corbin Dunn
On Dec 12, 2008, at 3:12 AM, Matt Gough wrote: On 11 Dec 2008, at 18:33, Corbin Dunn wrote: Also see this demo (I'm going to see how many times I can reference it): Corbin, I gave this a whirl (since it has shown up several times r

Re: Design for showing ridiculously huge number of images in Table View

2008-12-12 Thread Graham Cox
On 12 Dec 2008, at 8:41 pm, rajesh wrote: do I add observer at cell level OR the controller level ( dataSource level ) ? I am confused because the user might just scroll through the tabel , in first go there are definitely no images , at the same time the cells which placed request for im

Re: Design for showing ridiculously huge number of images in Table View

2008-12-12 Thread Matt Gough
On 11 Dec 2008, at 18:33, Corbin Dunn wrote: Also see this demo (I'm going to see how many times I can reference it): Corbin, I gave this a whirl (since it has shown up several times recently :) ), but cannot get it to find any images

Re: Design for showing ridiculously huge number of images in Table View

2008-12-12 Thread rajesh
I typed in the mail while I was logging off for the home yesterday, and hence few mistakes , sorry my bad :( ( though it doesn't effect the way we look at the design ) I sum it up for better understanding. Actually , I have an NSOutlineView + NSTreeController . controller has NSDicti

Re: Design for showing ridiculously huge number of images in Table View

2008-12-11 Thread Corbin Dunn
On Dec 11, 2008, at 9:21 AM, Jean-Daniel Dupas wrote: Le 11 déc. 08 à 17:55, rajesh a écrit : Hi All, I implemented NStableView which contains few "columns" with NSImageCells , there are huge number of rows ( for the nightmare ) images are requested over the network and hence images are

Re: Design for showing ridiculously huge number of images in Table View

2008-12-11 Thread Corbin Dunn
On Dec 11, 2008, at 8:55 AM, rajesh wrote: Hi All, I implemented NStableView which contains few "columns" with NSImageCells , there are huge number of rows ( for the nightmare ) images are requested over the network and hence images are never readily available. but part of my framework

Re: Design for showing ridiculously huge number of images in Table View

2008-12-11 Thread Jean-Daniel Dupas
Le 11 déc. 08 à 17:55, rajesh a écrit : Hi All, I implemented NStableView which contains few "columns" with NSImageCells , there are huge number of rows ( for the nightmare ) images are requested over the network and hence images are never readily available. but part of my framework in

Design for showing ridiculously huge number of images in Table View

2008-12-11 Thread rajesh
Hi All, I implemented NStableView which contains few "columns" with NSImageCells , there are huge number of rows ( for the nightmare ) images are requested over the network and hence images are never readily available. but part of my framework intimates me whenever an image is downloaded