B4J Question Gray border once re-entering page

Shay

Well-Known Member
Licensed User
Longtime User
Hi
Using b4xpages, after I load all the graphics I am using the following command for 2 reasons, 1 to lock screen, 2 without it I am getting gray border and messed graphics (see picture)
command: B4XPages.GetNativeParent(Me).Resizable = False
1593764127052.png

but the issue when I am coming back to this page again (from other page)
the command has no affect on the border issue, and I am getting all the graphics messed

this is how I am coming back from other page:
B4XPages.ShowPageAndRemovePreviousPages("Page 3")
 

Shay

Well-Known Member
Licensed User
Longtime User
Found the issue, I had code that statically set the width and height, for some reason moving between pages it messed the screen.
I removed it and now it is ok
 
Upvote 0
Top