Complex NSTableView cell
Complex NSTableView cell
- Subject: Complex NSTableView cell
- From: "Doug Knowles" <email@hidden>
- Date: Sat, 20 May 2006 22:57:00 -0400
Hi,
I need to implement a table cell that will display an arbitrary number
(well, zero to five or so) of items in a list as the "value" in a
column. (I'm obviously planning on using the new variable height
capability of NSTableView.)
My question is what approach should I take to implement the cell. I'm
thinking an override of NSCell is an obvious starting point, and I
need the capabilities of NSMatrix (or maybe even an embedded
NSTableView) to render the cell. What's not clear to me is
Am I on the right track? Is there sample code out there that
implements anything like this?
Thanks for this and all the other help I've found on the list.
Doug K;
_______________________________________________
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