B4J Library ABMaterial - an exploration of cookies - JackKirk (first post)    May 05, 2024   (1 reaction) } b4j_raiseEvent('${Passed_Instance_Name}_Report', {'value': document.cookie}); } // Run handlecookiemessage1 once when JavaScript is defined handlecookiemessage1(); // Run handlecookiemessage1 when cookie_message1 is clicked var cookie_message1 = document.getElementById('cookie_message1'); co B4J Question b4j_raiseEvent for WebApps - security concerns - Erel (first post)    Oct 27, 2020 No. Only subs with an event signature => underscore in their name and a single Map parameter. B4A Question B4J to B4A - JackSparrow (first post)    Oct 31, 2022 shell.Shell.raiseEvent(Shell.java:255) at java.lang.reflect.Method.invoke(Native Method) at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:146) at anywheresoftware.b4a.BA.raiseEvent(BA.java:193) at anywheresoftware.b4a.objects.ViewWrapper$1.onClick(ViewWrapper.java:80) at B4J Question b4j_raiseEvent(eventName, parameters) - Call with Map? - lip    Oct 02, 2017 I have a B4J server using Websockets and have no problem communicating both ways with Android Tablets using B4A and Rasberry Pi's using B4J with wsh.RaiseEventToServer(eventName as String, Parameters as Map).
However, I am struggling to call the same Events on the server from a web browser written B4J Question Google Charts Raise Event - alwaysbusy (first post)    Nov 28, 2016   (3 reactions) In the javascript (note the eventname must be lowercase):
b4j_raiseEvent('page_parseevent', {'eventname': 'yourchartname' + '_chartitemclicked','eventparams': 'message', 'message': message});
in B4J catch it:
Sub (Message as string)
End sub Share My Creation [WebApp] A Simple Html Template Parser - Inrenbang (first post)    Jun 06, 2023 b4a.BA.raiseEvent2(BA.java:111) at anywheresoftware.b4a.shell.ShellBA.raiseEvent2(ShellBA.java:100) at anywheresoftware.b4a.BA.raiseEvent(BA.java:98) at b4j.example.main.main(main.java:29) Caused by: java.lang.ClassNotFoundException: anywheresoftware.b4a.object.B4XEncryption at java. Spanish Leaflet Map B4J server - TILogistic (first post)    Aug 03, 2021 2.- usar b4j_raiseEvent para enviar los datos del marcador al servidor B4J javascrits agregar: function markerOnClick(e) { alert("hi. you clicked the marker at " + e.latlng); b4j_raiseEvent("markerOnClick_Click", {"latlng" : e.latlng }); } b4J: Sub m Java Question B4J ba.raiseEventFromDifferentThread not working - somed3v3loper (first post)    Jun 21, 2016 I already tried without try block .
Sub is not called from library .
By the way just in case it was not clear , I am using B4J . B4J Question Help request: call a (simple) Java class from B4J - FabioAlbaneseTv    Feb 24, 2023 b4a.BA.raiseEvent2(BA.java:111)
at anywheresoftware.b4a.shell.ShellBA.raiseEvent2(ShellBA.java:100)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:98)
at b4j.example.main.main(main.java:29)
Program terminated (StartMessageLoop was not called).
I don't understand what I missed.
Can some B4J Question b4j_raiseEvent cann't work in a webview ? - jinyistudio    Jan 19, 2016 Hi
I have a B4A application as a remote client. It has a Webview1 open /app/index.html from remote application(B4J). The index.html will send "b4j_raiseEvent" to B4j every 1 sec. I test it OK in firefox browser.
Why i cann't do it with webview of the B4A ?
p.s Websocket is work !
$(function() {
Page: 1   2   3   4   5   6   7   Powered by ColBERT |