Re: HTML5 deployment: progress comes into sight

2017-06-06 Thread hh via use-livecode
Yet another creative contribution to this thread (beta version, nowhere else linked for a few days). http://hyperhh.org/html5/video-funHTML5-9.0.0-dp-4hhX.html Video-Fun is a HTML5 standalone that communicates with the webpage to take frames from a video and display them as image. As we have an

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > With this library you can have a local SQLite database on a mobile > app, then, use the new remote library to connect to a remote MySQL > server and sync data. Of course you would still need to write the sync > and conflict resolution code... I see another library

Re: how do you post large files to lc server or php script?

2017-06-06 Thread Matthias Rebbe via use-livecode
Hi, to be more clear: LC is unresponsive after the beep. It seems the script is finished, but something is still running. And the 2nd line of the script of course only conains the url once. It seems my email client formatted it wrong. Regards, Matthias Matthias Rebbe +49 5741 31

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Andre Garzia via use-livecode
On Tue, Jun 6, 2017 at 5:45 PM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > GREAT! Love your library already, this makes it that much better. Thank > you! > I should have implemented that a long time ago rsrsrsrsrsrs... The cool thing is the amount of security you

interacting with youtube

2017-06-06 Thread Mike Bonner via use-livecode
I have a quick question.. when playing youtube videos in the browser widget (or revbrowser) is there a way to interact with youtube and grab the amount of time left before the vid completes (or general length or whatever)? ___ use-livecode mailing list

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Mike Bonner via use-livecode
GREAT! Love your library already, this makes it that much better. Thank you! On Tue, Jun 6, 2017 at 2:23 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > Remember to send me feedback! :D :D :D > > > > On Tue, Jun 6, 2017 at 5:19 PM, Skip Kimpel via use-livecode < >

how do you post large files to lc server or php script?

2017-06-06 Thread Matthias Rebbe via use-livecode
Hi how do you post large files to a php or lc server script? I am noticing problems when doing the libURLMultipartFormData stuff. In my case even a 2mb jpeg file causes LC 8.1.2, 8.1.4RC3 and LC 9 DP6 (did not try other versions) to be very unresponsive right after i called that function.

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Andre Garzia via use-livecode
Remember to send me feedback! :D :D :D On Tue, Jun 6, 2017 at 5:19 PM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Excited to try this out! > > SKIP > > On Tue, Jun 6, 2017 at 4:16 PM, Andre Garzia via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > DB

Re: [ANN] Introducing Remote DB Lib

2017-06-06 Thread Skip Kimpel via use-livecode
Excited to try this out! SKIP On Tue, Jun 6, 2017 at 4:16 PM, Andre Garzia via use-livecode < use-livecode@lists.runrev.com> wrote: > DB Lib (andregarzia/projects/dblib) is a minimalistic database library for > LiveCode that works on Desktop and Mobile and allows you to build > database-savvy

[ANN] Introducing Remote DB Lib

2017-06-06 Thread Andre Garzia via use-livecode
DB Lib (andregarzia/projects/dblib) is a minimalistic database library for LiveCode that works on Desktop and Mobile and allows you to build database-savvy apps without writing SQL directly. This post is to introduce a great new feature called Remote DB Lib. As you may know from posts on the

ftp oddity

2017-06-06 Thread Colin Holgate via use-livecode
I’m trying to get a stack to upload itself to FTP, using this article as a guide: http://lessons.livecode.com/s/3527/m/4071/l/6998-uploading-a-file-using-ftp The script seems to be working, and I get upload progress

Re: Rooting around in the Forum: destructors

2017-06-06 Thread Mark Waddingham via use-livecode
On 2017-06-03 18:46, Richmond Mathewson via use-livecode wrote: Not having looked at any sort of "serious" programming language since about 1989 (I don't think that VB 6 is a serious language), I find it hard to understand what a destructor is beyond a way to free memory on a system that has