Re: Extracting info from notification
Re: Extracting info from notification
- Subject: Re: Extracting info from notification
- From: John MacMullin <email@hidden>
- Date: Sat, 13 Sep 2003 08:16:05 -0700
Ok, I did find it. I am using the two required methods from that
protocol and will try this new one. The table views that I have
developed so far work quite nicely tho they are based upon ScoreTable.
John
On Saturday, September 13, 2003, at 01:43 AM, Scott Anguish wrote:
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.