Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread stephen barncard
Dreamhost has suddenly decided to 'upgrade' its OS to UBUNTU. So all of my sites that use Livecode server now fail with an error. I have been using the htaccess method for many years... This htaccess file used to allow both php and livecode to co-exist: Options +ExecCGI FollowSymLinks

RE: MasterLibrary update...

2014-11-10 Thread HO Mike Frampton
Hi Mike, Great stack - just wanted to say thanks :) Mike Mike Frampton MIAP Manager of Network Systems Tel: 01425 277661 Email: m...@hoburne.com Web: www.hoburne.com This message and any attachments may contain information which is legally privileged and/or confidential. If you are not

Re: [TEASER] Book about LiveCode Application Architecture

2014-11-10 Thread Peter Alcibiades
Yes, I will buy it. Would be nice in e-book form, but either way. Peter -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/TEASER-Book-about-LiveCode-Application-Architecture-tp4685604p4685613.html Sent from the Revolution - User mailing list archive at

which iPhone...

2014-11-10 Thread John Dixon
In the case of testing in the 'iPhone Simulator' ... How do you determine which iPhone the stack is supposed to be running on ? Up until now I have used something like this :- on openStack if environment() = mobile then whichiPhone end openStack command whichiPhone if item 4 of the

Re: Setting the Unicode text of a field from JSON converted to array

2014-11-10 Thread Peter W A Wood
On 10 Nov 2014, at 13:06, Brahmanathaswami bra...@hindu.org wrote: i tried that already: case original_script set the unicodetext of field lyrics to uniencode(tContent, utf8) break but still get garble ?? ?? 555  555 ? 555 [snip] You need

Re: Dreaming up a benchmarking suite of stacks

2014-11-10 Thread Malte Brill
Hi folks, sorry I was quiet about this for a while. I really want / need to push the benchmarking forward. I made 2 initial stacks available here: https://www.dropbox.com/sh/uspg0njkwdg7z6x/AABa-ybZ1E_BWIvFf_2O2PfGa?dl=0 If some / any of you want to help / participate I would be really glad.

Livecode Has Stopped Working

2014-11-10 Thread Ray
Recently I had to factory reset Windows on my Acer Aspire, taking me back to 8.0. I re-downloaded Livecode 6.5.2, my favorite I've used for quite a while. I can launch it by double-clicking it directly, but a double-click on any of my stacks, even newly made empty stacks, launches it and

Re: Livecode Has Stopped Working

2014-11-10 Thread Björnke von Gierke
This should not happen. Did you try uninstalling, then reinstalling LC? Note that there is no 64 bit versions of LC, but that doesn't matters, because 32 bit applications should just work on any windows version. I think you need supp...@runrev.com On 10 Nov 2014, at 18:58, Ray r...@linkit.com

[TEASER] Book about LiveCode Application Architecture

2014-11-10 Thread Fredrik Stendahl
I will buy this. At leanpub I entered $10 to indikate eBook preference. Cheers Fredrik 10 nov 2014 kl. 03:41 skrev Andre Alves Garzia: Hey Friends, I've been writing a little book about LiveCode application architecture. Before you get too happy the book is not ready. Right now I am

Re: Livecode Has Stopped Working

2014-11-10 Thread Ray
Yeah - I've tried uninstalling and reinstalling various times but each time I get more or less the same problems. I think you're right. I'll send a note to Heather and see if she has any advice. On 11/10/2014 5:19 AM, Björnke von Gierke wrote: This should not happen. Did you try

which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread Dave Kilroy
Hi all I know that www.hostm.com http://www.hostm.com offers pre-installed LiveCode Server - as does www.on-rev.com http://www.on-rev.com (obviously) But there must be others out there doing it as well? Kind regards Dave - Some are born coders, some achieve coding, and some have

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Matthias Rebbe | M-R-D
Stephan, i am not completely sure, but shouldn´t it be .php, .htm and .html instead of just php, html and html in the addHandler for php5? But as i said, i am not sure if this is the reason for your problems. Matthias Am 10.11.2014 um 09:07 schrieb stephen barncard

Re: which iPhone...

