Games [XUI2D] Example Pack - Erel    Oct 2, 2022   (33 reactions)   tags: example games, XUI2D Games .zip Some of the B4A examples depend on Gestures library: https://www.b4x.com/android/forum/threads/gestures-multi-touch-library.7421/#content You should also download Tiled map editor: https://www... B4i Library GestureRecognizer - Native UIGestureRecognizer - narek adonts    Jun 22, 2015   (13 reactions)   tags: B4i needs.
This is a wrapper of UIGestureRecognizer.
All the gesture are supported: Tap, LongPress...
Enjoy
Narek
UPDATED: Version 1.1
- getting the X and Y for all the gestures.
UPDATED: Version 1.2... B4i Question GestureRecognizer and Customlistview text pinch zoom - mcqueccu    Dec 11, 2022 I am currently looking at the Gesture Recognizer library and it seems a bit complicated.
I want to use the Pinch Zoom part to increase the text size of a single item added to the custom listview, any help or direction will be much appreciated.
Thank you... B4A Library [B4X] ZoomImageView - Cross platform zoomable + pannable image view - Erel    Dec 20, 2021   (32 reactions) A custom view that shows an image and allows the user to zoom and pan the image.
Instructions:
- Add with designer.
- Call SetBitmap.
Updates:
v1.05 - Base_Resize is public. Call it after resizing the view in B4A.
v1.04 - Fixes an issue in B4i where the image jumps when switching from pinch gesture to pan gesture.
v1.03 - Fixes an issue with the click event.
v1.02 - Removed the loading... B4i Question Could not detect pinch with Gesture Recognizer from narek adonts - MitchBu    Sep 2, 2021 For my latest project, it would be nice to use pinch to control the app.
I have downloaded the test project from narek adonts at
ht... B4A Code Snippet [B4X] B4XDrawer touch dismiss when GestureEnabled is false - Andrew (Digitwell)    Nov 13, 2019   (1 reaction) I'm not sure if this is a feature of not, but I noticed that if the GestureEnabled flag is set to False, touching on the dark part of the screen 'outside' of the drawer does not dismiss the drawer. To enable this, you need to add a a couple of lines to the start of the Base_onTouchEvent sub 'Before If mEnabled = False then return False 'After If mEnabled = False Then... CancelDrawer CancelGesture(rec) Return End If ... B4A Library [B4X] B4XDrawer - sliding drawer - Erel    Dec 8, 2020   (64 reactions)   tags: B4ADrawer sliding drawer, SlidingPanels, Sliding Menu, B4X, sliding drawer, B4A Class Sliding Drawer B4J (without gestures). No need to update if using with B4A or B4i.
- 1.52 - Clicks on the drawer panel are not passed to the underlying panel.
- 1.51 - GestureEnabled property.
B4XDrawer... B4A Question [B4X][XUI] ImageSlider Disable Gesture - ykucuk    Nov 8, 2019 Hello ,
How can i disable gesture for user cant change sliding image with fingers.
Note: uncheck to enable doesn't work... 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... B4i Question Touch UP event in Gesture os CustomList View - Alberto Iglesias    May 16, 2015 How I get the Touch UP event in Gesture os CustomList View???
I need this gesture when I release in a CustomListView to simulate a native UIRefresh object.
Thanks
Alberto Iglesias... Page: 1   2   3   4   5   6   7   |