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 Share My Creation [B4X] [Project Template] B4XPages (2-Pages) - aeric    Dec 11, 2024   (3 reactions) This is a minimal template with added only 1 new page.
159415
Why I created this template?
The default B4XPages template has only 1 page (MainPage)
The 3 pages example is little complex
I always forget how I need to declare, initialize, add and show a page
GitHub: https://github.com/pyhoon/b4xpa 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 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 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 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. 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 Library [B4X] [XUI] AS Swipe Card - a tinder like swipeable card view [Payware] - Alexander Stolte    Apr 02, 2024   (48 reactions) 1.09
BugFixes
1.10
Designer BugFixes
1.11
BugFixes
Base_Resize is now Public
2.00
Add Designer Property LazyLoading - activates lazy loading
Default: False
Add Designer Property LazyLoadingExtraSize - How many pages to load in advance
Default: 5
Add Event LazyLoadingAddContent - Add here 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? B4A Question SithasoDaisy: Mashy Teaches TailwindCSS using b4x (with eBook) - Mashiane (first post)    Jan 30, 2023 2 Pages - No Drawer & No Navigation Bar
This example shows the build up of 2 pages with no drawer and no navigation bar.
138694 Page: 1   2   3   4   5   6   7   Powered by ColBERT |