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 PROTECTED]
}
        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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to