B4X:
Sub AppStart (Form1 As Form, Args() As String)
MainForm = Form1
MainForm.SetFormStyle("UTILITY") 'Without this the attached works, but with this when closing the page3, page2, page1, the MainPage disappears.
'It is still there but not in focus (minimize IDE to see it)
MainForm.Show
Dim PagesManager As B4XPagesManager
PagesManager.Initialize(MainForm)
End Sub
Attachments
Last edited: