Re: Extracting info from notification
Re: Extracting info from notification
- Subject: Re: Extracting info from notification
- From: Scott Anguish <email@hidden>
- Date: Sat, 13 Sep 2003 04:43:32 -0400
On Sep 13, 2003, at 1:58 AM, John MacMullin wrote:
Thank you. I will give that a try. But what is
"tableView:setObjectValue:forTableColumn:row:"? I have December 2002
Dev tools. I can't find that in Cocoa In a Nutshell either. Is it an
xcode thing?
This is a method of the informal protocol NSTableDataSource
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Protocols/NSTableDataSource.html#//
apple_ref/occ/cat/NSTableDataSource
Also, I tend to agree with Nick that you're quite likely doing more
than you need to in this case.
If all you are trying to do is support editing in an NSTableView, then
implementing that protocol method on the delegate object of the
tableview should do it for you.
_______________________________________________
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.