Wish Proposal for Automatic Inclusion of Crucial Functions in B4xPage Project Creation

LucaMs

Expert
Licensed User
Longtime User


Now it works. Thanks, @aeric, yes, that was what I meant, being able to add multiple classes in a single library (obviously various classes, certainly not two basic B4XPages).

1692088333240.png



1692088424972.png


1692088454075.png
 

aeric

Expert
Licensed User
Longtime User

carlos7000

Well-Known Member
Licensed User
Longtime User

carlos7000

Well-Known Member
Licensed User
Longtime User
Is this what you want?

View attachment 144799

View attachment 144798

manifest.txt:
Version=1.11
B4J.DependsOn=B4XCollections, JavaObject, jXUI
B4A.DependsOn=B4XCollections, XUI, JavaObject
B4i.DependsOn=B4XCollections, iXUI
CustomClassTemplates=B4XPage|b4xpage,MyB4XPage|myb4xpage

I suppose that my wish is nonsense but it seems practical to me that each new page already comes with the basic functions.

But already knowing that I just have to start writing a function and press tab and then B4xPagesManager, it is quite solved.
 

aeric

Expert
Licensed User
Longtime User
I suppose that my wish is nonsense but it seems practical to me that each new page already comes with the basic functions.

But already knowing that I just have to start writing a function and press tab and then B4xPagesManager, it is quite solved.
Isn't the sample attachment in post #19 provide the functions?
 

carlos7000

Well-Known Member
Licensed User
Longtime User
Is this what you want?

View attachment 144799

View attachment 144798

manifest.txt:
Version=1.11
B4J.DependsOn=B4XCollections, JavaObject, jXUI
B4A.DependsOn=B4XCollections, XUI, JavaObject
B4i.DependsOn=B4XCollections, iXUI
CustomClassTemplates=B4XPage|b4xpage,MyB4XPage|myb4xpage
Is this what you want?

View attachment 144799

View attachment 144798

manifest.txt:
Version=1.11
B4J.DependsOn=B4XCollections, JavaObject, jXUI
B4A.DependsOn=B4XCollections, XUI, JavaObject
B4i.DependsOn=B4XCollections, iXUI
CustomClassTemplates=B4XPage|b4xpage,MyB4XPage|myb4xpage

How do I use the MyB4XPages.b4xlib library?
 
Top