Re: Livecode and "Extended Validation" SSL certificates and recursionlimit mystery!

2015-07-13 Thread Bruce Pokras
> On Jul 11, 2015, at 4:58 PM, Bruce Pokras wrote: > > >> On Jul 11, 2015, at 9:26 AM, Richard Gaskin >> wrote: >> >> Bruce Pokras wrote: >> >>> Recently, the app's requests for the access token kept resulting in >>> an error message. I tried a lot of differnt work-arounds. Nothing >>> help

Re: UDP and livecode

2015-07-13 Thread Alex Tweedly
Not exactly what you asked for, but I did a sample "UDP echo client" and "UDP echo server" sample stacks some years ago. You can get them form http://www.tweedly.org/showpage.lc?page=samples (not been looked at (by me), far less re-tested on recent version of LC for years, so if you do run in

Memory Management in LiveCode

2015-07-13 Thread Peter W A Wood
The User Guide states the Memory Management is automatic but doesn’t explain how the engine actually manages memory. Does anybody know if it uses a type of reference counting or a garbage collector? Regards Peter ___ use-livecode mailing list use-li

UDP and livecode

2015-07-13 Thread Jeff Reynolds
Hi folks, I need to try out some UDP for communication with an AMX systems controller. HTTP posts are sometimes being processed very slowly by the AMX and hoping that the UDP might be faster. Is there anywhere in the Livecode documentation that talks about UDP more directly? all ive found are

Re: In Case You Missed It

2015-07-13 Thread JB
It looks good! Thank you. I have not developed any mobile apps yet and this will really help a lot. John Balgenorth On Jul 13, 2015, at 2:50 AM, Jana Doughty wrote: > Hi LiveCode Community, > > In case you missed it in your TGIF dance, here is a great blog post for > all the Android fans ou

In Case You Missed It

2015-07-13 Thread Jana Doughty
Hi LiveCode Community, In case you missed it in your TGIF dance, here is a great blog post for all the Android fans out there: How to Design an App for Android: http://livecode.com/how-to-design-an-app-for-android/ Thanks! Jana ___ use-livecode mail

Re: Unusual list spam - caution

2015-07-13 Thread Dave Kilroy
:) Dr. Hawkins wrote > On Fri, Jul 10, 2015 at 12:17 PM, J. Landman Gay < > jacque@ > > > wrote: > >> Mine were from Jim McConnell too. I wonder if he (or someone) has got >> some >> kind of malware that's doing this. >> > > his server farm. > > Yes, Jim McDonnell has a farm. > And on that f

Livecode server at Dreamhost

2015-07-13 Thread Thomas von Fintel
I have a working playground site on nosupportlinuxhosting.com that I want to transfer to a Dreamhost account. The setup is: |- lc |- test.lc |- .htaccess |- cgi-bin |- livecode-community-server |- drivers |- ... |- externals |- ... The .htaccess contains: Options +ExecCGI Follo