Re: Livecode HTML5 networking question

2017-03-14 Thread Jonathan Lynch via use-livecode
s not there yet. > > Mike > > > Original Message > From: use-livecode@lists.runrev.com > Sent: March 14, 2017 11:53 AM > To: use-livecode@lists.runrev.com > Reply-to: use-livecode@lists.runrev.com > Cc: ambassa...@fourthworld.com > Subject: Re: Livecode HTML5 net

Re: Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
: ambassa...@fourthworld.com Subject: Re: Livecode HTML5 networking question Mike Doub wrote: > Bob,  I understand that.  You misunderstood my question.  If I use > that statement in app,  save it as am html5 app,  will the app > function? > > The documentation says networking is not s

Re: Livecode HTML5 networking question

2017-03-14 Thread Richard Gaskin via use-livecode
Mike Doub wrote: > Bob, I understand that. You misunderstood my question. If I use > that statement in app, save it as am html5 app, will the app > function? > > The documentation says networking is not supported. What exactly > does that mean? Is the statement in question, networking? I

Re: Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
Message   From: use-livecode@lists.runrev.com Sent: March 14, 2017 10:47 AM To: use-livecode@lists.runrev.com Reply-to: use-livecode@lists.runrev.com Cc: bobsnei...@iotecdigital.com Subject: Re: Livecode HTML5 networking question That is not HTML5. That is a standard Livecode function that has been

Re: Livecode HTML5 networking question

2017-03-14 Thread Bob Sneidar via use-livecode
That is not HTML5. That is a standard Livecode function that has been around since version 1.0. Bob S > On Mar 14, 2017, at 05:59 , Mike Doub via use-livecode > wrote: > > I was thinking about putting together a little weather app and trying the > html5 feature of livecode. I read that net

Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
I was thinking about putting together a little weather app and trying the html5 feature of livecode. I read that networking is not supported. Does that mean that the following is not supported? put URL ("https://api.darksky.net/forecast/"; & mykey & "/" & LatLon) into wData If not my project