Re: JavaScript-Livecode integration question

2020-06-18 Thread Heriberto Torrado via use-livecode
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

RE: JavaScript-Livecode integration question

2020-06-18 Thread Ralph DiMola via use-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

Re: JavaScript-Livecode integration question

2020-06-18 Thread Heriberto Torrado via use-livecode
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

RE: JavaScript-Livecode integration question

2020-06-18 Thread Ralph DiMola via use-livecode
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