B4J 10.2 win 11
The only time the B4XPage_Background event fires is when I close the app. I added it to one Erel's examples just to make sure I didn't mess something up.
I also tried
I tested this with MainPage and others with the same result.
The goal is to know when the current page loses focus. I don't really care how.
B4X:
Sub B4XPage_Background
Log("B4XPage_Background-MP")
End Sub
I also tried
B4X:
Private Sub B4XPage_Background
Log("B4XPage_Background-MP")
End Sub
The goal is to know when the current page loses focus. I don't really care how.