Search found 90 matches

by acidjazz
Wed Jul 18, 2018 12:10 am
Forum: iOS Deployment
Topic: Google Forms New Format
Replies: 13
Views: 10954

Re: Google Forms New Format

Richard, To be fair, I haven't tried this script for years now, so I can't really speak to it directly. My comments were directed at a few different frustrations and I did it in an unclear fashion. Let me restate. I have abaondoned LiveCode mostly because I run experiments online, and the html versi...
by acidjazz
Tue Jul 17, 2018 10:44 pm
Forum: iOS Deployment
Topic: Google Forms New Format
Replies: 13
Views: 10954

Re: Google Forms New Format

It seems that Google changes how it works so often that it's almost not worth trying to keep up with it. I've almost completely abandoned LiveCode because the html5 functionality is just not where it needs to be (nor does it look like it ever will be), and have just had to teach myself javascript. V...
by acidjazz
Mon Apr 16, 2018 5:05 pm
Forum: User Groups and Events
Topic: Tampa Bay Livecode Community
Replies: 4
Views: 12817

Re: Tampa Bay Livecode Community

Hi There. I live in St. Petersburg and have worked with Livecode for a number of years programming psychology experiments. I stopped about 5 years ago, however, as I really can't do anything without fully functioning html deployment, and they're not quite there yet. That said, I would love to get to...
by acidjazz
Wed Nov 09, 2016 5:08 am
Forum: LiveCode Hosting
Topic: Broken links on livecode hosting page
Replies: 4
Views: 7906

Re: Broken links on livecode hosting page

Heather, I just purchased the lifetime hosting, and in the confirmation email sent to me by cleverbridge, it told me to go here: http://livecode.com/account/products/hosting and then said: using your purchase email address, and you will see fields where you can enter your subdomain and username and ...
by acidjazz
Tue Sep 01, 2015 6:00 am
Forum: HTML5
Topic: Successful test
Replies: 78
Views: 105091

Re: Successful test

Not quite sure what you're saying to do with Python, but if you opening the html file the "old fashioned" way (by double clicking) I got the dreaded "exception thrown" error using Chrome 44.0.2403.107 (64-bit)

Works great in Safari.
Works great in Firefox.

- Mark
by acidjazz
Thu Jun 25, 2015 2:23 am
Forum: iOS Deployment
Topic: Google Forms New Format
Replies: 13
Views: 10954

Re: Google Forms New Format

And thanks for the response. It appears that we teachers don't check here often enough!
- Mark
by acidjazz
Sat May 16, 2015 5:41 am
Forum: iOS Deployment
Topic: Google Forms New Format
Replies: 13
Views: 10954

Re: Google Forms New Format

This reply is a bit late, but would you be willing to share example code of using the GET command to retrieve data from Google Sheets? I used your code to save data, and it works like a charm, but can't quite figure out how to read from the spreadsheet.

Thanks,
Mark
by acidjazz
Tue Jun 17, 2014 1:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait command weirdness
Replies: 26
Views: 12726

Re: Wait command weirdness

I'm afraid this conversation has surpassed my cognitive abilities, but I very much appreciate the (hopefully temporary) workaround, and hope that Mac OSx weirdness is not permanent.

Thanks,
Mark
by acidjazz
Mon Jun 16, 2014 8:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait command weirdness
Replies: 26
Views: 12726

Re: Wait command weirdness

Interesting. Wouldn't this qualify as a bug?

Mark
by acidjazz
Mon Jun 16, 2014 8:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait command weirdness
Replies: 26
Views: 12726

Re: Wait command weirdness

Bernd (and Klaus) This does work, thank you! But why ? It would seem to indicate that the screen is locked by default. But, even if that's true, I would still think that I could place the unlock screen command at the top of the handler (before the repeat loop). But it doesn't. It's still "jumpy" whe...
by acidjazz
Mon Jun 16, 2014 7:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait command weirdness
Replies: 26
Views: 12726

Re: Wait command weirdness

You know what? It STILL doesn't work. Here's the code, just as you suggested, Klaus, including the "with messages" suffix to the wait command: on mouseUp    put empty into field "results"    repeat with i = 1 to 3       repeat with j = 1 to 4          put i && j && CR after field "results"          ...
by acidjazz
Sat Jun 14, 2014 2:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait command weirdness
Replies: 26
Views: 12726

Re: Wait command weirdness

I'm also using 6.6.2 but with Mac OSX 10.90.3
by acidjazz
Sat Jun 14, 2014 12:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait command weirdness
Replies: 26
Views: 12726

Wait command weirdness

What's wrong with this code? on mouseUp put empty into field "results" repeat with i = 1 to 3 repeat with j = 1 to 4 put i && j && CR after field "results" wait for .1 second end repeat end repeat end mouseUp When I run it, the button stays blue for a couple of seconds, and then all the numbers pop ...
by acidjazz
Thu Feb 07, 2013 2:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating user interface
Replies: 8
Views: 5009

Re: Creating user interface

Aha! Very useful information. I always suspected that both fields were, in fact, the same thing but the Sharedtext property eluded me. I did know that buttons were all the same, so probably should have known about fields. Seems embarrassingly obvious in hindsight.

- Mark
by acidjazz
Thu Feb 07, 2013 12:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating user interface
Replies: 8
Views: 5009

Re: Creating user interface

Son of a gun! Thanks!

Mark

Go to advanced search