2014-11-10 Thread Randy Hengst
Hi John, I haven't messed with iPhone 6 yet, but here's what I've done to determine screen size for my opening card/image to show. I'm only using the landscape options for display switch (word 1 of the machine) case iPod case iPhone if item 3 the screenRect = 568 or item

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Mike Bonner
What error? My first question would be, did they upgrade to 64 bit? If so, you'd either need the 64 bit livecode server, or request that they install the 32 bit libraries. (IA32 or something like that. Its been a while) What error? On Mon, Nov 10, 2014 at 6:58 AM, Matthias Rebbe | M-R-D

Re: [TEASER] Book about LiveCode Application Architecture

2014-11-10 Thread Earthednet-wp
Andre, I would buy this book. I would be also interested in various strategies for organizing code for large projects, and auto update strategies. Good luck, Bill William Prothero http://es.earthednet.org On Nov 9, 2014, at 6:41 PM, Andre Alves Garzia an...@andregarzia.com wrote: Hey

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Richard Gaskin
stephen barncard wrote: Dreamhost has suddenly decided to 'upgrade' its OS to UBUNTU. So all of my sites that use Livecode server now fail with an error. In the notice Dreamhost has been emailing to its customers about the Ubuntu upgrade I believe it notes that the new version is now

MYSQL vs. SQLite update inconsistency

2014-11-10 Thread Ralph DiMola
I ran into a this while trying to sync up 2 DBs. DB 1 is a MySql DB the other is a SQLite DB. The number of rows reported to be updated in MySql is different than SQLite. The SQLite update returned 1 row being updated but the MySql returned 0. After some head scratching I found out the field in

RE: which iPhone...

