B4J Question B4XInputTemplate.bjl not found

LucaMs

Expert
Licensed User
Longtime User
My lmB4XTableExt b4xlib.
B4XInputTemplate.bjl not found (compile time).

It does not uses B4XDialog but it needs the XUI Views.
In its Manifest:
B4J.DependsOn=XUI Views...

In any case, that is a library that has never had this issue; it only occurs with B4J version 10.7 (perhaps even 10.5).

I think the problem lies in how the Manifest file for .b4xlib files is handled; indeed, with B4J 10.7, I resolve the issue by importing XUI Views "manually" (checking the library box), whereas with B4J 10.3 this isn't necessary, the file is found even if the XUI Views library isn't checked.
 
Top