B4A Question Camera zoom with GestureDetector - Cebuvi    Feb 9, 2025 Hello. I have an app with Camera2 and CamEx2 in which I zoom with a SeekBar. I want to zoom with GestureDetector and onPinchOpen and onPinchClose but I can't find any examples. Can anyone help me? Thank you... B4i Question B4i GestureDetector Library - Where do I get GestureDetector.h? - Swissmade (first post)    Oct 11, 2022
I think you were wrong to copy the version. For B4I there is no version 2.30. So you have copied th... B4A Question Wrong index returned when using the GestureDetector library with CustomListView - Xyloidhead    Oct 26, 2018 I've taken the B4A Expandable List demo an attempted to use the GestureDetector library... of the element.
So I simply added the GestureDetector under Class Globals
Sub Class_Globals... B4A Question GestureDetector, Panel is Buggy - Alexander Stolte    Jun 15, 2017 the GestureDetector library, and i have no plan, how i should realize this, without this bug. And the Label... code:
Sub Globals
Dim GD As GestureDetector
Dim pnlGreen As Panel
Private Panel1 As Panel... Bug? ZoomImageView and GestureDetector Squash Image When Zooming In - Ronomega73 (first post)    Dec 6, 2020 Ok, I'll try to use another device later. I'm currently using a Samsung A20S mobile phone.... B4A Question [B4XPages] GestureDetector with B4XPages??? - Erel (first post)    Oct 5, 2020 Why not?... B4A Question Panel touch event with reflector (or GestureDetector) - vfafou (first post)    Sep 4, 2020 OK @agraham, may I need to redesign this functionality from scratch!
Thank you very much for your ti... B4A Question GestureDetector And Scrollview - Star-Dust (first post)    Aug 24, 2020
What is the exact reason why you push up this - FOUR years old - Thread?
Nostalgia.
And in any cas... B4A Question GestureDetector onTouch event error 'boolean java.lang.Boolean.booleanValue()' - rp.es    Jun 8, 2020 I'm using 3 GestureDetectors for 3 panel that are sliding horizontally in activity with onDrag event( i change panels left). And i need to detect the end of a drag action, so i use onTouch event to detect that. i have some checking in onTouch event and then return true . The problem... how to avoid the exception ? Sub Gesture1_onDrag(deltaX As Float, deltaY As Float, MotionEvent...).Width)) Catch Log(LastException) End Try End Sub Sub Gesture1_onTouch(Action... B4A Question GestureDetector event for end of drag action ... - rp.es (first post)    Jun 7, 2020 i use onTouch event with the Action_up action and call another sub to do some checking and then return true but it sometimes give me a exception
Sub Gesture2_onTouch(Action As Int, X As Float, Y... Page: 1   2   3   4   5   6   7   |