Re: How to assign NSCell type for NSTableColumn's data cell via IB?
Re: How to assign NSCell type for NSTableColumn's data cell via IB?
- Subject: Re: How to assign NSCell type for NSTableColumn's data cell via IB?
- From: Rams <email@hidden>
- Date: Fri, 21 Feb 2003 22:49:22 -0500
Yeah, it would seem that way, given that you can select the table
column in IB and it will list "data cell" as a target. The problem is
(currently) you cannot Instantiate NSCell or any of its subclasses...
So no, you can't. [ Well, no way that I've found at least. Report
back if you discover a way =) ]
On Friday, February 21, 2003, at 04:54 PM, Tim Coffman wrote:
I would like to use a combobox to edit values in a column of my
NSTableView.
The documentation suggests that I can use
[myTableColumn setDataCell: myComboBoxCell ] ;
However, it seems like I should be able to accomplish this via
Interface Builder. Is it possible?
_______________________________________________
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.
--
"NT 5.0 is the last nail in the Unix coffin. Interestingly, Unix isn't
in the coffin... It's wondering what the heck is sealing itself into a
wooden box 6 feet underground..." --Jason McMullan
_______________________________________________
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.