To all the friendly Anywhere Experts:
If make the following call using WebViewExtras:
wvx.ExecuteJavascript(wvYBiRead, "B4A.CallSub('getElmTopHeightText', true, document.getElementById('v1').offsetTop")
In the sub "getElmTopHeightText" I am setting some Global variables.
How do I use Wait For "getElmTopHeightText" to be sure the call is finished and the values are set?
Thank you
If make the following call using WebViewExtras:
wvx.ExecuteJavascript(wvYBiRead, "B4A.CallSub('getElmTopHeightText', true, document.getElementById('v1').offsetTop")
In the sub "getElmTopHeightText" I am setting some Global variables.
How do I use Wait For "getElmTopHeightText" to be sure the call is finished and the values are set?
Thank you
Last edited: