• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why is my NSTableView empty?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Why is my NSTableView empty?
      • From: "I. Savant" <email@hidden>
References: 
 >Why is my NSTableView empty? (From: Robert Cerny <email@hidden>)
 >Re: Why is my NSTableView empty? (From: "I. Savant" <email@hidden>)
 >Re: Why is my NSTableView empty? (From: Robert Cerny <email@hidden>)
 >Re: Why is my NSTableView empty? (From: "I. Savant" <email@hidden>)
 >Re: Why is my NSTableView empty? (From: Robert Cerny <email@hidden>)
 >Re: Why is my NSTableView empty? (From: "I. Savant" <email@hidden>)

  • Prev by Date: Re: Zip Files in Objective-C?
  • Next by Date: Re: Why is my NSTableView empty?
  • Previous by thread: Re: Why is my NSTableView empty?
  • Next by thread: Re: Why is my NSTableView empty?
  • Index(es):
    • Date
    • Thread