Hi, as in title two listview are not functioning while a single listview show well.
Two phones or two SIM Card are needed to send Text an email address with diacritic signe in front in order to debugg.
Thanks.
Testemail1_2_copy.aia (449.5 KB)
What does the output of these two look like ?
You do not have any blocks to send a text or an email in your aia project
Thanks for your time.
I add the blocks missing.
As I see, the problem is that the "dual list" show only the first item, the top one, of the list ListViewPhone.Elements to-> global PhoneList.
While the "single list" at at screen bottom out of arragement with the same code ListView1.Elements to-> global PhoneList show all entries (presently 2).
Please what could be done.
Thanks.
Testemail1_2_copy (2).aia (449.7 KB)
All the values are there, but you have set the height of the listview to 34 pixels
so you will need to scroll that listview (the blue one) to see the other entries.
Thanks again , that part of my app is fine now.