Erel Administrator Staff member Licensed User Apr 9, 2014 #21 The height is set on this line: B4X: sv.AddToParent(Activity, 10dip, 10dip, 100%x - 10dip, 300dip) 'last parameter
The height is set on this line: B4X: sv.AddToParent(Activity, 10dip, 10dip, 100%x - 10dip, 300dip) 'last parameter
merlin2049er Well-Known Member Licensed User Apr 16, 2014 #22 I guess it's possible to return with the contact photo as well as an email address from the contact search view?
I guess it's possible to return with the contact photo as well as an email address from the contact search view?
Erel Administrator Staff member Licensed User Apr 16, 2014 #23 ContactUtils allows you to get the contact photo.
R RAJAN MBA Member Licensed User Apr 20, 2014 #25 How to sort contacts based on the number of times contacted? The codes below are obviously wrong and of course throw up error: B4X: 'listofContacts is a list listofContacts = Contacts2.GetAll(True,False) listofContacts.Sort(Contact.TimesContacted) and B4X: 'listofContacts is a list listofContacts = Contacts2.GetAll(True,False) listofContacts.SortType("TimesContacted",True)
How to sort contacts based on the number of times contacted? The codes below are obviously wrong and of course throw up error: B4X: 'listofContacts is a list listofContacts = Contacts2.GetAll(True,False) listofContacts.Sort(Contact.TimesContacted) and B4X: 'listofContacts is a list listofContacts = Contacts2.GetAll(True,False) listofContacts.SortType("TimesContacted",True)
Erel Administrator Staff member Licensed User Apr 21, 2014 #26 Please start a new thread for this question.