asviewpager

  1. Jim2025

    Android Question A way to reduce the sensitivity of left-right swipes when using ASViewPager and WebView?

    I have used the ASViewPager library to swipe left or right, and I have placed a web view on each page. The problem now is that because the web view scrolls the pages it displays down at the same time, if the user moves their finger left and right, the page view goes to the previous or next page...
  2. F

    Android Question ASViewPager how to add a custom layout to each page?

    Hi all, im using the ASViewPager library and works fine. But i need change this code For i = 0 To 5 Dim tmp_xpnl As B4XView = xui.CreatePanel("") tmp_xpnl.Color = xui.Color_ARGB(255,Rnd(1,255),Rnd(1,255),Rnd(1,255))...
  3. Jorge M A

    Android Question B4XTable inside AsViewPager, table not shown.

    Hello everyone! I am returning to pick up where I left off, because of other priorities. Getting to know B4XPAGES and other news for me. So Taking Erel´s example, about the B4X Editable Table, and the nice @Alexander Stolte s AS ViewPager, I can't get the table to appear in B4A, testing on...
  4. 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...
  5. F

    Android Question [Solved] ASViewPager - Access to page content

    Hi, i try to use ASViewPager to show the content of database records. It looks very good, but i have the problem to access the actual shown record. I want to edit the record which is visible. In my testversion i use following code: Class_Globals Private ASVP1 As ASViewPager Private...
  6. DroidLyon

    Android Question [Solved] ASTabStrip example - ASTabMenu 'overlayed' by ASViewPager

    This question relates to @AlexanderStoltes excellent AsTabStrip/Astabmenu/AsViewpager suite Apologies in advance if it's my bad, and I'm obviously thinking that I may have an environmental issues, but using the ASTabStrip example given in post above I see screen below ? Instead of the working...
Top