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 19:06:35 +0200
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@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
}
... 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 (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