Android Question Main Activity source code - Versions

LucaMs

Expert
Licensed User
Longtime User
The source code of the Main Activity in my b4a 3.0 contains something like:
B4X:
Version=3
IconFile=
NumberOfModules=5
Module1=Scale
ModuleVisible1=1
Module2=actOne
ModuleVisible2=1
...
Package=lm.test


B4AGalleryView.b4a:
B4X:
Version=3.78
IconFile=
NumberOfModules=1
Module1=PhotoViewPager
Build1=Default,it.giuseppe.salvi.gallery
...


I insert new modules through my tool and I prepared it as in 3.0.

From which version it has changed? Are there other versions?


Thanks
 

LucaMs

Expert
Licensed User
Longtime User
First of all, thanks for your answer.


Note that the IDE is backwards compatible and can load projects from previous versions.

I need to insert just one code module into the user's project, then modify its other modules and save the project again.
So I don't think I could save it as 3.82 :(



Dear Members :), could you publish the first 6/7 rows of your Main Activity, if you have different versions of B4A by 3.0, 3.78 and 3.82?

Many thanks
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
I am "examining" the ".meta" file. If I'm not mistaken, the list of modules is still in .b4a.

I only need it; but, for example, in 3.0, each module name is followed by its visibility in the IDE and then I will have to insert two rows.

I hope to be able to examine the many versions of B4A (fortunately I had already downloaded many projects).
 
Upvote 0
Top