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...
I use the below code with ExecQueryAsync and a search using B4XFloatTextField1_TextChanged. Since the xCLV data is updated frequently and every character entered, is it more appropriate to use ExecQuery/ExecQuery2 as opposed to ExecQueryAsync.
B4X:
Sub B4XFloatTextField1_TextChanged (Old As...