i build all my dynamic pages with B4XPages.AddPageAndCreate
after that i want to get the bitmap of all pages. I tried it with
But mStackOfPageIds only gives me the ID from pages wich i had opened at least once.
How i can get the bitmap from all pages without to show them before?
after that i want to get the bitmap of all pages. I tried it with
B4X:
ListOfPageIDs=B4XPages.GetManager.mStackOfPageIds.AsList
For Each pageID As String In ListOfPageIDs
PageBitmaps.Add(B4XPages.GetManager.FindPIFromB4XPage(B4XPages.GetPage(pageID)).Root.GetBitmap)
Next
But mStackOfPageIds only gives me the ID from pages wich i had opened at least once.
How i can get the bitmap from all pages without to show them before?
Last edited: