Re: NSTableView philosophy question.. (MVC Pattern) where to put the dataSource delegate?
Re: NSTableView philosophy question.. (MVC Pattern) where to put the dataSource delegate?
- Subject: Re: NSTableView philosophy question.. (MVC Pattern) where to put the dataSource delegate?
- From: Bill Cheeseman <email@hidden>
- Date: Wed, 26 Jun 2002 08:23:28 -0400
A couple of attentive folks (Scott Anguish and Andy Lee) pointed out a
couple of typos in my post to this thread. I said:
"But in Interface Builder, when you connect the "datasource" outlet, you
have to connect it to the object that holds the delegate methods, not to the
object that holds the data (which might or might not be the same object)."
I meant to say:
"But in Interface Builder, when you connect the "datasource" outlet, you
have to connect it to the object that holds the *datasource protocol*
methods, not to the object that holds the data (which might or might not be
the same object)."
Apologies for any confusion.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont -
http://members.valley.net/croquetvermont
_______________________________________________
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.