Android Question [solved][B4XPage]How to have a fresh page whenever it appears

toby

Well-Known Member
Licensed User
Longtime User
The attached test app has a second page, pgeTest. After I check checkbox1 and tap Button1 to exit the page, if I revisit it, the checkbox1 is still shown checked.

B4X:
Private Sub Button1_Click
    B4XPages.ClosePage(Me)
End Sub

What can I do to make sure that each time the page appears fresh, not left over from previous visit?

TIA
 

Attachments

  • ClosedPage.zip
    15.9 KB · Views: 92
Last edited:
Top