I am having trouble with the click event when using the example 2 from Erel (here). I have only changed where the images are coming from but as in the example, each line contains 4 images and 4 labels. The click event fires as required but I need the label text. I know its probably simple but I cannot see the solution.
Many thanks.
Mark
B4X:
Private Sub CustomListView1_ItemClick (Index As Int, Value As Object)
Log("*********************************")
Log("Image clicked is: " & Index)
Log("Value: " & Value)
'Dim pnl As B4XView =Sender
End Sub
Many thanks.
Mark