Hello,
I am just writing an app, taking the ThreePagesExample as a template.
With the Designer, I added a new form "myStartPage" and generated the members.
But only the two buttons of the new page where inserted in the B4XMainPage, I have no clue how to handle the form.
When I add it to the Globals "Public myStartPage As B4XPage4", it is marked red as an error.
I also tried "Root.LoadLayout("myStartPage") ", but to no avail.
I have done as you told me. A new file "myStartPage.bas" has been created an "myStartPage" appears in the IDE bar (without prefix "B4X").
But when I click on the new tab and open the Designer, in the filelist only the existing page names are listed, but not the new "myStartpage".
What do I have to do that the new page/module is recognized by the designer and I can add some views?