tabstrip

  1. K

    Android Question Delete tabs from TabStrip

    Hello everyone! I am building an Android App with B4X for a scanner. In the module, that I'm writing at this moment i want to present some pieces of info about the product scanned to the user. To do that i use TabStrip (because in some cases i need 2 pages for the info and because i like the...
  2. J

    Android Question Fix TabStrip tabs

    Hello friends I use TabStripViewPager in my application but tabs are like this: i want to fix tabs in center like this: This feature existed in the AhViewPager library, but it does not in this library. How can I do this? thanks
  3. J

    Android Question ScrollPosition at TabStripViewPager

    Hello friends Sorry, my English is not very good I use TabStripViewPager in my application I specified that when starting the app, the tab position should be, for example, 3 The problem I have is that when starting the app, the specified tab is shown on the right side of the tab bar...
  4. A

    Android Question How use a clv in a tabstrip layout B4Xview

    Hi all, I don't succeed in writing something in a label that is loaded with tabstrip.loadlayout. If I don't declare the label also in the b4xmainpage I cannot use this element. If I declare a label with same name I can acces this, but I don't view any text . If I don't use tabstrip and put the...
  5. A

    Android Question Change a selected tab background in TabHost or TabStrip

    Hi all. I need to change a selected tab background in either TabHost or TabStrip. I tried to run the example for TabHost with android:targetSdkVersion=26 and it worked fine by itself but with android:targetSdkVersion=30 it's no longer worked. In TabStrip I don't see any option to do so. That's...
  6. M

    Android Question Error in Compiling " Dex "

    hi @Erel please help me ... I wrote a program two years ago that took me a long time. When Android X came, I wanted to update the program, but I encountered many problems, but updating the SDK and the main libraries did not solve another problem, which was related to the AHViewPager library. I...
  7. E

    Android Question Unable to add menu to B4XPages with Tabstrip

    B4X Menu doesn't show up. What are my doing wrong. Please help?
  8. red30

    Bug? TabStrip bug

    I am using TabStrip. Each page contains a CustomListView. Each CustomListView contains 5 CheckBoxes. If I call a subroutine in the Starter that calls a subroutine in the Main Activity, then on the second and subsequent pages of the TabStrip the checkbox for the CheckBox is not displayed...
  9. red30

    Android Question CLV + TabStrip + CheckBox. Strange bug.

    I am using TabStrip. Each page contains a CustomListView. Each CustomListView contains 5 CheckBoxes. If I call a subroutine in the Starter that calls a subroutine in the Main Activity, then on the second and subsequent pages of the TabStrip the checkbox for the CheckBox is not displayed...
  10. Alexander Stolte

    B4A Library [B4X] [XUI] AS ViewPagerNative based on AHViewPager and iTabstrip

    The goal was to create a cross-platform viewpager based on existing viewpagers. Since AHViewPager and iTabstrip are very different, the view helps to create a unified interface. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high...
  11. epiCode

    B4A Library [B4A] FlowMenu - Sleek Animated Menu

    FlowMenu Gives a sleek modern animated look to your Menu/Tab. Can be used as Menu / Tabs / Pager / Cards or Simple Info Display. Swipe up, down, left, right to expand or move back and forth between info panels. All panels are exposed and can support any custom layout, custom color or...
  12. Alexander Stolte

    [B4X] [XUI] AS TabStrip (ASViewPager + ASTabMenu)

    Hello, this is a helper class to make it easier to create a tabstrip from the ASViewPager and ASTabMenu. Important You need ASTabMenu V1.13+ I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you...
  13. Alexander Stolte

    B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView

    Hey, thanks to @KZero for his good zPager class, i was able to extract a few things from it to make this cross platform view. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support...
  14. AKJammer

    Android Question TabStrip w/extentions - Tab Removal

    I'm transitioning a portion of my application from B4J over to B4A. Some users will be using a 7" android tablet to make entries into the database, but the entry screens that each user will see can be different. In addition, every half hour or so, a different user will be using the tablet...
  15. M

    iOS Question iTabStrip remove top bar

    Hi everyone, i started using B4i, so many things are different from B4A. In B4A i used TabStripViewPager , and I assume that the equivalent in B4i is iTabStrip. In b4a i only have a two pages tabstrip that can be scrolled to switch between the pages but without the navigation bar. How it's...
  16. walterf25

    iOS Question TabStrip Setbackground image

    Is there a way to set a background image to the header part of the TabStrip? I've managed to create something similar in Android, attached is an image so you guys can see what i'm trying to accomplish. Thanks, Walter
  17. ALBRECHT

    Android Question Tabstrip clearing before add panels

    Hello, I have a pb when i use more times the sub below, that create 3 panels inside a tabstrip which is included inside a ScrollView: So i would like to clear or delete the tabstrip before creating it again Without clearing it beforehand, when i use that sub again, i duplicate the 3 tabs but...
  18. D

    Android Question TabStrip scroll disable

    I need to disable horizontal scroll using TabStrip, because if for example you have a SeekBar it's very easy to change the Tab instead of change SeekBar value. Is there any way to disable scroll?
  19. D

    Android Question TabStrip: tabsize

    with TabHost you can see all the tabs in the screen (for example if you have 7 tabs they shrink to fit), but with TabStrip you need to hide some tabs by moving left-right, as they seem to have a fixed width. Is there any way to minimize tab width to "1 char" (in case you use a fontawesome...
  20. Alexander Stolte

    iOS Question Tabstrip Indicator fit to width

    Hello, how can i to adjust the indicator length to the width? in B4A i do it that way: Public Sub GetAllTabLabels (tabstrip As TabStrip) As List Dim jo As JavaObject = tabstrip Dim r As Reflector r.Target = jo.GetField("tabStrip") Dim tc As Panel = r.GetField("tabsContainer")...
Top