B4i Question NavigationBar inside TabBarController - narek adonts    Feb 14, 2015 Hi, I would like to use a navigation bar inside a specific page to be able to show other pages which are not stored inside TabBarController (like a lot of apps are doing like WhatsApp, Viber... B4i Question SlideMenu with TabBarController ? - marcick    Feb 3, 2023 Is it possible to use the SlideMenu with TabBarController instead than NavigationController ?
I attach here my example.
It works, but when the page slide on the right it is blank and loose the original contents... B4A Question Hide TabBarController TabBar for specific Page(s) - narek adonts    Feb 26, 2015 Hi,
A small code snipet to hide TabBarController tabbar for a specific Page(s)
Dim no As NativeObject=Page1
no.SetField("hidesBottomBarWhenPushed",True)
Narek... B4i Question [SOLVED] ScrollView error with TabBarController - Mike1970    Dec 3, 2019 then the KeyController will switched to TabBarController.
Doing like so the ScrollView get blank and the page indicator disappear.
If a delete:
Main.App.KeyController = Main.TabControl
The ScrollView... B4i Question NavigationBar disabled with TabBarController? - Emme Developer    Jul 6, 2017 )
MainPage.RootPanel.LoadLayout("Main")
NavControl.NavigationBarVisible = False
tbc....tbc
Dim no As NativeObject = Main.tbc
no.GetField("tabBar"... B4i Question TabbarController icons - narek adonts    Sep 16, 2015 Hi,
How set tabbarcontroller icons for each sizes (non retina, retina and 6+ )
Narek... B4i Question How to use B4XPages with TabBarController? - Zhien (first post)    May 20, 2021 Never mind, apparently TabBarController.Pages() only accepts regular B4i pages arrays, and not B4XPages.
So I will use B4XPagesNavBar project example explained in the documentation instead.... B4i Question Tbc TabBarControl , Frame - MList (first post)    Mar 15, 2021 Thanks, yes have to check that ;)... B4i Question NavigationController in TabBarController - Erel (first post)    Oct 8, 2018 It is indeed complicated. I'm not sure that you should use TabBarController at all.... B4i Question TabBarController in Layout - Erel (first post)    Jun 4, 2017 It is not possible with TabBarController. TabBarController cannot be embedded inside a different controller.
You can use SegmentedControl with panels or something like: https://www.b4x.com/android/forum/threads/paging-indicator-for-scrollview.66094/#post-418575... Page: 1   2   3   4   5   6   7   |