When I initialize a page ...
Page2.Initialize
Page3.Initialize
B4XPages.AddPage("B4XSetups", Page2)
B4XPages.AddPage("B4XTableDays", Page3)
when I actually open either one of them them they take the entire screen. I have a background which I don't want to loose. The new open page is resizable so the background can be made to show but I want the page to open at a smaller size. I have looked at using variants but that does not do it.
Basically I want it to open page as a smaller window
If anyone can assist me with this it would be appreciated.