Re: Dropbox in livecode

2013-07-05 Thread Till Bandi
Guglielmo I need a little help: Where do I get "myAppKey" and "myAppSec"? The link I get for the shared file (it is a stack I would like to open in LC) from Dropbox is one long string. Do I have to take that apart and, if yes, how. Thanks Till Am 14.06.2013 um 15:04 schrieb Guglielmo Bragugli

Re: LiveCode IDE Appearance on Windows

2013-07-05 Thread Richmond
On 07/06/2013 02:41 AM, Roger Guay wrote: Hi All, I convinced a good friend to try LiveCode. He's a Windows guy and I, a Mac. I am forwarding his question to me about the degraded appearance of Livecode on his screen in contrast with his other installed apps. I have no idea about this . . .Ca

Re: RosettaCode

2013-07-05 Thread Richmond
On 07/06/2013 02:06 AM, Mark Wieder wrote: Geoff- ...but to see something *really* dismal, check out http://rosettacode.org/wiki/Category:XTalk "Rarely used today, its modern descendant is AppleScript ." Really? That sounds very odd indeed, mislead

Re: RosettaCode

2013-07-05 Thread Richmond
On 07/06/2013 02:02 AM, Mark Wieder wrote: Geoff- Friday, July 5, 2013, 2:05:58 PM, you wrote: http://rosettacode.org/wiki/Category:Revolution "This page was last modified on 7 December 2009"... That, me dears, is fairly obvious, as the 'thing' is still called 'Revolution' and it says th

Re: LiveCode IDE Appearance on Windows

2013-07-05 Thread Roger Guay
Good idea, Andrew. I'll ask my friend to send a screenshot. Thanks for your help! On Jul 5, 2013, at 7:19 PM, Andrew Kluthe wrote: > Screenshots would help. I use livecode on windows 7 and we have some apps > running on windows 8. Things seem great here. > > Andrew > > > On Fri, Jul 5, 2013

Re: LiveCode IDE Appearance on Windows

2013-07-05 Thread Andrew Kluthe
Screenshots would help. I use livecode on windows 7 and we have some apps running on windows 8. Things seem great here. Andrew On Fri, Jul 5, 2013 at 6:41 PM, Roger Guay wrote: > Hi All, > > I convinced a good friend to try LiveCode. He's a Windows guy and I, a > Mac. I am forwarding his quest

LiveCode IDE Appearance on Windows

2013-07-05 Thread Roger Guay
Hi All, I convinced a good friend to try LiveCode. He's a Windows guy and I, a Mac. I am forwarding his question to me about the degraded appearance of Livecode on his screen in contrast with his other installed apps. I have no idea about this . . .Can anyone help? Thanks, Roger Begin forw

Re: RosettaCode

2013-07-05 Thread Mark Wieder
Geoff- Friday, July 5, 2013, 2:05:58 PM, you wrote: > http://rosettacode.org/wiki/Category:Revolution "This page was last modified on 7 December 2009"... -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runre

Re: RosettaCode

2013-07-05 Thread Mark Wieder
Geoff- ...but to see something *really* dismal, check out http://rosettacode.org/wiki/Category:XTalk -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: AW: multiple crashes with OS 10.8.4 and 6.0.2 community

2013-07-05 Thread Gerry Orkin
I'm getting hangs and the occasional crash on OS X 10.8 with 6.1 commercial. Never happened before.  ​ Gerry On Thu, Jul 4, 2013 at 6:01 PM, Tiemo Hollmann TB wrote: > I don't know, perhaps by copy/paste? But I don't know, if our bugs are > related at all. > In my case it were German accents in

RosettaCode

2013-07-05 Thread Geoff Canyon
http://rosettacode.org/wiki/Category:Revolution Has anyone looked at this site before? There is only one example so far. Many of them aren't too difficult. gc ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Memory usage

2013-07-05 Thread Dar Scott
There is no harm in using SHA1 in a scrambling/encrypting function of this type. The longer key might make it harder to crack. (Redoing the key based on the previous key every so-many characters might also help.) However, there is a tiny way in which MD5 is better. It is faster. That might

Re: Memory usage

2013-07-05 Thread J. Landman Gay
On 7/5/13 8:00 AM, Bernard Devlin wrote: Jacques, Since your client has the requirement of no externals, I think there is still one way to encrypt the data, using nothing but the engine. Isn't it the case that if you store data as custom properties in password-protected stacks that the custom p

