Re: Looking for Json.lc

2014-12-30 Thread Matthias Rebbe | M-R-D
Kevin, the file is still there. At least at Splash21.com. John Craig renamed the file to json.lcx because lcServer is running on that server and therefore .lc files cannot be downloaded from it. You can find the file here http://splash21.com/info/json.lcx HTH Matthias > Am 30.12.2014 um 01:

[ANN] Free: Google-style typing filter for LiveCode

2014-12-30 Thread FlexibleLearning.com
Thank you, Bob. www.FlexibleLearning.com/typingfilter Hugh Senior FLCo On Mon, 29 Dec 2014 23:39:29 +, Bob Sneidar wrote: I was having the same epiphany. I did this with a local mySQL database a little while back and it worked a peach. I had a little delay timer going so that if the user

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-30 Thread Bernard Devlin
Mike, I'm extremely grateful for your help on this matter. And I have finally got some kind of explanation of what is going wrong. Hearing that the native appearance manager worked for you on Win7/64 - which is what I'm on too - I created another user account and logged in there. LC7 RC4 "native

Looking for Json.lc

2014-12-30 Thread Kevin Stallibrass
Thanks for that Mattias, got it now Regards Kevin ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-liveco

LC 7: Variant Windows 7 themes on end-user PCs may make your app appear with a Unix appearance

2014-12-30 Thread Bernard Devlin
I thought I'd rename the subject, as my previous message where this was discussed referred to the IDE not saving preferences. However, what this has eventually turned out to be may have wider repercussions than just the IDE. http://quality.runrev.com/show_bug.cgi?id=14315 I'm concluding that sin

Re: LC 7: Variant Windows 7 themes on end-user PCs may make your app appear with a Unix appearance

2014-12-30 Thread Richmond
On 30/12/14 14:04, Bernard Devlin wrote: I thought I'd rename the subject, as my previous message where this was discussed referred to the IDE not saving preferences. However, what this has eventually turned out to be may have wider repercussions than just the IDE. http://quality.runrev.com/sho

Re: resetting preferences in 7.0.1 rc4 (Windows 7)

2014-12-30 Thread Mike Bonner
Hey cool. It would never have occurred to me that setting a background could wreak such havoc. Another bug to squash is a good thing. (2 in fact, lc shouldn't pick up the disabled proxy setting either) On Tue, Dec 30, 2014 at 4:32 AM, Bernard Devlin wrote: > Mike, I'm extremely grateful for you

Problem with read from driver until empty in 7.01

2014-12-30 Thread Camm
Hi , I use "read from driver xxx until empty" To empty read buffer when using serial comms. In 6.7 this works fine but in 7.01 causes random hangs if used. Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: [ANN] Free: Google-style typing filter for LiveCode

2014-12-30 Thread Geoff Canyon
On Tue, Dec 23, 2014 at 7:36 AM, FlexibleLearning.com < ad...@flexiblelearning.com> wrote: > > www.FlexibleLearning.com/typingfilter > > Nice work, Hugh! I remember doing something similar about eighteen years ago and having to write the code to do a thousand lines of the search material at a time

Re: LC 7: Variant Windows 7 themes on end-user PCs may make your app appear with a Unix appearance

2014-12-30 Thread J. Landman Gay
This problem is less about appearance and more about the failure of the platform function. Seems significant to me. On December 30, 2014 6:24:38 AM CST, Richmond wrote: > >If you start worrying about your end-users' desktop furniture you will >spend your life in hell. -- Jacqueline Landman G

script scope variables inexplicably becoming unset

2014-12-30 Thread Dr. Hawkins
I am having problems with script scope variables (declared local before any handler) becoming unset, apparently within individual lines of handlers. For example, the code on shwChcStk ck "chstk: _" & chStk & "_; " & cr & chStk is empty if chStk is empty then --debug only; this happens

Re: script scope variables inexplicably becoming unset

2014-12-30 Thread Jerry Jensen
On Dec 30, 2014, at 10:20 AM, Dr. Hawkins wrote: > ck "chstk: _" & chStk & "_; " & cr & chStk is empty Add parens to that line to force precedence (which I can never keep track of in LC or anywhere): ck "chstk: _" & chStk & "_; " & cr & (chStk is empty) Wihout the parens it will always ev

Re: script scope variables inexplicably becoming unset

2014-12-30 Thread J. Landman Gay
On 12/30/2014 12:20 PM, Dr. Hawkins wrote: I am having problems with script scope variables (declared local before any handler) becoming unset, apparently within individual lines of handlers. For example, the code on shwChcStk ck "chstk: _" & chStk & "_; " & cr & chStk is empty if chStk

Re: script scope variables inexplicably becoming unset

2014-12-30 Thread Peter Haworth
Your code refers to chstk in one place and chcStk in another. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Tue, Dec 30, 2014 at 10:20 AM, Dr. Hawkins wrote: > I am having

Alternative to calling via cURL

2014-12-30 Thread Magicgate Software - Skip Kimpel
Hello LC'ers I have an API I am trying to get data from, I can access it via cURL, how would I attack this from a LC level? Example of call: curl -G -H "api_key: A28894762098BJTEST" https://api.myapi.com/test/v1/products --data-urlencode 'q={"cat_id":12345,"brand":"My Brand","model":"My Model"}'

Re: Alternative to calling via cURL

2014-12-30 Thread Michael Doub
Skip, Take a look at the postmark routines in my MasterLibrary. I think that they will get you started. Also the library contains the JSON code you will need. Regards, Mike https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 On 12/30/14 3:43 PM, Magicgate Softwar

Re: Code 2014 - Vote for LiveCode

2014-12-30 Thread Bob Sneidar
Unfortunately I do not tweet. Or twitter for that matter. Although I *have* been called a twit on an indeterminate number of occasions. Bob S > On Dec 29, 2014, at 15:34 , Peter W A Wood wrote: > > #code2014 is this year’s programming languages popularity poll. You can see > the current res

Re: Code 2014 - Vote for LiveCode

2014-12-30 Thread Eric Corbett
I started a twitter account just to vote, but can’t get it to work. My tweet is not going through and private is not on. - Eric On Dec 30, 2014, at 4:32 PM, Bob Sneidar wrote: > Unfortunately I do not tweet. Or twitter for that matter. Although I *have* > been called a twit on an indeterminat

Re: Code 2014 - Vote for LiveCode

2014-12-30 Thread Colin Holgate
LiveCode is at 22 votes, a bit below the 1100 for Javascript. > On Dec 30, 2014, at 7:34 PM, Eric Corbett wrote: > > I started a twitter account just to vote, but can’t get it to work. My tweet > is not going through and private is not on. ___ use-l

Re: Code 2014 - Vote for LiveCode

2014-12-30 Thread Richmond
I, too, have been called a twit, and far worse, many times. I have, also never tweeted, twittered or warbled; so it is obviously time to learn how to do this. Richmond. On 31 Dec 2014, at 02:32, Bob Sneidar wrote: > Unfortunately I do not tweet. Or twitter for that matter. Although I *have* >