B4i Question B4XPages - Stack Pages - Alexander Stolte    May 5, 2021 Since I'm on IOS, I see a lot of apps that have StackedPages like this.
How can I achieve this with B4XPages?
112873... B4A Question B4XPages.GetManager.mStackOfPageIds - RB Smissaert    Feb 23, 2023 I understand that this returns an ordered B4XSet with the current stack of pages, but I wonder what exactly "current stack of pages" means.
If a page is closed by pressing the Android < button then that page doesn't show in the above list, but it must exist in some form as I don... B4XPages.GetManager.mStackOfPageIds.
RBS... B4i Question iHUD on another stack page - Alberto Iglesias    May 8, 2019 Hello,
When the object HUD is in the main page works fine, but when trying to show in another page is not showing (is like working behind this page)
event if this object is created on the second... 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. ... B4A Question Unable to remove a page id from stack - toby    May 16, 2023 remove page2 from the stack so that the main page, not page2, would appear if I tap the back key while page3 is displayed.
The problem I'm having is Line 10 below returns False even though the stack... B4i Question Remove specific page from stack - JonPM    Dec 3, 2015 Is there a way to remove a specific page from the stack:
Page 1 > Page 2 > Page 3 > Page 4
While on Page 4, remove Page 2?... B4A Question [SOLVED] [B4XPages] Remove page from Stack - Erel (first post)    Dec 7, 2020   (2 reactions) As the pages instances are regular class instances, there are many ways to access the pages.
The two most common ways are:
- Declare them as public variables:
B4XPages.ClosePage(B4XPages.MainPage... B4i Question When would I use setPagesStack using a Navigation Controller - Erel (first post)    Dec 14, 2014 You can use it to restore the state the app was before the user closed the app.
NavControl.SetPagesStack(Array (Page1, Page2, Page3))
... 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... if you are only interested in a single platform. 2. Each page is implemented in its own class... event will be called once, before the page becomes visible. Private Sub B4XPage_Created (Root1... B4XMainPage. This page will usually be the first one to be displayed. 4. B4XPage_Created event... B4A Question B4XPages: how to remove a page from memory? - TILogistic (first post)    Sep 11, 2024   (1 reaction) I don't know what your purpose is, but I think this might help.
B4XPages.GetManager
B4XPages.GetManager.mStackOfPageIds
Search
https://www.b4x.com/android/forum/pages/results/?query=stack+pages... Page: 1   2   3   4   5   6   7   |