B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (81 reactions) limitations. One notable limitation is that in B4A, the activity that holds all the pages should...:
B4J - Form
B4i - Page in a single NavBarController
B4A - Panel in a single activity.
Lets start:
1... Share My Creation [B4X] [Project Template] B4XPages (2-Pages) - aeric    Aug 2, 2025   (9 reactions) This is a minimal template with added only 1 new page.
165760
Why I created this template?
The default B4XPages template has only 1 page (MainPage)
The 3 pages example is little complex
I always... B4A Library [B4X] [XUI] Page Indicator - Erel    May 12, 2019   (34 reactions)   tags: Tabs, tab page .b4x.com/basic4android/images/SS-2019-05-12_08.52.17.png
It indicates the current page. A page can mean.... You probably want to set the Base Background to be transparent (Alpha = 0 in B4A).
- Set the current page... B4A Question ? ?? ?? Highlighting B4X code in HTML pages using Prism - Erel    Sep 30, 2021   (4 reactions) Example: https://www.b4x.com/js/ Prism is a popular JavaScript text highlighter: https://prismjs.com/index.html It is the same library that is installed in the forum and highlights the code. The B4X rules and a modified CSS file are attached. Note that it is not 100% perfect due to it being a context free parser, overall it does a good job and the code looks much better than plain text.... Share My Creation [B4X] B4XThreePages - Based App UI (Basic, Shaped, Modern, Themed, Borderless or Transparent Style on the Fly) - JGParamo    Sep 30, 2025   (14 reactions) B4XThreePages - Based App UI (Basic, Shaped, Borderless or Transparent Style)
This B4J project template is based on Erel's B4XPages + B4XDrawer example. The B4XThreePages - Based App UI... B4A Question [SOLVED] [B4X] MainPage FirstTime - makis_best    Nov 11, 2020 Hello
With the Default method on Activity_Create we can check FirstTime run.
With B4XPages how we c... B4A Question [B4X] - How do I zip and upload a B4X Pages project? - MrKim    Jan 20, 2021 I have a very small B4x project that I want to upload here. When I download examples they are there with there structure but if I try... B4A Question [B4X] B4XPages - destroy page to trigger B4XPage_Created again - Alexander Stolte    Jun 15, 2020 Hey,
i have a display problem, i take a image from the camera, then i open a new page to load... image, until the new one is loaded and all the settings on the page are still there because the page... B4A Question [B4X] B4XPages - ShowPage with Parameters like CallSubDelayed2 - Alexander Stolte    Jun 14, 2020 How can i show a B4XPage with parameters?... B4A Tutorial [B4X] [B4XPages] Intent based camera - Erel    Jul 23, 2024   (17 reactions) module in B4i. B4i code was updated to fix an issue with the top page being removed from B4XPages stack. The change adds a line before and after the Wait For Camera_Complete call: Dim TopPage As String = B4XPages.GetManager.GetTopPage.Id Wait For Camera_Complete (Success As Boolean, Image As Bitmap, VideoPath As String) B4XPages.GetManager.mStackOfPageIds.Add(TopPage) 'this is required as the page will be removed from the stack when the external camera page appears. ... Page: 1   2   3   4   5   |