A Alessandra Pellegri Active Member Licensed User Longtime User Sep 13, 2015 #1 I am using SelectedChanged event to detect clicks on items of tableview. But how may I detect long clicks ? I looked here: https://www.b4x.com/android/forum/threads/tableview-b4i-listview.50403/ and here: https://www.b4x.com/android/forum/threads/tableview-click-longclick-and-clicked-cell.52981/ but I've found nothing. Thank you
I am using SelectedChanged event to detect clicks on items of tableview. But how may I detect long clicks ? I looked here: https://www.b4x.com/android/forum/threads/tableview-b4i-listview.50403/ and here: https://www.b4x.com/android/forum/threads/tableview-click-longclick-and-clicked-cell.52981/ but I've found nothing. Thank you
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2015 #2 You will need to use custom items and then you will be able to handle all the events of the custom views: https://www.b4x.com/android/forum/threads/tableview-with-custom-items.51205/ Upvote 0
You will need to use custom items and then you will be able to handle all the events of the custom views: https://www.b4x.com/android/forum/threads/tableview-with-custom-items.51205/