In the Save method I have the following code:
BuildContactsList
SelectContactInList (vContactId)
LoadSelectedContact
The BuildContactsList method last line is:
ContactsList.ReloadData
I wonder if my assumption about Xojo “queueing” SelectContactInList is correct. Basically I want to make sure that the contact selection and loading from the contacts list is done after the browser receives the updated data from the server.
Can someone comment/explain to me please?