Re: NSPopupButton Cell in NSTableView
Re: NSPopupButton Cell in NSTableView
- Subject: Re: NSPopupButton Cell in NSTableView
- From: Steven Huey <email@hidden>
- Date: Fri, 4 Apr 2008 10:32:26 -0400
Thomas,
Take a look at the setDataCell: method of the NSTableColumn class.
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTableColumn_Class/Reference/Reference.html#/
/apple_ref/doc/uid/20000119-setDataCell_
You'll want to set the data cell of your column to use a
NSPopUpButtonCell instance.
- Steve
On Apr 3, 2008, at 2:38 PM, Thomas Bartelmess wrote:
I've spent a lot of time to find out to add a collum with
NSPopupButtons, but it wasn't able to do this.
Can PLEASE anyone help me?
Thanks a lot
Thomas
--
Steven Huey Software - http://www.stevenhuey.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden