B4A Question [Solved] How to drag panel outside CLV? - Marvel (first post)    Jan 01, 2022   (2 reactions) I've managed to solve it with GestureDetector. B4A Library [Lib] Gesture Detector - Informatix    Oct 02, 2017   (35 reactions) This library adds the detection of standard gestures (press, single-tap, double-tap, long tap, drag, scroll, fling, pinch, rotation) to B4A. Instead of using the Touch events to figure out what the user really did, now you just set 15 different listeners with one line of code and you get the gesture B4A Library [B4X][XUI] xImageSliderIG - Instagram style image and video slider - Biswajit    Dec 25, 2020   (30 reactions) This Instagram style image and video slider is compatible with B4A and B4I. xImageSliderIG Author: @Biswajit Version: 2.02 Dependency: B4A: JavaObject, XUI, GestureDetector, AHViewPager(ver. 3), OkHttpUtils2, ExoPlayer B4I: iXUI, iHttpUtils2, iUI8 Features: Instagram like Image Counter Instagram German dynamische Objekte und Gesten - klaus (first post)    Apr 24, 2021   (1 reaction) Beiliegend eine geänderte Version.
Die Lösung steht in der ersten Seite des Gesture Detector Threads.
Note: you have to create an instance of GestureDetector (with Dim) for each view you want to bind to the detector with SetOnGestureListener.
Das hast Du nicht gemacht. Du hast gd nur einmal deklarie B4A Library ScaleImageView - Pan and zoom large images - Martin Domian (first post)    Nov 09, 2022 I use B4A and "GestureDetector" is missing. This sounds strange B4i Question B4i GestureDetector Library - Where do I get GestureDetector.h? - Andris (first post)    Oct 11, 2022 Thanks! In fact, I have been using GestureRecognizer, but yesterday saw that B4i (8.00) now included GestureDetector, so am trying to implement that. See post just above. Am I wrong about B4i including GestureDetector? B4A Question [ closed ] Can 'GestureDetector' disable View event? - Erel (first post)    Dec 02, 2019   (1 reaction) You should probably use TouchPanelCreator from ViewsEx. It is more complicated but it gives you more control over the event propagation.
Example: https://www.b4x.com/android/forum/threads/b4x-clvswipe-xcustomlistview-swipe-actions-and-pull-to-refresh.98252/#content B4A Question how to add scroll view and a long text? - moster67 (first post)    Apr 19, 2017 I believe the GestureDetector is a third-party library and you need to be a Licensed User in order to download and use it. B4A Question Need a very, very basic swipe... ? [Solved] - Todd Carlton (first post)    Mar 31, 2015   (2 reactions) The GestureDetector library proved to be both very powerful and very simple to implement.
https://www.b4x.com/android/forum/threads/lib-gesture-detector.21502/
After a couple of days of searching, GD solved my problem in about 20 minutes. :) B4A Question JSTouchImageView and x y positions - mike1967    Apr 26, 2021 (java line: 520)
java.lang.NoSuchFieldException: No field mDownFocusX in class Landroid/view/GestureDetector; (declaration of 'android.view.GestureDetector' appears in /system/framework/framework.jar!classes2.dex)
at java.lang.Class.getDeclaredField(Native Method)
at anywheresoftware.b4a.agr Page: 1   2   3   4   5   6   7   Powered by ColBERT |