touch

  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 Color Slider - touchable color picker

    Is working and tested on B4A,B4I and B4J. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette...
  3. M

    Haptic Touch

    Hi, i want to share this snippet that is a SLIGHTLY modified version of the Erel one. Maybe it can be found easly with this specific thread name: Private FeedbackGenerator As NativeObject 'globals FeedbackGenerator.Initialize("UIImpactFeedbackGenerator") Sub Set_HapticTouch_Impact(Strenght...
  4. M

    iOS Question Haptic Touch

    I didn’t see this argument on the forum. There is a way to implement Haptic Touch with b4i? Thanks for sharing your knowledge in advance
  5. MarkusR

    Android Question [solved] touch events

    i realizing that at newer os the touch action event 2 (hold) is fire continuous and at older devices only at moving the finger. is there a way /trick that i can get continuous hold events always? inside this events i turn something. my workaround would be a timer event combination.
  6. Star-Dust

    B4J Library [B4X] [XUI] SD: B4XViewEvent

    Using the XUI views I realized the need to follow the events of Touch, Drag, Click and Release in a unique way. Required XUI 1.72+ In Android I would use this command: Sub EventName_Touch (Action As Int, X As Float, Y As Float) In B4J I would use this: Sub EventName_MouseDragged (EventData As...
  7. Star-Dust

    B4J Question [SOLVED] OnTouchListener event

    I created a class that changes the event View as a parameter by changing the view. This works well in B4A but does not work in B4J. This is the code: Sub Class_Globals Private CallBack As Object 'ignore Private EventName As String 'ignore End Sub 'Initializes the object. You can add...
Top