-4
votes
3answers
92 views
how do i enter a new contact to my address book??
in java i've made a address book gui.
to use you you need to import a text file which contains four lines of four.
now i need to add another contact to the file, how do i do thi …
0
votes
0answers
8 views
How to fetch all the cities from the address book in iPhone ?
Hello
I have search functionality in which I have a button called "Select venue".
I want to to show all the cities from the addressbook and then let the user select one of them.
…
0
votes
2answers
34 views
How to add a contact to the iPhone’s Address Book from a Web Page?
In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, ho …
0
votes
2answers
31 views
Address Book is returning old values
Hi there,
I am having a problem with the AddressBook framework.
It all seems to be stemming from ABCopyRecordForUniqueId returning a record with old data.
Example:
I run up the …
0
votes
0answers
22 views
ABPeoplePickerView - How do I get it to scroll to a selected record?
I'm using the ABPeoplePicker in a Mac OS X application. I've hooked up a button that changes the selected record to the default 'Me' record.
This works fine, and the record gets s …
0
votes
1answer
40 views
iphone add custom contacts info to iphone contact list
Hello,
I am developing a app in which I have to add custom contacts to iPhone Contact list.
To elaborate that every contact in iPhone have a definite set of fields which we can b …
0
votes
0answers
9 views
iPhone SDK - How to know how contacts are ordered and displayed in the default Contacts app?
Hi everyone,
I'm working on a app with Facebook integration.
When I list Facebook contacts, I would like to use the same 'Sort Order' and 'Display Order' as in the Contacts app …
0
votes
0answers
19 views
ABPersonViewController Add Field birthday address book iPhone. SAVE button is disabled
Hi. presently i am dealing with an application related to address book of iPhone.
The hierarchy is as follows:
John(contact's name)
--->(Edit content using ABPersonViewControlle …
0
votes
1answer
21 views
iPhone: AddressBook loaded in a Tab’s View
I have what I thought would be a simple task.
I have a sample project that will let a user click a button to pull up the AddressBook user interface within a view. From what I see …
0
votes
1answer
31 views
How to fetch XLS data in iPhone?
I want to make an iPhone application which fetches XLS data from mail attachments and adds it into the iPhone AddressBook. I am new to the iPhone SDK. Can anyone help me?
0
votes
3answers
55 views
Add contact to addressbook in iphone objective-c
What is the correct way to set street address etc in addressbook and let the user save it on iphone?
EDIT: removed the specific code-problem and made it more general
0
votes
1answer
22 views
Accessing list of persons with email address from iPhone address book
Hi,
I want to display list of people in the iPhone's address book with atleast one email address. Can someone please explain how can I filter this using the AddressBook framework? …
0
votes
1answer
23 views
Filter contacts in iphone address book
I've created an address book copy with
ABAddressBookRef addressBook = ABAddressBookCreate();
CFArrayRef people = ABAddressBookCopyArrayOfAllPeople(addressBook);
CFMutableArrayRef …
-2
votes
1answer
69 views
how to insert addressbook contacts in tableview
Hi Guys,
How do i insert addressbook contacts in a tableview....?
i got stuck up with this please help me find out guys.....
-1
votes
2answers
65 views
Display full Addressbook..
HI guys ,
How do i display the full addressbook in a tableview...using UITableview and Abaddressbook class.......?
