Android Question B4xLib Question Folder "Files"

bridge1

Member
We would like to create a library in the B4xLib format.

The library must contain Activities, with their respective .bal layout files.

Unfortunately, the B4a program that will use this library, reports the error "The given key was not present in the dictionary." and reports a compilation error:
Error occurred on line: 27
Activity.LoadLayout("layoutActTest")
Word: loadlayout


Attached is the project for the creation of the library and the project for testing it.

Could you help us understand where we are going wrong?
 

Attachments

  • Test132.zip
    27.3 KB · Views: 70
  • b4a_error_logs.png
    b4a_error_logs.png
    13.8 KB · Views: 77
  • b4a_error_build.png
    b4a_error_build.png
    98.5 KB · Views: 82

bridge1

Member
Thanks Klaus.
b4xlib is the library format that should also support layout file resources.

The new library that we would like to create should be an extension of functionality to an existing B4a App.
 
Upvote 0
Top