2014-11-10 Thread John Dixon
Hi Randy... The problem is that trying to get the screen rect using the ScreenRect function only returns the correct sizes for the iPhone 4 and iPhone 5... it returns the rect of an iPhone 5, 0,0,320,586 when trying to query for iPhone 6... :-( Hi John, I haven't messed with iPhone 6

Re: which iPhone...

2014-11-10 Thread J. Landman Gay
Does it work if you omit working and just ask for the screenrect? On November 10, 2014 3:18:10 AM CST, John Dixon dixo...@hotmail.co.uk wrote: In the case of testing in the 'iPhone Simulator' ... How do you determine which iPhone the stack is supposed to be running on ? Up until now I have used

Re: which iPhone...

2014-11-10 Thread Randy Hengst
I'm with you now… on the iOS 8.1 simulator for all iPhone machines the screen rect is 0,0,480,320 for me. LC 6.6.5, Yosemite, On Nov 10, 2014, at 11:03 AM, John Dixon dixo...@hotmail.co.uk wrote: Hi Randy... The problem is that trying to get the screen rect using the ScreenRect

RE: which iPhone...

2014-11-10 Thread John Dixon
Subject: Re: which iPhone... From: jac...@hyperactivesw.com Date: Mon, 10 Nov 2014 11:12:32 -0600 To: use-livecode@lists.runrev.com Does it work if you omit working and just ask for the screenrect? Hi Jacque... No it doesn't... Dixie

Re: Setting the Unicode text of a field from JSON converted to array

2014-11-10 Thread Brahmanathaswami
Do we need to remove char the / before processing? I guess I'll just try it. But there are these end of line/return strings in the middle of everything, that represent two line breaks. I use block paragraph formatting where all paragraphs or verses are separated by one blank line... these

Re: which iPhone...

2014-11-10 Thread Randy Hengst
Xcode 5.1, OSX 10.8.5, LC6.5, iOS 7.1 Simulator… this code in StartUp shows correct dimensions… I don't have iOS 8 simulator on this mac. on startUp answer (word 1 of the machine) iphoneSetAllowedOrientations landscape left,landscape right --portrait,portrait upside down,landscape

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread stephen barncard
On Mon, Nov 10, 2014 at 7:50 AM, Richard Gaskin ambassa...@fourthworld.com wrote: Changing our LiveCode servers from earlier versions to v7 64-bit resolved the issue. This has been successful with both LiveCode Server and with Linux standalones made with LiveCode. I hadn't thought about

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Phil Davis
Hi Richard, Stephen, all, I upgraded my DH/LC server to 7.0 and am finding I can't use do in my scripts. Is that your experience? For me it causes a SIGIOT error in the HTTP error log and no further output to the browser (or your client of choice). Maybe this is noted in the release docs -

can't set new breakpoints while running in 7.0.1-RC1?

2014-11-10 Thread Dr. Hawkins
Is anyone else seeing this? I can neither disable (just not there!) existing checkpoints on the red dot, nor add new breakpoints, while the program is running and paused for single step. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Richard Gaskin
Phil Davis wrote: I upgraded my DH/LC server to 7.0 and am finding I can't use do in my scripts. Is that your experience? For me it causes a SIGIOT error in the HTTP error log and no further output to the browser (or your client of choice). I almost never use do so I haven't had a chance to

Re: which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread Brahmanathaswami
We are paying pretty big bucks for a dedicated server... but I'm not sure I need all of what they think the company says are selling us. But I'm spoiled by having 4 quad core processors 100MB connection to the next and lots of RAM... I've been thinking of moving to the cloud next year.

Re: which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread Mike Doub
Yes, I have been using HostM. I would recommend them. Great customer service. -= Mike On 11/10/14 3:03 PM, Brahmanathaswami wrote: We are paying pretty big bucks for a dedicated server... but I'm not sure I need all of what they think the company says are selling us. But I'm spoiled by

Re: which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread Matthias Rebbe | M-R-D
Am 10.11.2014 um 21:03 schrieb Brahmanathaswami bra...@hindu.org: We are paying pretty big bucks for a dedicated server... but I'm not sure I need all of what they think the company says are selling us. But I'm spoiled by having 4 quad core processors 100MB connection to the next and

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Phil Davis
On 11/10/14 11:54 AM, Richard Gaskin wrote: Phil Davis wrote: I upgraded my DH/LC server to 7.0 and am finding I can't use do in my scripts. Is that your experience? For me it causes a SIGIOT error in the HTTP error log and no further output to the browser (or your client of choice). I

BBEdit Language Module for LiveCode

2014-11-10 Thread Brahmanathaswami
Has anyone developed a codeless (ergo livecode-language.plist) language module for BBEdit? BBedit 11 came out and though it costs $... I've never really been happy with anything else I have tried. (Sublime2, Atom etc) If not I will get to work on my own. Is there an existing convention for

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Richard Gaskin
Phil Davis wrote: 'do' works as expected in the desktop build. While it's not impossible that the Server-specific stuff have may have introduced a regression for do, it seems less likely than something in the command being done is having a problem with the server configuration. Can you

Re: which iPhone...

2014-11-10 Thread Gerry
Randy's code gives me a screen rect of 0,0,375,667 on an iOS 8 iPhone 6 simulator. Those are the correct values (remember for the iPhone 6 and 6+ you need to multiply by 2x and 3x respectively). The code also works accurately on a 4s and 5s simulator. Thanks Randy! Gerry On Tue Nov 11 2014 at

Re: Setting the Unicode text of a field from JSON converted to array

2014-11-10 Thread Monte Goulding
On 10 Nov 2014, at 10:26 pm, Peter W A Wood peterwaw...@gmail.com wrote: That is unless mergJSON “de-escapes the JSON for you. It should but Brahmanathaswami wasn't using it. mergJSON handles UTF8 though so there's no need to have all the escapes. The only char it doesn't like is null.

RE: which iPhone...

2014-11-10 Thread John Dixon
Now I am a little confused ... xCode 6.0, OSX 10.9.5, LC 7.0, iOS 8 simulator Let me be a little pedantic here in my explanation. I have prepared a stack at a size of 320 x 480... It has one button with the following script... on mouseUp answer the screenRect of this stack end mouseUp

Re: BBEdit Language Module for LiveCode

2014-11-10 Thread Rick Harrison
Hi there, Have you tried TextWrangler? That is free! BBEdit’s little brother. lol If you find something better, let us know! Rick On Nov 10, 2014, at 3:42 PM, Brahmanathaswami bra...@hindu.org wrote: Has anyone developed a codeless (ergo livecode-language.plist) language module for

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Ralf Bitter
The do command does not work outside of a handler context. This applies currently to version 7.0 only. Ralf On 10.11.2014, at 20:30, Phil Davis rev...@pdslabs.net wrote: Hi Richard, Stephen, all, I upgraded my DH/LC server to 7.0 and am finding I can't use do in my scripts. Is that

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Richard Gaskin
Ralf Bitter wrote: The do command does not work outside of a handler context. This applies currently to version 7.0 only. Is that a bug or a feature? One of the reasons I almost never use do is we have to be very careful in server environment to insulate it from inputs, lest it become a

[ANN] ExtDocMaker 1.0.1

2014-11-10 Thread Mark Schonewille
Hi, I've updated the plug-in ExtDocMaker. When you're using LC 7, the PDF is now a little better (but there are still some problems). Additionally, I fixed a small bug that prevented the inclusion of multiple card scripts in the documentation generated by the plug-in. You can find it here

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Phil Davis
Thanks Ralf! I didn't know that. That explains my experience. Phil On 11/10/14 2:43 PM, Ralf Bitter wrote: The do command does not work outside of a handler context. This applies currently to version 7.0 only. Ralf On 10.11.2014, at 20:30, Phil Davis rev...@pdslabs.net wrote: Hi

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Ralf Bitter
On 11.11.2014, at 00:14, Richard Gaskin ambassa...@fourthworld.com wrote: Is that a bug or a feature? One of the reasons I almost never use do is we have to be very careful in server environment to insulate it from inputs, lest it become a nasty injection exposure. In view of this I

Re: which iPhone...

2014-11-10 Thread Mark Wilcox
If you don't have the appropriate launch screen / launch images for the iPhone 6/6+ then your app gets run at iPhone 5 size and scaled up. Sent from my iPhone On 10 Nov 2014, at 22:16, John Dixon dixo...@hotmail.co.uk wrote: Now I am a little confused ... xCode 6.0, OSX 10.9.5, LC

Re: which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread ethanl...@gmail.com
We have been with www.hostm.com for about a year. Great site with all the expected bells and whistles. Its a standard c-panel site with the suite of Softaculous apps for one-click installation. Its a great site to run a back-end Livecode / MySQL server If interested, drop me a direct

Can I produce a Google map showing SEVERAL address?

2014-11-10 Thread Jim Hurley
The following gets me a Google map of a single address: on mouseUP put http://maps.google.com/maps?client=safarirls=enq=; into tPrefix --Mac only ? put 15281 Kimberly Ct, Nevada City, ca, 95959 into tAddress replace space with + in tAddress replace comma with + in tAddress put

Re: Can I produce a Google map showing SEVERAL address?

2014-11-10 Thread Rick Harrison
Hi Jim, If it doesn’t have to be google, there are several other websites which will do this for you. I had to do a map of all the members of an organization a few years ago. I just fed the addresses of all of the members to the website, and I was able to visually see where they were from

[ANN] Android audio recording external

2014-11-10 Thread Monte Goulding
Hi LiveCoders A few people have asked about android audio recording but were unable to get involved in funding a full external so I've added a small subset of the mergMicrophone API into the mergAndroid external that is currently available as a bonus to mergExt Complete users. The external can

Re: Setting the Unicode text of a field from JSON converted to array

2014-11-10 Thread Brahmanathaswami
Can someone enlighten me on the /r/n/r/n that appear in the unicode string that is being delivered (by a PHP database access lib/api that we post to from this desktop app) These are obviously two new lines, the break between verses of the song... but how do they mix and match with the

LiveCode and Haskell

2014-11-10 Thread Frank
How do the 2 languages compare? -- P.S.: I prefer to be reached on BitMessage at BM-2D8txNiU7b84d2tgqvJQdgBog6A69oDAx6 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread stephen barncard
So the 64 bit version of Livecode Server works now, on my Livecode only sites. I'm still having problems with having PHP and LIVECODE being available at the same time with DH on Ubuntu. surely there must be some way to get old htaccess directives to work to retain the PHP. On Mon, Nov 10,

Re: BBEdit Language Module for LiveCode

2014-11-10 Thread Kay C Lan
Trevor DeVore created a language module a while back but I think it broke at v9 of BBEdit. Not sure if he's updated it. On Tue, Nov 11, 2014 at 4:42 AM, Brahmanathaswami bra...@hindu.org wrote: Has anyone developed a codeless (ergo livecode-language.plist) language module for BBEdit? BBedit

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Peter W A Wood
Stephen Do you know if Dreamhost upgraded to a newer version of Apache when they went to 64-bit. The .htaccess directives syntax may have changed. Peter On 11 Nov 2014, at 14:37, stephen barncard stephenrevoluti...@barncard.com wrote: So the 64 bit version of Livecode Server works now,