Hi Barry,
This is very cool. From a desktop canvas VFP section, I am easily manipulating the HTML objects in the webview.
This allows me to do things that are little more difficult on desktop....
Type: Posts; User: hmischel@diligentsystems.com
Hi Barry,
This is very cool. From a desktop canvas VFP section, I am easily manipulating the HTML objects in the webview.
This allows me to do things that are little more difficult on desktop....
Boy do I feel silly.
That was actually very easy..
working perfectly.
mycall = Lianja.getElementByID("page1.section1").webview
myview.evaluate("sayhi()")
I also tried it with quoutes
Hi Barry,
I'm probably missing something simple.
Here is a simple jssp webview with a single function.
In the vfp console, I tried the following.
mycall = Lianja.get("page1.section1")
Hi Barry,
What I am looking for is access to the webview objects from outside the webview.
Meaning - If I want to change the innerhtml of an item in the webview from a canvas section how can...
Hi,
In a desktop application, I have a web view section and a canvas section.
How can I reference an id in the webview section from the canvas section?
I seem to recall having to use...