Re: Livecode HTML5 networking question

2017-03-14 Thread Jonathan Lynch via use-livecode
Can you get into the resulting JavaScript and add an XMLHttpRequest(); command?

Sent from my iPhone

> On Mar 14, 2017, at 1:07 PM, Mike Doub via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> I just did a test using the local python server and it did not work,  so it 
> looks like the support is 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 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 supported.  What exactly
>> does that mean?  Is the statement in question, networking?
> 
> I had thought GET and POST were added to the HTML exports recently, no?
> 
> --
>   Richard Gaskin
>   Fourth World Systems
>   Software Design and Development for the Desktop, Mobile, and the Web
>   
>   ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
I just did a test using the local python server and it did not work,  so it 
looks like the support is 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 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 supported.  What exactly
> does that mean?  Is the statement in question, networking?

I had thought GET and POST were added to the HTML exports recently, no?

--
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web
  
  ambassa...@fourthworld.com    http://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 had thought GET and POST were added to the HTML exports recently, no?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Livecode HTML5 networking question

2017-03-14 Thread Mike Doub via use-livecode
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? 

-= Mike 


  Original 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 around 
since version 1.0. 

Bob S


> On Mar 14, 2017, at 05:59 , Mike Doub via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> 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 is going on hold.
> 
> Thanks in advance.
> 
>    -= Mike


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 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 is going on hold.
> 
> Thanks in advance.
> 
>-= Mike


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 is going on hold.

Thanks in advance.

-= Mike
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode