Re: Emulating email apps To/Cc textfield?
Re: Emulating email apps To/Cc textfield?
- Subject: Re: Emulating email apps To/Cc textfield?
- From: Matt Gemmell <email@hidden>
- Date: Tue, 22 Jul 2003 17:16:48 +0100
On 22/7/03 at 4:30 pm, Eric Freeman said:
>
Is there a way to make use of the mail app's To:/Cc: style TextField
>
(with autocompletes from the address book, etc?) within my apps?
There's no prebuilt way to do it, but it's easy enough to use the
Address Book API to achieve that effect. I recently added an Address
Book example to my sample code page which has a live-filtering field
which finds entries based on forename, surname or company. Should take
about two minutes to adapt it for email addresses (and it already
includes code to find the primary email address of a person).
You can get it here:
<
http://www.scotlandsoftware.com/products/source/>
Cheers,
-Matt
--
Matt Gemmell
Irate Scotsman
http://www.scotlandsoftware.com/blog/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.