Private Sub CheckTouchGesture(EndX As Float)
If EndX > MousePressedX + 50dip Then
PrevImage
Else if EndX < MousePressedX - 50dip Then
NextImage
Else
Log("Clicked")
CallSub2(mCallBack, mEventName & "_Click", CurrentIndex)
End If
End Sub
I like your idea of click event. Could you please post the revised ImageSlider class module with your revisions. I could not follow the changes that you and Erel are making back and forth.
Thanks
I like your idea of click event. Could you please post the revised ImageSlider class module with your revisions. I could not follow the changes that you and Erel are making back and forth.
Thanks