Combining Images with text for a TableView cell
Combining Images with text for a TableView cell
- Subject: Combining Images with text for a TableView cell
- From: Yojimbo <email@hidden>
- Date: Wed, 21 Aug 2002 21:31:44 -0700
Greetings!
I apologize up front as I realize this is a newbie question, but I'm
hoping someone here can point me in the right direction. I'm
interested in implementing an iTunes Playlist style view that uses an
icon/image in front of an editable text cell that would differentiate
the item type (Library vs. Playlist vs. Smart Playlist etc).
I'm afraid I'm stuck at this point. I realize that trying to affect
the NSTextFieldCell from within the NSTableView delgate methods affects
all the rows for the target column. All the examples I have found to
date refer strictly to NSString objects and while I understand that I
can apply that to any type of object, I'm having difficultly making the
connection of how to get something like a combination icon-editable
text type of object/view/cell to show up. I tried setting up the
image and title values for the cell object directly, but all I get are
blank cells that retains, but doesn't display, the values.
Any pointers or recommendations would be greatly appreciated.
Thanks in advance for your help,
- JP
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.