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.
Hii experts,
I'm new to b4a custom view, so please help me.
I'm trying to create edittext custom view, add I want to add textchange event
my code is :
Public Sub DesignerCreateView (Base As Panel, Lbl As Label, Props As Map)
mBase = Base
edittext.Initialize("")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.