Re: Crowd Funding Enhancements

2014-03-01 Thread Richmond
On 01/03/14 01:04, J. Landman Gay wrote: You'll have to fight with the why isn't everything in a single window crowd. This is why there needs to be a choices script-editor, where the multiple windows people can have multiple windows, and the Russell and Carnap crowd can have everything in

Re: Crowd Funding Enhancements

2014-03-01 Thread Mark Schonewille
Mike, It used to be like that, along time ago. There was a window, called Variable Watcher, which was probably inherited from HyperCard. The Message Watcher, also inherited from HyperCard, still exists in a separate window. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and

Re: Crowd Funding Enhancements

2014-03-01 Thread Richmond
On 01/03/14 12:13, Mark Schonewille wrote: Mike, It used to be like that, along time ago. There was a window, called Variable Watcher, which was probably inherited from HyperCard. The Message Watcher, also inherited from HyperCard, still exists in a separate window.

Re: Crowd Funding Enhancements

2014-03-01 Thread Richmond
If you look in the 'Toolset' directory of Livecode 6.6 you will find a revvariablewatcher.rev file. If you move that into your plug-ins folder it might prove useful. What I don't understand is why that file is there in the Toolset' directory when there seems to be no way to call it up from

Encrypt data iOS

2014-03-01 Thread Jim sims
I want to encrypt a file on an iPhone and hopefully Android device then send that encrypted file via email (person on other end will have a deception app to then read it). I do have a commercial not community version of LC. Is this possible? Is it scheduled to appear soon? If not possible soon

Re: Encrypt data iOS

2014-03-01 Thread Klaus major-k
Hi sims, Am 01.03.2014 um 16:17 schrieb Jim sims s...@ezpzapps.com: I want to encrypt a file on an iPhone and hopefully Android device then send that encrypted file via email (person on other end will have a deception app to then read it). I do have a commercial not community version of LC.

Re: Encrypt data iOS

2014-03-01 Thread Jim sims
Thank You Klaus! Phew, in the nick of time ... Maybe. ;-) sims On Saturday, March 1, 2014, Klaus major-k kl...@major-k.de wrote: Hi sims, Am 01.03.2014 um 16:17 schrieb Jim sims s...@ezpzapps.com javascript:; : I want to encrypt a file on an iPhone and hopefully Android device then

Re: Encrypt data iOS

2014-03-01 Thread Peter M. Brigham
If you're caught short, Richard Gaskin has a pair of LC functions (fwPack/fwUnpack) that will compress and encrypt any files for internet transmission. They use SHA-1 encryption, not industrial level but pretty good security for most things. -- Peter Peter M. Brigham pmb...@gmail.com

Re: Encrypt data iOS

2014-03-01 Thread Jim sims
Thanks Peter, will see if the new LC gets here in time. sims On Saturday, March 1, 2014, Peter M. Brigham pmb...@gmail.com wrote: If you're caught short, Richard Gaskin has a pair of LC functions (fwPack/fwUnpack) that will compress and encrypt any files for internet transmission. They use

Richmond does Linux PPC

2014-03-01 Thread Richmond
Live action for all of you people who are both desperate and at a loose end on Saturday night: http://forums.runrev.com/viewtopic.php?f=6t=19328p=97872#p97872 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Console output

2014-03-01 Thread J. Landman Gay
I'm trying to debug a standalone by using put statements: on log pMsg put pMsg end log In Console (OS X Mavericks) I never see any of the messages. The only thing it lists is this, on every startup of the app: Class TSSandboxPrefs is implemented in both

Re: Console output

2014-03-01 Thread Pierre Sahores
Hi Jacque, What does it do if you try : on log pMsg local tPsg put pMsg into tMsg answer tMsg end log Le 1 mars 2014 à 21:45, J. Landman Gay jac...@hyperactivesw.com a écrit : I'm trying to debug a standalone by using put statements: on log pMsg put pMsg end log In Console (OS X

Fwd: Console output

2014-03-01 Thread Pierre Sahores
Sorry for the typo. Should be correct below : on log pMsg local tMsg put pMsg into tMsg answer tMsg end log Début du message réexpédié : De: J. Landman Gay jac...@hyperactivesw.com Objet: Console output Date: 1 mars 2014 21:45:48 UTC+1 À: LiveCode Mailing List use-livecode@lists.runrev.com

Re: Fwd: Console output

2014-03-01 Thread J. Landman Gay
Thanks Pierre. I think I found the answer on Stack Overflow: Mavericks no longer routes stdout to Console automatically. There's no way to get it there unless apps are specifically written to do it. http://stackoverflow.com/questions/13104588/how-to-get-stdout-into-console-app I changed my

on-rev funny stuff

2014-03-01 Thread Mark Wieder
For anyone still left on on-rev- If you've noticed an influx of spam over the last couple of weeks, check out your Spam Assassin settings. I don't know whether I was particularly singled out or whether everyone got the same treatment, but SA got turned off. I re-enabled it and spam magically went

Mobile Javascript

2014-03-01 Thread David Bovill
Has anyone much experience of the stability of HTML5 and Javascript animations inside a browser in LiveCode - particularly on the mobile? I'm considering a project that uses animations made in HTML5+ Javascript designed to work optimally on mobile - but then would like to embed them in LiveCode in