rdim...@evergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
Heriberto Torrado via use-livecode
Sent: Thursday, June 18, 2020 4:13 PM
To: use-livecode@lists.runrev.com
Cc: Heriberto Torrado
Subject: Re: JavaScript-Livecode
-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
Heriberto Torrado via use-livecode
Sent: Thursday, June 18, 2020 4:13 PM
To: use-livecode@lists.runrev.com
Cc: Heriberto Torrado
Subject: Re: JavaScript-Livecode integration question
Hi Ralph,
Thanks you very much for your quick
Hi Ralph,
Thanks you very much for your quick response!
I found some information about the command
"revBrowserAddJavaScriptHandler", but you say I can use the command
"javascriptHandlers".
it's that new? I cannot find information about it on the Livecode
dictionary.
Anyway, I'm going to try
Heriberto,
LC makes it easy... Works for me on Mobile also.
In LC do this once.
set the javascriptHandlers of widget "MyBrowerWidget" to "LCHandlerName"
Create this handler:
command LCHandlerName pNum
answer pNum
end LCHandlerName
Javascript:
liveCode.LCHandlerName('315');
Ralph DiMola
IT Dir