Re: Why is my NSTableView empty?
Re: Why is my NSTableView empty?
- Subject: Re: Why is my NSTableView empty?
- From: Robert Cerny <email@hidden>
- Date: Mon, 28 Apr 2008 17:13:45 +0200
On 28.4.2008, at 17:03, I. Savant wrote:
I did drop content binding for table and checked that lastName was
a typo.
I created a textfield and did set it up to:
binding: ABPeople
controller key: arrangedObjects
model:@count
and got correct 388 count of ppl in AB.
So is it the same result as last time (you get the right number of
rows but they're empty) or is it working now? If it's not, is your
-lastName category method being called at all?
--
I.S.
Well,
it's still empty. However after a small change from table column
bindings:
bind to: ABPeople
controller: arrangedObjects
key path: lastName
to:
bind to: ABPeople
controller: arrangedObjects
key path:
I got table populated with description of ABPerson records like:
ABPerson (0xbc14600) {
ABPersonFlags : 16
Creation : 2008-01-12 18:30:22 +0100
Email : {
* work email@hidden
}
First : John
Last : Doe
Modification : 2008-04-02 20:41:06 +0200
Parent Groups : Family (0xbc550b0), iPhone (0xbc556f0)
Unique ID : 56277FAB-6912-4313-AF05-9A6343622202:ABPerson
}
Robert
_______________________________________________
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