B4X:
Dim index As Int = CustomListView1.GetItemFromView(Sender) <--- error
map1 = list1.Get(index)
the sender is a swiftButton customview
the error:
Expected: UIView, object type: b4i_swiftbutton
I undestand that swfitbutton is not a regular UIView? how I can get the index???, thank you