Hello, i'm having some problems to fire the TextChanged event of an EditText, cause i'm creating it by code, like this example above:
ScrollView_Customer.Panel.AddView(CreateTextBox("0","EdtName","Name"),0,TopDistance,EditTextWidth,EditTextHeight)
The CreateTextBox return an EditText element and before i create it, i cant use TextChanged event of this EditText. How can i solve this problem?
Thanks to all!
ScrollView_Customer.Panel.AddView(CreateTextBox("0","EdtName","Name"),0,TopDistance,EditTextWidth,EditTextHeight)
The CreateTextBox return an EditText element and before i create it, i cant use TextChanged event of this EditText. How can i solve this problem?
Thanks to all!