tabbar

  1. M

    Android Question [B4X] ASSegmentedTab - Fix width of a Tab

    Hi everyone, very amazed by the work of @Alexander Stolte !!! I'm implementing it in my project right now. Only one thing is not clear to me: Is it possible to fix the width of a specific element? I need to achieve this result where the icon has a smaller tab, while the other tabs can...
  2. I

    Android Question Amir_RecyclerView - Is there an example of ViewPager with a TabBar linked to it?

    I checked the examples that came with it. There were some of ViewPager with page indicator that work great but nothing with TabBar.
  3. ramezaniabbas

    B4A Library [B4X] [XUI] Ui max_co libraries šŸŽšŸŒ¹

    Hello friends We are happy to have a great community and great friends like you. We do our best to make B4x look more beautiful Today we give you another cross-platform library as a gift 5- UM_SnackBar Author: Ui max_co Version: 1.20 compatible with: B4A,B4i,B4J Click to see more...
  4. MList

    iOS Question TabBar Item Color of non active item

    Dim no As NativeObject = tbc no.GetField("tabBar").SetField("tintColor", no.ColorToUIColor(Colors.white)) 'active item no.GetField("tabBar").SetField("barTintColor", no.ColorToUIColor(limablue)) 'bar color no.GetField("tabBar").SetField ("translucent", False) Hi, with this code...
  5. M

    iOS Question [SOLVED] ScrollView error with TabBarController

    Hi everyone, i'm trying to code an app structued like so: - Splash Screen where i test internet connection - Login Form - Home (With a Scroll view inside) After Login will appear Home page and then the KeyController will switched to TabBarController. Doing like so the ScrollView get blank and...
  6. Alexander Stolte

    [B4X] [XUI] AS Bottom Menu V2

    A better menu, can you find here First, 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 me, then you can do it here by Paypal or with a coffee. :) This is the V2 of the...
  7. C

    iOS Question Fixed Panel

    how to add a panel to stay fixed on all pages? Spotify example:
  8. C

    iOS Question How to change tabbar height

    Hello, it is still possible to change the height of the tabbar? The method below does not seem to work on iOS 11 https://www.b4x.com/android/forum/threads/change-tabbar-height.71415/#post-453775
  9. C

    iOS Question Remove top line from TabBar

    How can I remove the top line from tabbar?
  10. C

    iOS Question Position of the image in TabBarItem

    I would like to know how I can adjust the TabBarIcon so that it is centralized vertically, I believe that the space below the image can be of the title, in b4i it talks to pass empty string for the title does not appear. Sub Process_Globals Public App As Application Private Page1 As...
Top