B4J Question B4J Custom view class not including required Designer layout files in jar

jdkellow

Member
Licensed User
Longtime User
I have found that when a Custom View class which loads a designer layout is compiled to a library, the required .bjl file is not included in the jar. When the Custom View class is then used in another app it will compile correctly, but has a run time error because the designer layout file is missing. If this file is then copied to the associated Files folder the app will run correctly. The attached filed demonstrate the problem. Have I missed somethin, or is this a problem?
 

Attachments

  • jdCustomClass.zip
    29.6 KB · Views: 126
  • jdCustomClassProblem.zip
    14.4 KB · Views: 112
Top