Hi,
I'm trying (without success..) to find a way of implementing the onInterceptTouchEvent overriding from B4A. I want to create a slide-panel menu (or library), and this is a very critical point...
in the following links is described how usefull is this method:
http://codetheory.in/understanding-android-input-touch-events/
http://neevek.net/posts/2013/10/13/...ouchEvent-and-onTouchEvent-for-ViewGroup.html
Because the onInterceptTouchEvent executed before the OnTouch event, is very important to manipulate this in order to have a REAL sliding panel, with no tricks (onTop transparent, listeners to all children views etc).
Can you please check it out, and if it's possible, to give an interface for this event in Panels?
Thank you.
I'm trying (without success..) to find a way of implementing the onInterceptTouchEvent overriding from B4A. I want to create a slide-panel menu (or library), and this is a very critical point...
in the following links is described how usefull is this method:
http://codetheory.in/understanding-android-input-touch-events/
http://neevek.net/posts/2013/10/13/...ouchEvent-and-onTouchEvent-for-ViewGroup.html
Because the onInterceptTouchEvent executed before the OnTouch event, is very important to manipulate this in order to have a REAL sliding panel, with no tricks (onTop transparent, listeners to all children views etc).
Can you please check it out, and if it's possible, to give an interface for this event in Panels?
Thank you.