tsteward Well-Known Member Licensed User Longtime User Oct 13, 2015 #1 Is there a way I can position a toast/msgbox or similar next to an item on the listview that has been long pressed. Firstly I would need to know how I get the coordinates as the list is scrollable then I'm gussing CustomToast or similar library. Happy for any suggestions!
Is there a way I can position a toast/msgbox or similar next to an item on the listview that has been long pressed. Firstly I would need to know how I get the coordinates as the list is scrollable then I'm gussing CustomToast or similar library. Happy for any suggestions!
JonPM Well-Known Member Licensed User Longtime User Oct 13, 2015 #2 The UltimateListView will return X and Y coordinates I believe. Then you will likely need to use CustomToast Upvote 0
The UltimateListView will return X and Y coordinates I believe. Then you will likely need to use CustomToast
JonPM Well-Known Member Licensed User Longtime User Oct 13, 2015 #3 And actually Activity has touch event, though I never tried using it along with a listview. Upvote 0