Sep 11, 2018 All, I found an interesting difference between the textchanged event in B4a and B4i. In B4a, EditText1_TextChanged will fire whenever the text is changed whether by User or in code In B4i, TextField1_TextChanged will fire when User changes the field but does not fire in code. Click to expand...
All, I found an interesting difference between the textchanged event in B4a and B4i. In B4a, EditText1_TextChanged will fire whenever the text is changed whether by User or in code In B4i, TextField1_TextChanged will fire when User changes the field but does not fire in code.