Re: Livecode HTML5 and SQL

2020-04-29 Thread matthias rebbe via use-livecode
I have to correct myself. The script works when i call an url that is on the same server as the html5 app is called from. And more important parameters can also be used. And as Sean already posted about a HTML5 library, it´s possible to use an HTML5 app with an api layer using LC Server or PHP

Re: Livecode HTML5 and SQL

2020-04-29 Thread Pi Digital via use-livecode
t;>>> Colin, >>>> >>>> I haven’t tried it myself, but I would think you’d have to write an API >>>> layer using LiveCode Server scripting. All of the MySQL reads and writes >>>> would take plac

Re: Livecode HTML5 and SQL

2020-04-29 Thread matthias rebbe via use-livecode
, this all depends upon >>> whether the internet libraries have been ported over to the HTML5 platform. >>> LiveCode Server—I’ve done lots. HTML5 deployment, almost none. >>> >>> Hope this helps. >>> >>> Devin >>> >>>

Re: Livecode HTML5 and SQL

2020-04-29 Thread Devin Asay via use-livecode
s from your HTML5 app. Of course, this all depends upon >> whether the internet libraries have been ported over to the HTML5 platform. >> LiveCode Server—I’ve done lots. HTML5 deployment, almost none. >> >> Hope this helps. >> >> Devin >> >> >>>

Re: Livecode HTML5 and SQL

2020-04-29 Thread matthias rebbe via use-livecode
. > > Hope this helps. > > Devin > > >> On Apr 29, 2020, at 9:49 AM, Colin Kelly via use-livecode >> wrote: >> >> Anyone got any insightful ways of READING/WRITING to a mySQL table using >> web-apps develope

Re: Livecode HTML5 and SQL

2020-04-29 Thread Devin Asay via use-livecode
DING/WRITING to a mySQL table using > web-apps developed with Livecode HTML5? > > > > Thanks > > Col. > > > > -- > > Colin Kelly > > M 07951 920680 > > > > ___ > use-livecode

Livecode HTML5 and SQL

2020-04-29 Thread Colin Kelly via use-livecode
Anyone got any insightful ways of READING/WRITING to a mySQL table using web-apps developed with Livecode HTML5? Thanks Col. -- Colin Kelly M 07951 920680 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

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

Re: LiveCode HTML5

2016-06-28 Thread Richard Gaskin
Todd Fabacher wrote: > I was just checking, I don't see a way to make an HTTP post back to a > web server. Am I wrong? If it is not there...is it in the pipeline? > > I have a HUGE project that we are planning to do in Angular JS, but > would love to do in LiveCode HTM

Re: LiveCode HTML5

2016-06-28 Thread Peter TB Brett
On 28/06/2016 16:01, Todd Fabacher wrote: I was just checking, I don't see a way to make an HTTP post back to a web server. Am I wrong? If it is not there...is it in the pipeline? I have a HUGE project that we are planning to do in Angular JS, but would love to do in LiveCode HTML5. W

Re: LiveCode HTML5

2016-06-28 Thread Colin Holgate
1:01 AM, Todd Fabacher wrote: > > I was just checking, I don't see a way to make an HTTP post back to a web > server. Am I wrong? If it is not there...is it in the pipeline? > > I have a HUGE project that we are planning to do in Angular JS, but would > love to do in L

LiveCode HTML5

2016-06-28 Thread Todd Fabacher
I was just checking, I don't see a way to make an HTTP post back to a web server. Am I wrong? If it is not there...is it in the pipeline? I have a HUGE project that we are planning to do in Angular JS, but would love to do in LiveCode HTML5. We are looking to use HighCharts on the web, but