When I click on ImageView, parent panel's touch event is not firing.It is firing for labels though as i said earlier.
So from inside ImageView's Click event i tried calling CallSub(Me, "pnlSV_Touch") but it would say Signatures don't match
If i add null parameters it doesnt help because position X,Y are in the parameters itself as
pnlSV_Touch(ViewTag As Object, Action As Int, X As Float, Y As Float, MotionEvent As Object) As Boolean
I want to invoke Touch event inside ImageView Click to save X,Y in global variable, to use it further in ImageView click event
Hope i am clear Erel.
Juzer