Custom View Table Views
Custom View Table Views
- Subject: Custom View Table Views
- From: Thom McGrath <email@hidden>
- Date: Mon, 24 Jul 2006 15:57:32 -0400
Can't find any useful information elsewhere (apple docs, list
archives, google, examples), so here I go again.
I'm trying to use a custom view cell in my NSTableView, similar to
Backup.app where I have lots of data in a single cell with different
styles and whatnot.
I've been able to figure out that I'll need an NSCell, and I've
informed the NSTableView to use this NSCell subclass for this column.
Since I do not need interaction, It's an NSCell rather than an
NSActionCell. Poking around inside Backup.app has been fruitless.
I've also successfully modified the data contained within the NSCell.
My issue comes in when I need to draw the view. How do I attach an
NSView to it to do the drawing?
--
Thom McGrath
The ZAZ Studios
<http://www.thezaz.com/> AIM: thezazstudios
_______________________________________________
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