In a project I have something similar to this, it's just an example, if it's not loaded the B4XComboBox gives error (in B4A it works) I have to use Try EndTry instead of IsInitialized
B4X:
Dim Lista As List = Array("aa", "bb", "cc")
Dim Seleccion As String
#If B4a...