@LucaMs's idea of a tool is very good.
I think you are referring to the last thing I wrote as reply to
this "Wish". In that post, however, I only hinted at the possibility of updating my very old tool,
AddLogs, to today's projects, which can be B4XPages or not.
[
Nov 26, 2014]
Creating a tool that transforms a classic B4A project into a B4XPages is practically impossible.
Also, it is not recommended to do this transformation unless the original project is quite small.
such as adding b4xpage library,
B4XPage library, as "custom type", does not exist. In a B4XPages project you add the same libraries as always. Maybe you are referring to the B4XLib libraries, which are not the classic .jar files but which are not B4XPages projects either and can be used both in this type of projects and in the "classic" ones.
replacing code in the project file starting at Sub Process_Globals
I didn't understand this; do you have executable code inside the Sub Process_Globals? This would be a mistake, that Sub must only contain global variable declarations.