B4J Question B4XPages: how to understand which page is visible ?

peacemaker

Expert
Licensed User
Longtime User
Hi, All

How to understand where we are now in the app ?
How to understand if some page is visible now ?
 

peacemaker

Expert
Licensed User
Longtime User
But how to check some Page among secondary ones ? In advance, if was already opened (and visible)
 
Upvote 0

PaulMeuris

Well-Known Member
Licensed User
Uncomment the line in the Initialize method of the B4XMainPage
B4XMainPage initialize:
Public Sub Initialize
    B4XPages.GetManager.LogEvents = True
End Sub
In the log panel you can see which page appears and disappears.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…