I tried the Gesture Library and Catched
the X-Value when Pressing a ListView.
No Problem getting the Value
Problem is that the Gesture Catching
kind of Locks the Press of the item
in my ListView (ids).
My Purpose to catch the xvalue
is to use it in the Function for ids_ItemClick
Sub ids_ItemClick(Position As Int,Value As Object)
I can see the X-Value in a ToastMessage,
but the "ids_ItemClick" is never Fired.
Is it not possible to use it like I want ?
the X-Value when Pressing a ListView.
No Problem getting the Value
Problem is that the Gesture Catching
kind of Locks the Press of the item
in my ListView (ids).
My Purpose to catch the xvalue
is to use it in the Function for ids_ItemClick
Sub ids_ItemClick(Position As Int,Value As Object)
I can see the X-Value in a ToastMessage,
but the "ids_ItemClick" is never Fired.
Is it not possible to use it like I want ?