Re: Multi-platform development.

2016-01-21 Thread Monte Goulding
> On 22 Jan 2016, at 12:07 AM, Roger Eller wrote: > > However, to people with absolutely no background in programming with other > languages, it makes perfect sense. Rather than ruin such a wonderful boost > in learning and productivity, I would rather have a new editor that brings > all of the

Stack Bloated Suddenly

2016-01-21 Thread Sannyasin Brahmanathaswami
I had a stack that was 2.4 MB on disk at 9:20 am I worked on a few scripts. No new content added… fixed small bugs in a few lines of code saved again at 10:32 (actually many times in that hour) Now the stack is 4MB on disk Where did the bloat come from? Is there a way to examine/analyze a stac

Re: LC 8.0 dp13 crash when pasting script through clipboard into script editor

2016-01-21 Thread Roland Huettmann
Thanks for the comment. I have filed a bug report. Also I found that fields do not wrap text in this version 8 dp 13. Hoping very much for a stable version 8 soon to start development. Roland On 20 January 2016 at 19:03, Richard Gaskin wrote: > Roland Huettmann wrote: > >> If someone also exp

Re: [OT] FW: new important message (SPAM)

2016-01-21 Thread Richard Gaskin
Ralph DiMola wrote: > Getting more of this spam virus. Somebody is compromised. Maybe. As we've discussed here before, I haven't seen one of these particular spoofs in recent months which didn't use publicly findable info, just cleverly packaged. Short of not using the Internet, I'm not sure

RE: (sorted) putting binary data into a mySQL database

2016-01-21 Thread John Dixon
APOLOGIES TO ALL WHO HAVE READ MY OTHER POSTS ON THIS... I have got everything to work... err ... there was some finger trouble hanging around the script... :-( > From: dixo...@hotmail.co.uk > To: use-livecode@lists.runrev.com > Subject: RE: putting binary data into a mySQL database > Date: Th

Re: [On-Rev] TIO: again all index files were overwritten

2016-01-21 Thread Robert Mann
Here it goes again to on my account on too. All index files corrupted. And have to work on a site fast!! So 'i'll do the restoring myself.. again! Anyways.. thanks team for being on the watch out, => as said it would be really nice just to have a mailing list of users and warn them so that we can

RE: putting binary data into a mySQL database

2016-01-21 Thread John Dixon
Can someone tell me what I am doing wrong here ? I am not able to insert data into the table 'thenamer'.. When the script runs nothing is returned in whathappened, the table name is thenamer the fields in the table are idNo, thename, thechat I know that the .lc script works without trying to i

[OT] FW: new important message (SPAM)

2016-01-21 Thread Ralph DiMola
Getting more of this spam virus. Somebody is compromised. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 From: Recipient [mailto:neil.da...@davismaterial.com] Sent: Thursday, January 21, 2016 4:04 AM To: H

Re: Multi-platform development.

2016-01-21 Thread Roger Eller
However, to people with absolutely no background in programming with other languages, it makes perfect sense. Rather than ruin such a wonderful boost in learning and productivity, I would rather have a new editor that brings all of the object scripts together into one editing field, yet makes it c

RE: putting binary data into a mySQL database

2016-01-21 Thread John Dixon
Thank you... that did it.. :-) > Date: Thu, 21 Jan 2016 12:22:58 + > From: n...@livecode.com > To: use-livecode@lists.runrev.com > Subject: Re: putting binary data into a mySQL database > > Hi John, > > You should be able to use the URLEncode when passing it to the .lc > script and then UR

Re: putting binary data into a mySQL database

2016-01-21 Thread Neil Roger
Hi John, You should be able to use the URLEncode when passing it to the .lc script and then URLdecode to decoded it back to it original form. Kind Regards, Neil LiveCode Technical Support and Content Creation Lead n...@livecode.com LiveCode +44 (0) 845

RE: putting binary data into a mySQL database

2016-01-21 Thread John Dixon
Thanks for the reply.. :-) I though have another question, How do I pass encrypted data to an .lc script ? > Date: Thu, 21 Jan 2016 19:30:09 +0800 > Subject: Re: putting binary data into a mySQL database > From: lan.kc.macm...@gmail.com > To: use-livecode@lists.runrev.com > > Look up revExecute

Re: putting binary data into a mySQL database

2016-01-21 Thread Kay C Lan
Look up revExecuteSQL in the Dictionary. Of particular interest: To pass binary data in a variable in the variablesList, prepend "*b" to the > variable name. The *revExecuteSQL* command strips the binary marker "*b" > and passes it to the database as binary data, rather than text data. Basically

putting binary data into a mySQL database

2016-01-21 Thread John Dixon
How to I put encrypted data.. ie :- Salted__c¸≈úÿ9†∆YFòó∆ñU[∑ÉÑÅF into a record in a mySQL database ? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscri