Other B4XLIB - Code Modules are they local to each instance.

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello

My question is related to having a code module in a B4Xlib.

Our company has a PTT system. Currently each PTT Channel runs in its own VM. We are looking at consolidating it into one app, 'PTT Exchange'. I have taken all the class's of the original PTT channel an created a B4XLib. I can then create an instance of each channel in the new consolidated app.

I want to know if the code module in the B4Xlib is local to the instance or is it common to the whole consolidated application.

thanks

John.
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
I think it will be common to the whole application in that there will be only one code module loaded. A B4XLib is just a set of application modules/classes that are loaded from a zip rather than being added individually in the IDE.
I think you are right, this is causing me a massive problem. It seems that each class in the lib is isolated.
 
Upvote 0

Sandman

Expert
Licensed User
Longtime User
I don't understand the question / problem...
I suspect it's somewhat related to
 
Upvote 0
Top