Android Question CustomListView and Sender

LucaMs

Expert
Licensed User
Longtime User
I fear that without posting my project...

I have some views in CustomListView items. 3 are labels; in the label click event I get the correct view (label) "from" sender.

In an EditText TextChanged event I get (again using the Sender object) the wrong EditText, allways the one in the first item.


As I said, I don't think you can help, without the source code; I will try to reproduce the problem in a test project and I will attach it.
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top