drag

  1. A

    Android Question [B4X] [XUI] AsViewPager touch event for B4XRulerPicker child view

    I am using B4XRulerPicker as a child view for AsViewPager; however the touch event for the ruler seems is affected by the parent. I have tried multiple options and tried to set Scroll to false to overcome this but didn't work. I have attached a small project that shows the difference when...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS Draggable Bottom Card

    This is my 2k'th post on this Forum and i want to share a nice library with you i made some months ago. It was not easy to create this library, it took many hours of testing and programming to make the user experience as good as possible. If you want to support me, then you can do this here or...
  3. rleiman

    Android Question Image view that the user can drag around on the screen

    Greetings, My employer asked me if I can set up 12 image views that the user can drag around on the screen. If B4A can handle this, please direct me to a library that will allow me to set it up. If there's a library that can do it, I hope the library will allow me to catch the instant the user...
  4. Lucas Eduardo

    Android Question Drag, Drop, Rotate and Resize Images

    Hello, i was looking for a lib that do all the functions mentioned in title and the best lib that i found and that works perfectly is this one https://www.b4x.com/android/forum/threads/multitouchwithdynamicaddandremove.84516/#content made by @Johan Schoeman But it's only working with one image...
  5. M

    B4A Class Draggable View [Edited - Swipe Gesture]

    Hi everyone, this class is an edit of this class from Erel: https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/ I've done some changes to achieve an animated "Swipe gesture (left to right)" If you swipe all the way right to the trigger point, you can trigger an event...
  6. Star-Dust

    B4i Library SD: DragBoard

    You can download the demo version from this post iSD_DragBoard Author: Star-Dust Version: 0.01 DragBoardView Events: BoardMoved ClickAddElement (ColumnName As String) ClickModifyColumn (ColumnPosition As Int) ClickModifyElement (ColumnPosition As Int, ItemPosition As Int) ItemClickRightMenu...
  7. FERNANDO SILVEIRA

    Android Question Moving Labels based on touch event

    Hello Guys, I'm working to move labels on the screen based on touch event, but it seems touch it is only available at activity level. Is that true? I based my research on the ThreeActivityExample.b4a project. Sub Activity_Touch (Action As Int, X As Float, Y As Float) Private dX, dY As...
  8. LucaMs

    Bug? Designer - moving N views

    As you can see, I select "few" views and I'm able to move them. If I select all (maybe too many) the views, I cannot drag them. Wish (in the wrong place :D): dragging a group of view, it would be useful to display the left and top coordinates of the first view, the one at the top left.
  9. Star-Dust

    B4A Library SD: DragBoard

    (No WRAP, No Java Only B4A) I had to change my color, updating and changing different parts. I also called it differently. So if you have previous projects you will need to update the declaration of the variables. This library contains three classes. The first "DragBoard" allows you to move...
Top