Android Question B4A 3 V6 Class compiled to library problem

klaus

Expert
Licensed User
Longtime User
Hi Erel,
I have a problem with a CustomView added in the Designer from a class compiled to a library.
The CustomView library is the ClsComboBox project comiled to a library.
In the TestClsCombobox project I want to use the CustomView added in the Designer.
I get this error:
** Activity (main) Create, isFirst = true **
An error occurred:
(Line: 24) Activity.LoadLayout("main")
java.lang.ClassNotFoundException: b4a.clscombobox.combobox

Best regards.
 

Attachments

  • ClsComboBox.zip
    15.5 KB · Views: 191
  • TestClsCombobox.zip
    7 KB · Views: 185
Top