Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

showContacts multivalues

Hello,

i am trying to get the Information from a selected Person.

show.addEventListener('click', function() {
        Titanium.Contacts.showContacts({
        selectedPerson: function(e) {
                var firstname = e.person.firstName;
                var birthday = e.person.birthday;

I reached the Point where i need to get a multivalue. I need to get 'date' having a Label 'anniversary'.

Are there any good examples showing how to work with multivalues ?

— asked August 19th 2010 by David P.
  • anniversary
  • contacts
  • date
  • multivalue
  • person
  • showcontacts
0 Comments

1 Answer

  • Accepted Answer

    A somewhat official example appears in this lighthouse ticket. Scroll to the example at the bottom.

    Personally, I have been having success in the simulator, but crashing always on the device, with or without custom labels.

    — answered August 19th 2010 by Mike Robinson
    permalink
    1 Comment
    • "This is not a public project"?

      — commented July 9th 2011 by Micah Alcorn
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.