B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (79 reactions) The main page id is "MainPage".
7. Example of adding a page:
Dim Page2 As B4XPage2
Page2.Initialize
B4XPages.AddPage("Page 2", Page2)
8. Example of showing a page:
B4XPages.ShowPage("Page 3")
9. As the pages instances are regular objects there are many simple ways to access them. One simple way B4A Library [B4X] [XUI] Page Indicator - Erel    May 12, 2019   (33 reactions) B4XPageIndicator is a simple and cross platform custom view that looks like this: https://www.b4x.com/basic4android/images/SS-2019-05-12_08.52.17.png It indicates the current page. A page can mean many things, it is not limited to TabStripViewPager. How to use: - Add it with the designer. You pro B4A Tutorial [B4X] [B4XPages] What exactly does it solve? - Erel    Jul 22, 2020   (49 reactions) This is not the case with activity modules.
The page classes are never paused. Nothing special happens when a page is no longer visible or when the app moves to the background. Eventually of course, the whole process will be killed when the app is in the background.
The page classes are never destro B4J Question [B4X] [SOLVED] B4X Drawer and Pages showing... - Erel (first post)    Feb 02, 2022   (1 reaction) Every page is hosted in its own form, however you simply don't need to create multiple "B4XPages". Just add classes with any layout + code you like and load the layout to a panel that you will later add to the tree layout. B4J Question [B4X] B4XPages + B4XDrawer - How to set B4XPage2 and Drawer.CenterPanel background as transparent? [Solved] - Erel (first post)    Jun 26, 2024   (1 reaction) Pages cannot / aren't expected to be transparent. Use panels instead of pages. B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - William Lancee (first post)    Jul 22, 2019   (1 reaction) I am planning a book-like presentation of interactive pages. The horizontal swipe gesture is a good one for going from one page to the next and back. Pages are complex and include mostly text but also listviews, buttons, and URLs. The BBCodeView is a good approach for showing rich text, and also Share My Creation [B4X] [Project Template] B4XPages (2-Pages) - aeric (first post)    Dec 11, 2024   (1 reaction) Oh, I don't know it can be written in this way.
I know
B4XPages.AddPageAndCreate("NewPage", Page2)
but never use it. Wish [B4X] [XUI] B4XPages padding at top to insert user drawn titlebar - AnandGupta (first post)    Jul 26, 2021 I think in B4J all pages are separate form. So it is not like mdi, AFAIK. B4A Library [B4X] [XUI] AS ViewPager based on xCustomListView - Alexander Stolte    Sep 18, 2024   (49 reactions) 24
BugFix AddPageAt is now working better on B4A
1.25
Add Scroll2Value - sets the current index by the value - smooth scrolls to the item
from the AddPage and AddPageAt function the "Value" property
must be a string to be found
Add Scroll2Value2 - sets the current index by the value - jump to t B4A Tutorial [B4X] Features that Erel recommends to avoid - Jeffrey Cameron (first post)    Aug 09, 2021   (1 reaction) There's enough of an informational divergence here (as well as outdated solutions based on old API information) have you considered starting a new "B4X(Pages)" forum not related to this one, keeping the same forum structure but starting with no posts and the current API? Page: 1   2   3   4   5   6   7   Powered by ColBERT |