Re: Using a NScomboBoxCell in a NSTableView
Re: Using a NScomboBoxCell in a NSTableView
- Subject: Re: Using a NScomboBoxCell in a NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 20 Jan 2005 18:34:57 -0800
On Jan 20, 2005, at 6:30 PM, Jeff Brown wrote:
I've dragged an NSComboBoxCell into the NSTableColumn
of a tableView. I've then set up the internal list of
the combo box cell.
When I run the app and click on a combo box cell in
that column, the internal list drops down and you can
see its contents but when I make a selection, what I
selected disappears and you are left with a combo box
cell without a value.
In your table view's data source, have you implemented
-tableView:setObjectValue:forTableColumn:row: (and does that method
actually set the value)?
mmalc
_______________________________________________
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