Java Question Returning Value on BA.RaiseEvent method - walterf25    Aug 30, 2018 + data.getY());
int color;
color = BA.RaiseEvent(null, EventName + "_setcolor", New....RaiseEvent methods, if not is there any other way to accomplish this.
Below is the java portion... Java Question i need send 2 java object to b4a 1 time ,BA.raiseevent only can send 1 java params ,how to do ? - Erel (first post)    Aug 22, 2021 ba.raiseEvent can pass as many parameters as you like.... Java Question ba.raiseEvent not firing... - DevBaby    Nov 19, 2012 I have used the ba.raiseEvent from a library before with success. However this time the code executes (no errors) but nothing happens.
I am using an @ActivityOjbect for the first time, I am not... Java Question Loading .so library files error - walterf25    Jun 2, 2015 (Method.java:372) at anywheresoftware.b4a.BA.raiseEvent2(BA.java:187) at anywheresoftware.b4a.BA.raiseEvent2(BA.java:175) at anywheresoftware.b4a.BA.raiseEvent(BA.java:171...) at java.lang.reflect.Method.invoke(Method.java:372) at anywheresoftware.b4a.BA.raiseEvent2(BA... Java Question ba.raiseEvent pass view a parameter - apty (first post)    Apr 8, 2018 Thanks a lot. It works ok.... Java Question ba.raiseEvent ERROR - Erel (first post)    Mar 6, 2018 You cannot initialize a service. Wrapping a service is more complicated than wrapping other types of classes.
You can see an example... Java Question BA.raiseEvent and bass library - Erel (first post)    Oct 25, 2016 It should be:
Boolean res = (Boolean)ba.raiseEvent(...);
... Java Question Simple Compiler Library and ba.raiseEvent - b4xscripter (first post)    Sep 11, 2015 about Socket IO (that is not WebSocket):
https://en.wikipedia.org/wiki/Socket.IO
Socket.IO is not ... Java Question (java) BA.raiseEvent - Mrjoey (first post)    Jul 23, 2014   tags: Raise Event thank u Mr Erel and Mr Mafu for u help , it works now :)... Java Question ba.raiseEvent and ba.raiseEventFromDifferentThread in same module ok? - Erel (first post)    Jun 23, 2013 You can use raiseEventFromDifferentThread even if it is the main thread that raises the event.... Page: 1   2   3   4   5   6   7   |