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.
I see it too now. I think something goes wrong with analysing the .bas files by ABM (something is changed in v6.0). I'll report back if I find out more, but I think a lot of components may not work anymore.
The .needs file is practically empty (e.g. running the demo), so my analysing is not compatible with 6.0. I need some time to find out what goes wrong.
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.
Ah, I wasn't even aware of the absolute/relative (yet) as it doesn't seem to work for local too. Thanks for the info as I will need to take care of that indeed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.