B4A Tutorial TabStripViewPager - Better ViewPager - Erel    Jan 24, 2018   (51 reactions)   tags: abStripViewPager, tab, horizontal scroll, Tabs, tabstrip 14+), TabStripViewPager also requires Android 4+..../PagerSlidingTabStrip
License: http://www.apache.org/licenses/LICENSE-2.0
It is an alternative to... 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 Question TabStripViewPager hide tab page programmatically. - vfafou    Apr 20, 2017   (2 reactions) Hello! I'm about to use TabStripViewPager for a new project that requires eventually hiding of a specific tab page. I didn't find how could I do that with JavaObject. If it is not implemented, I would like to have it because it's a perfect tab page lib. Thank you in advance!... Wish -B4X- TabStripViewPager - LucaMs    Aug 10, 2018 https://www.b4x.com/android/forum/threads/tabstripviewpager-per-b4j.96019/... B4A Question TabStripViewPager usage - GiovanniPolese    Dec 2, 2023 Hi
this question concerns a particular usage of TabStripViewPager. From documentation I see..., with same controls, for example a ListView. Doing this means to apply LoadLayout n times. Therefore... B4A Question TabStripViewPager: How to locate the tabs in the center? - davidvidasoft    Nov 10, 2017 I want to locate the tabs in the center of view. Thanks you. This is my view. 61537... B4A Question TabStripViewPager and Android v.4.2.2 - Sergey_New    Sep 26, 2020 .lang.VerifyError: androidx/core/view/ViewCompat
at androidx.viewpager.widget.ViewPager.initViewPager(ViewPager.java:419)
at androidx.viewpager.widget.ViewPager.<init>(ViewPager.java:392)
at anywheresoftware.b4a.objects.TabStripViewPager.DesignerCreateView(TabStripViewPager.java:72... B4A Code Snippet Set value to single view on specific TabStripViewPager panel - fredo    May 7, 2018   (1 reaction) On a TabStripViewPager with more than 1 loaded layout the views defined in Sub Global are only... raSetSingleValueToViewOnCurrentTabstripPanel(tabstripX As TabStrip, strTagBeg As String, strValue As String) As Boolean... usage. 67636 If there is a significant simpler way to access a specific view on a specific tab.... With this code you can access a specific view on any tabstrip control panel by using Erel's.... This panel can be iterated to find a special tag to locate the wanted view. After changes made the updated... B4A Question TabStripViewPager disable changing Tabs? - tsteward    Jun 15, 2020 In my app when a user selects a tab I then download data to display in it with a
Wait For (j) JobDone(j As HttpJob)
But while waiting for database reply if a user changes Tabs it upsets my program.
Is there a way I can disable changing tabs until JobDone?... B4A Question Tabstripviewpager and Fontawsome - Mostez    Jul 4, 2020 in this example, i changed TypeFace property of TabStrip1, to FontAwsome, I tried to add an Icon to Page1 title, but the icon appears as an empty rectangle. any ideas?
B4A V9.90
Tabstripviewpager V1.20
Activity.LoadLayout("Main")
TabStrip1.LoadLayout("Page1", Chr(0xF0E0... Page: 1   2   3   4   5   6   |