On 28.4.2008, at 17:20, I. Savant wrote:

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
}

 ... sssssooooo .... is your category method -lastName being called?

--
I.S.

well,
I'm able to get the correct value from gdb but it looks like my method isn't called or is wrong implemented...

- (NSString*) lastName
{
    return [self valueForProperty:kABLastNameProperty];
}

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