Hi
I have a combox on my main screen, but I cannot get the combo to fire the TextChanged event, I've done a mock up of my screen as a demo, code below, am I missing something?
B4X:
Sub Process_Globals
End Sub
Sub Globals
Private cboLocation As B4XComboBox
End Sub
Sub...