B4J Question [ABMaterial] B4J 6.0 Beta#3 problem with ABMChat

MichalK73

Well-Known Member
Licensed User
Longtime User
Hello.

While testing my ABMChat-based application on the B4J 6 Beta, there are no speech bubbles. There is only text. On version 5.9 everything is the same for DemoChat.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
If all files are local then it should work as before.

There are two new values that you should check for:
Module1=|absolute|C:\Users\H\Documents\B4A Samples\xCustomListView\CustomListView
Module1=|relative|..\..\..\Documents\B4J\xCustomListView\CustomListView

You need to check if the value starts with pipe. If not then the module is in the project folder. Otherwise it is either an absolute path or a relative path where the base folder is the project folder.
 
Upvote 0
Top