I use this code to select one of values listed in combobox and put it in textbox, when I try to select the first item in combobox, the event never fired, I have to select another item and then select item 0 again! is there something to do to solve this problem.
B4X:
Sub cmbFieldValues_SelectedIndexChanged (Index As Int)
txtValue1.Text = cmbFieldValues.SelectedItem