C Cor Active Member Licensed User Longtime User Dec 6, 2010 #1 dim edtSearch as edittext Sub edtSearch_TextChanged (Old As String, New As String) is automaticall called when program starts grCor
dim edtSearch as edittext Sub edtSearch_TextChanged (Old As String, New As String) is automaticall called when program starts grCor
derez Expert Licensed User Longtime User Dec 7, 2010 #2 There is similar problem with spinners, and Erel promissed to change it. In the meantime I use filter "first_time" to eliminate the effect.
There is similar problem with spinners, and Erel promissed to change it. In the meantime I use filter "first_time" to eliminate the effect.
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2010 #3 The TextChanged event is raised every time the EditText text changes. That includes the first time that the text is set (and changes it from an empty string to the new value).
The TextChanged event is raised every time the EditText text changes. That includes the first time that the text is set (and changes it from an empty string to the new value).