Android Question event transmitted trough layers

DALB

Active Member
Licensed User
Hello,

it seems that the events can't be transmitted trough the views (but it's possible in AS3). For example, I need to recognize a label which is included in a panel of a customlistview, which has itself many lines.
How can I get its identity, because when I try, it's always the last label of the last panel of the customlistview which is modified ?

My question is : How to get the identity of any label of a panel from a customlistview clicking of this label (not on the panel, which returns its informations through a..
Dim p As Panel=clv.GetPanel(Index)
For Each v As View In p.GetAllViewsRecursive
etc...

In a nutshell:
I tap on the label = it returns its tag directly .

Thanks
 

DALB

Active Member
Licensed User
found...I use an other method !
 
Upvote 0
Top