If I need close page.show, what can I do??
like B4A activity.finish or restart page.
thank you Everyone.
like B4A activity.finish or restart page.
thank you Everyone.
B4X:
Public Sub Show
If pg.IsInitialized = False Then
pg.Initialize("pg")
pg.RootPanel.LoadLayout("LoginLayout")
End If
Main.NavControl.ShowPage(pg)
End Sub
Private Sub btnEnter_Click
pg.ResignFocus
Page1Module.Show 'In there,I need Close LoginModule back MainModule
End Sub
Last edited: