RE: How do I identify Myself within AddressBook Progammatically?

2008-09-11 Thread Gary L. Wade
In Mac OS X, if I had an object of type ABAddressBook, I would use the message "me". If I didn't like "me", I might try "setMe:". ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the lis

Re: How do I identify Myself within AddressBook Progammatically?

2008-09-11 Thread I. Savant
On Thu, Sep 11, 2008 at 2:09 PM, Lee, Frederick <[EMAIL PROTECTED]> wrote: > If you can only see me wince... > I was aware of 'me'; and searched the iPhone-nay SDK-nay (pig-latin) > literature for it. > Couldn't find it. > > So now I have to bother the Apple Engineers about this one; and other > qu

RE: How do I identify Myself within AddressBook Progammatically?

2008-09-11 Thread Lee, Frederick
t's knock-knock time at the Apple abode. Ric. -Original Message- From: I. Savant [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 1:04 PM To: Lee, Frederick Cc: cocoa-dev@lists.apple.com Subject: Re: How do I identify Myself within AddressBook Progammatically? On Thu, Sep

Re: How do I identify Myself within AddressBook Progammatically?

2008-09-11 Thread I. Savant
On Thu, Sep 11, 2008 at 1:50 PM, Lee, Frederick <[EMAIL PROTECTED]> wrote: > I don't see anything about 'me' or 'setMe' for the iPhone's AddressBook. > Is there an equivalent routine? Ah, the iPhone SDK ... (raises wand, taps podium, instruments at the ready): The iPhone SDK is under NDA and can

RE: How do I identify Myself within AddressBook Progammatically?

2008-09-11 Thread Lee, Frederick
pple.com Subject: Re: How do I identify Myself within AddressBook Progammatically? On Thu, Sep 11, 2008 at 1:24 PM, Lee, Frederick <[EMAIL PROTECTED]> wrote: > I need to grab my own ABPersonRecord; but I need an identifier of the > owner of AddressBook. > > What would be such an

Re: How do I identify Myself within AddressBook Progammatically?

2008-09-11 Thread I. Savant
On Thu, Sep 11, 2008 at 1:24 PM, Lee, Frederick <[EMAIL PROTECTED]> wrote: > I need to grab my own ABPersonRecord; but I need an identifier of the > owner of AddressBook. > > What would be such an identifier? Always read/search the docs first: "Accessing the User's Record" http://developer.appl