FROM : Nick Zitzmann
DATE : Sat Jan 05 01:33:44 2008
On Jan 4, 2008, at 12:32 PM, Claus Atzenbeck wrote:
> I would like to double click on an entry in my application (which
> holds
> a unique ID referring to [ABRecord uniqueId]) to open the appropriate
> entry in Apple's Address Book application.
>
> Any idea how to do this nicely?
The easiest way is to use NSWorkspace to open a URL with the scheme
"addressbook" and the host being equal to the escaped unique ID.
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Sat Jan 05 01:33:44 2008
On Jan 4, 2008, at 12:32 PM, Claus Atzenbeck wrote:
> I would like to double click on an entry in my application (which
> holds
> a unique ID referring to [ABRecord uniqueId]) to open the appropriate
> entry in Apple's Address Book application.
>
> Any idea how to do this nicely?
The easiest way is to use NSWorkspace to open a URL with the scheme
"addressbook" and the host being equal to the escaped unique ID.
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| Claus Atzenbeck | Jan 4, 20:32 | |
| Nick Zitzmann | Jan 5, 01:33 | |
| Claus Atzenbeck | Jan 5, 20:57 | |
| Sean McBride | Jan 7, 16:40 |






Cocoa mail archive