Re: post,get,etc Jason to URL on android

2013-07-05 Thread Otto Kowalski
how do i post via post to url to this list? O,o as for now we are trying to get an trusted ca ss cert to see if it will work... 2013/7/5 Andrew Kluthe > That has to be an issue with SSL then. Do SSL posts work on android > (Directed at other people on this list)? > > > On Fri, Jul 5, 2013 at 9:3

Re: Memory usage

2013-07-05 Thread Richard Gaskin
Peter M. Brigham wrote: > On Jul 4, 2013, at 9:53 AM, Richard Gaskin wrote: >> >> While not nearly as secure as Blowfish (not by a long shot), this >> modest encryption script can at least slow down hacks, and as a >> script is fully embeddable: >>

Re: post,get,etc Jason to URL on android

2013-07-05 Thread Andrew Kluthe
That has to be an issue with SSL then. Do SSL posts work on android (Directed at other people on this list)? On Fri, Jul 5, 2013 at 9:34 AM, Otto Kowalski < kowalskiotto...@googlemail.com> wrote: >put "https://xxx.dyndns.org:1337/api/login"; into vUrl >set the httpHeaders to vHeader >

[OT] New quad-core China tablet (mini-look-alike)

2013-07-05 Thread Roger Eller
I think this device (especially for $158) would be an excellent LiveCode testing device. Or, something fun to play around with. It ships with Jelly Bean 4.2, and can be rooted if you require it. Also, this quad core mini will fit iPad mini cases. The following video is a VERY thorough review.

AW: post,get,etc Jason to URL on android

2013-07-05 Thread Otto Kowalski
put "https://xxx.dyndns.org:1337/api/login"; into vUrl set the httpHeaders to vHeader #answer vHeader #answer vBody #answer vUrl post vBody to url vUrl put the result && it into vAnswer put vAnswer into fld "getErgebnis" result is successful login on windows result is on a

Re: post,get,etc Jason to URL on android

2013-07-05 Thread Andrew Kluthe
I was a little inebriated when I posted this last night. I missed the part about the mobile. I know that some of the url commands operate differently on mobile than on the desktop and I don't have much experience there. Maybe try looking for "the result" variable instead of "it" on mobile? put th

Re: Memory usage

2013-07-05 Thread Bernard Devlin
Jacques, Since your client has the requirement of no externals, I think there is still one way to encrypt the data, using nothing but the engine. Isn't it the case that if you store data as custom properties in password-protected stacks that the custom property data is encrypted? I think you can

Re: Memory usage

2013-07-05 Thread Peter M. Brigham
On Jul 4, 2013, at 9:53 AM, Richard Gaskin wrote: > Monte Goulding wrote: > > If this is the same project I think it is then she can't use > > encryption because she can't use any externals... nothing but > > the executable is allowed... > > While not nearly as secure as Blowfish (not by a long s

Re: mouseLeave mouseWithin - iOS

2013-07-05 Thread Mike Kerner
Also, don't forget about mouseEnter, and how could I forget the touch events (touchStart, touchRelease, touchMove, touchEnd) On Fri, Jul 5, 2013 at 8:04 AM, Mike Kerner wrote: > John, > According to the docs, yes, however the docs also note that mouseWithin is > sent continuously while the objec

Re: mouseLeave mouseWithin - iOS

2013-07-05 Thread Mike Kerner
John, According to the docs, yes, however the docs also note that mouseWithin is sent continuously while the object has the touch, so mouseMove is more efficient. On Fri, Jul 5, 2013 at 3:13 AM, Jim Sims wrote: > I don't have what I need to test this so I am asking here. > > Does mouseLeave and

Fwd: post,get,etc Jason to URL on android

2013-07-05 Thread Otto Kowalski
-- Forwarded message -- From: Otto Kowalski Date: 2013/7/5 Subject: Re: post,get,etc Jason to URL on android To: How to use LiveCode i put libUrlSetSSLVerification false before post url and now i'm not even getting an empty answer :/ 2013/7/5 Andrew Kluthe > Sounds like you

mouseLeave mouseWithin - iOS

2013-07-05 Thread Jim Sims
I don't have what I need to test this so I am asking here. Does mouseLeave and mouseWithin work with iOS? If you run your finger over a set of buttons do they change with mouseLeave and mouseWithin or does one need tap? sims ___ use-livecode mail