Hi all,w.r.t one of my earlier post ( subject : Design for showing ridiculously huge number of images in Table View )
I have a table column(With ImageCell) to be filled with images , I have a NSTreeController which has dictionary for this image ( dictionary has few details , using which I fetch the images ) after binding this column with the said dictionary and running the build , in run log , I see complaints, that it is expecting an NSImage .... and hence image don't show up
instead using a NSTextField cell , I could draw the image myself , I don't think its a good idea because I need to show images proportional to their sizes
am I doing a blunder here ?
<<inline: Picture 5.png>>
, previewID has dictionary with it. every other column is fine with the binding , except this imageColumn Should I work at cell level binding ? like cell's Controller Key with 'selection' ??I need to show a image-tool tip when I hover this image .... but that is future requirement and it can wait for now...
Thanks in Advance ~Rajesh
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com