Android Question B4XPages and XUI

Andie

Member
Licensed User
Longtime User
First of all, B4XPages is a great tool (library) for coding cross-platform. I like it and I use it.

However, my question is: When I start a new project via B4XPages, a variable xui of type XUI is declared in Sub Class_Globals, although the XUI lib is not activated. How can it be?
 

LucaMs

Expert
Licensed User
Longtime User
UM...
a variable xui of type XUI is declared in Sub Class_Globals, although the XUI lib is not activated.
The xui declaration is in the class template, of course... but the XUI lib is "activated" (selected/imported) automatically.

If this happens for the dependencies written in the Manifest, why is the JavaObject not automatically imported too?

B4X:
Version=1.07
B4J.DependsOn=B4XCollections, JavaObject, jXUI, B4XPagesTemplates
B4A.DependsOn=B4XCollections, XUI, B4XPagesTemplates, JavaObject
B4i.DependsOn=B4XCollections, iXUI
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…