I created a new app and selected B4XPages as the new app type. This then created all the folders and files as outlined in the B4XPage video. The Main module and B4XMainPage modules were automatically added to the app. But when I try to add a new B4XPage to the app by going to Project > Add New Module > Class Module, there is no B4XPage choice on the Class Module list as shown in the video. What might I have done wrong? The BX4Page ThreePagesExample displays the same behavior - no Bx4Page choice on the Class Module list.
Custom classes are included in the B4XPagesTemplate library. It appears to me on B4I, but B4XPagesTemplate must be selected.
The mistake lies in this. When you create a new B4XPages project, B4XPagesTemplate is not automatically selected
If you select B4XPagesTemplate, a message appears next to the library name stating that it is not needed in B4i to manage pages. But surely @Erel didn't think it was necessary to add for Custom Classes
I always prefer to create libraries entirely in B4A without using Java. so I ask myself a question: It is possible to create Custom Class Templates without using Java, but creating a library entirely in B4A?