Wish Two Module Wishes

aeric

Expert
Licensed User
Longtime User
But why did you post a .jar file?
I was testing.
It doesn't work at first time because I mistakenly put
Supported Platforms=B4J
into the B4Xlib and loaded in B4A.

JAR+XML = Old way -> works in B4A and B4J
B4XLIB = New Way -> works in B4A, B4i and B4J
 

LucaMs

Expert
Licensed User
Longtime User
Hmm...
I just tested. B4xlib doesn't work in B4A but you can use .jar + .xml library. B4Xlib Custom Class works in B4A, B4i and B4J !!!

View attachment 167028
B4XLib structure:
View attachment 167034
manifest.txt file:
B4X:
Author=Aeric Poon
Version=1.00
CustomClassTemplates=Aeric's B4XPage|B4XPage3,Aeric's Sample Class|SampleClass

IT'S SIMPLY GREAT!

Very, very useful!

The amazing thing is that this is a completely unknown feature (unless I'm mistaken, but I read almost everything, even if I often just skim it).

At this point, a good tutorial is needed! I'm afraid you'll have to do it, both because I don't want anyone to think it's my "discovery" and because... I still have a headache :mad: (does anyone have a new head to give me? 😄).
 
Top