• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Extracting info from notification
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Follow-Ups:
    • Re: Extracting info from notification
      • From: John MacMullin <email@hidden>
References: 
 >Re: Extracting info from notification (From: John MacMullin <email@hidden>)

  • Prev by Date: EVERY SINGLE FREAKIN TIME!! (Was NSData to NSString following resourceDataDidBecomeAvailable:)
  • Next by Date: Converting web data to Strings - taking into account the original encoding
  • Previous by thread: Re: Extracting info from notification
  • Next by thread: Re: Extracting info from notification
  • Index(es):
    • Date
    • Thread