Re: Why is my NSTableView empty?
Re: Why is my NSTableView empty?
- Subject: Re: Why is my NSTableView empty?
- From: "I. Savant" <email@hidden>
- Date: Mon, 28 Apr 2008 10:46:23 -0400
> and I'm trying to display all last names in the table.
> - I created NSArrayController ABPeople and set content to my delagate, key
> path: peeps
This is imprecise - if there is a problem with this, we won't know
to tell you about it without the specifics of how this works in your
application.
> - I bound table content to ABPeople, controller key: arrangedObjects
> - I bound table column value to ABPeople, controller key: arrangedObjects,
> model key path: lastname
Why both? Drop the table content binding and just bind the column
value. Also, was "lastname" a typo or is the model key path actually
"lastName"? This matters.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden