Html - CEF javascript in vl

Hi,
I have a html script of a map that I want it to be controlled by vl. I tried to simulate click buttons behavior with messages sent to Querry Handlers input but it work only when the patch is loaded (when I do f8 and f5). Is there a way that I can always send different messages to the script while the patch is running ?

Test JavaScript.vl (25.4 KB)

Thanks in advanced !
jib

You seem to be using a rather out-dated version of VL.CEF - try updating to the latest one, which gives you much more control over the browser. You’ll find a node called ExecuteJavaScript which should do what you’re asking for.

It will be something like this:
image

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.