iOS Question Renaming the B4XMainPage module - possible?

Picon

Member
Licensed User
Renaming the B4XMainPage module - possible?


Hello
When creating a new B4XPages project, the B4XMainPage.bas file is automatically generated
In the IDE, this file appears as a class module with the same name.

When I change the name of this module to another (eg "Start") I get a log message:

Unknown type: b4xmainpage
Maybe a reference to the library is missing?


and when starting the program:

There was an error on line: 73 (B4XPages) (??????) <-------------------- This is an empty project. There aren't that many lines yet.
Public Sub MainPage As B4XMainPage

How to safely rename this module? It is possible?
I greet everyone
s.
 
Top