Hi B4X community,
I have the following as a part of a Java code in a class:
Is the ba.raiseEvent written correctly?
How would I expose 'msg' variable to the main module of the b4j app and use it there ?
I have the following as a part of a Java code in a class:
B4X:
#if Java
{
//
//....
String msg ="blabla";
ba.raiseEvent(null,"get_msg",msg);
//.....
//
}
#end if
Is the ba.raiseEvent written correctly?
How would I expose 'msg' variable to the main module of the b4j app and use it there ?
Last edited: