B4A Tutorial TabStripViewPager - Better ViewPager - Erel    Jan 24, 2018   (53 reactions)   tags: abStripViewPager, tab, horizontal scroll, Tabs, tabstrip /PagerSlidingTabStrip License: http://www.apache.org/licenses/LICENSE-2.0 It is an alternative to... B4A v5.8+. It is very simple to add a TabStrip to your app. Add the TabStrip with the visual... Load the main layout and then add pages with a call to TabStrip.LoadLayout: Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("Main") TabStrip1.LoadLayout("Page1", "PAGE 1") TabStrip1.LoadLayout("Page2", "THIS IS PAGE 2"... B4A Library [B4X] [XUI] AS SegmentedTab - Alexander Stolte    Mar 19, 2025   (57 reactions) 106906 NEW PaddingSelectionPanel - Picture Value: 5 114351 NEW ShowSeperators 114716 Custom Tab Width Example 147333 https://www.b4x.com/android/forum/threads/b4x-as-segmentedtab-custom-tab-width.157090/ AS_SegmentedTab Author: Alexander Stolte Version: 2.00 ASSegmentedTab Events: DisabledTabClicked (xTab As ASSegmentedTab_Tab) TabChanged (Index As Int) Fields: mBase As B4XView Tag As Object Functions: AddTab (Text As String, icon As B4XBitmap) As ASSegmentedTab_Tab AddTab2 (Text... B4A Library [B4X] [XUI] AS TabMenuAdvanced - Alexander Stolte    Apr 25, 2024   (39 reactions) :
AS_TabMenuAdvanced1.GetTab(2).xTab.BadgeValue = 5 'Sets the Badge Value for the 3. Tab to 5
AS_TabMenuAdvanced1.GetTab(3).xTab.Enabled = False 'Disabled the 4. Tab
AS_TabMenuAdvanced1.Refresh... the fields to their default value.
ASTabMenuAdvanced_Tab
Fields:
BadgeValue As Int
Enabled As Boolean...:
Initialize
Initializes the fields to their default value.
ASTabMenuAdvanced_TabIntern
Fields... B4A Library [B4X][B4A] B4XDaisyTab - Modern, Customizable Tabs inspired by DaisyUI & Tailwind - Mashiane    Apr 4, 2026   (2 reactions) Hi Fam! Tired of the standard tab look? Meet B4XDaisyTab, a highly customizable tab component for... of Tailwind CSS. Whether you need a simple bottom-line indicator or a sophisticated "lifted" tab with rounded corners, B4XDaisyTab has you covered. 171009 171010 171011 171012 171013 Key... perfectly. Fully Responsive: Built-in support for scrollable tabs ensures your navigation stays usable even when you have many categories. Icon Support: Seamlessly integrate text or SVG icons into your tab... B4A Tutorial TabHost tutorial - Erel    May 10, 2019   (3 reactions) It is recommended to use TabStripViewPager for new projects: https://www.b4x.com/android/forum/threads/63975/#content The TabHost view is a very important view. It allows you to add several layouts... currently doesn't support adding views directly to the TabHost. You can only add the TabHost and set its layout: http://www.b4x.com/basic4android/images/tabhost1.png There are several ways to add tab...). This is done with AddTab or AddTabWithIcon. Example: Sub Activity_Create(FirstTime As Boolean... B4A Code Snippet TabStripViewPager with FontAwesome / Material Icons - Erel    Feb 22, 2017   (14 reactions)   tags: book, Tabs find it): TabStrip1.LoadLayout("Page1", "iOS " & Chr(0xF179)) TabStrip1.LoadLayout("Page2", "Android " & Chr(0xF17B)) TabStrip1.LoadLayout("Page3", "Windows " & Chr(0xF17A)) TabStrip1.LoadLayout("Page4", "" & Chr(0xF061)) Step 3: Set the typeface of the TabStrip header labels to FontAwesome: For Each lbl As Label In GetAllTabLabels(TabStrip1) lbl.Typeface = Typeface.FONTAWESOME Next Code for... B4A Example [B4X] AS SegmentedTab - Custom tab width - Alexander Stolte    Oct 29, 2023   (6 reactions) ASSegmentedTab3.mBase.Color = xui.Color_ARGB(255,42, 156, 255) ASSegmentedTab3.SelectionPanel.Color = xui.Color_White ASSegmentedTab3.ItemTextProperties.TextColor = xui.Color_Black ASSegmentedTab3.ItemTextProperties.SelectedTextColor = xui.Color_Black ASSegmentedTab3.CornerRadiusBackground = 8dip ASSegmentedTab3.CornerRadiusSelectionPanel = 8dip ASSegmentedTab3.PaddingSelectionPanel = 4dip '*********CustomTab************ Dim Tab1 As ASSegmentedTab_Tab Tab1... B4A Library [B4X] [XUI] AS FlowTabMenu - Alexander Stolte    Jan 29, 2025   (29 reactions) reluctant to publish it because there is still too little space used for the tabs. I spend a lot... multi line, if required. 123577 But if you are using 3 tabs, then it fits perfect 123578 Looks better than on the gif 123579 ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr(0xF015),False,20,xui.Color_White),"Home") ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr(0xE7F4),True,20,xui.Color_White),"Notifications") ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel other libraries in the Libraries tab. Example of AnotherDatePicker custom view packaged... B4A Question ESC/POS COMMAND TAB - MarcoRome    Feb 13, 2016 ,101,0,9)) 'Tab astreams1.Write(d_desc.GetBytes("UTF8")) astreams1.Write(Array As Byte(27,101,0,9)) 'Tab astreams1.Write(d_price.GetBytes("UTF8")) But i have this result: 41511 As you can see the first TAB is present ( QTY + TAB + ITEM ) but the second TAB...)) 'Tab but dont change nothing Any idea ?? Thank you... Page: 1   2   3   4   5   6   7   |