As far as I know, there is no documentation on B4XPages apart Erels' tutorial.
You may have a look at the
B4X Cross-platform projects Booklet, which includes examples.
This booklet doesn't include B4XPages yet, it was written before B4XPages were published.
It will be updated as soon as B4XPages becomes more mature.
klaus: Thanks for your help and support. I have learned a lot from your posts and code over the years.
Sorry if there is a misunderstanding, it isn't B4Xpages specifically that I was talking about, I was talking generally about setting up an app to work on the other platforms. I have set up the B4XPages_SQLiteLight2 structure, for example and am trying to follow that structure to set up my app, but, for example do I have to manually create the layouts. I know you can now copy layouts from one platform to another. Is that he best way to do it? I also noticed this line:
#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\Files"
It is in B4XMainPage I remember seeing something somewhere about modules being automatically updated. Is that what this is for? In B4XPages_SQLiteLight2 the only thing in that folder is persons.db. So does that line of code need to be added to the code for each platform? Always in B4Xmainpage? As I said, I can hack it out and make things work. I was just hoping there was a document somewhere that explained step by step what to do. Copy this line of code here, copy these modules there, add this line of code here,...
I am just a dumb database programmer trying to get a job done. I will probably never grasp the intricacies of how all of the pieces of this puzzle fit together. That is one of the reasons I chose VB to work in, generally it hide all of that from you so you can just code.