Search found 90 matches

by acidjazz
Fri May 22, 2009 5:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where is the player?
Replies: 2
Views: 3053

Revolution Player

Jan, Does the player *not* add itself to the registry? I assumed that once I downloaded the player, I could doubleclick on a .rev file to open it, but it doesn't work. The Revolution icon appears in the taskbar and I can right click on that to open a file, or drag a .rev file onto the player icon in...
by acidjazz
Mon May 18, 2009 12:32 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding Text to Field - Is there a quicker way?
Replies: 17
Views: 10607

mweider, Hey, I downloaded GLX2 installer, and the free tools are great. Bjornke's stack script along with the CNTL Tab to change between editor and browswer tool is certainly workable for me! As for the revTools.rev question, what I see is mostly html code for colorizing the script, and yes, it's g...
by acidjazz
Sat May 16, 2009 10:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding Text to Field - Is there a quicker way?
Replies: 17
Views: 10607

Wow! Quite a conversation. This is great. The revTools stack certainly is a jungle. Fascinating to read the programmers comments about bugs though! I felt like a spy. And then, just as SparkOut warned, I corrupted the file (but had made a backup, so it's okay). It would be useful to know what I did ...
by acidjazz
Fri May 15, 2009 7:25 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Images randomised according to rules?
Replies: 9
Views: 4981

Streamline,
You there? I think I've got it all figured out, , but not sure how you feel about the FIRST image being repeated across trials. Say that you show a cat as the first Image on trial 1. If the same cat comes up randomly on, say, trial 68, is that a problem?

-- Mark
by acidjazz
Fri May 15, 2009 7:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: variable names in other variables
Replies: 6
Views: 5153

Jan,
Very clever. It makes more sense to "do" it dynamically. (Sorry, I couldn't help myself) :)
Mark P.
by acidjazz
Fri May 15, 2009 1:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: variable names in other variables
Replies: 6
Views: 5153

Walt, Let's say it's a field you're interested in... on mouseUp put the backgroundcolor of field 1 into tString answer tString end mouseUp If there is no background color set, the answer box will be completely blank. If there is a color, you'll get the RGB values for the color. Of course, you don't ...
by acidjazz
Thu May 14, 2009 11:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Revolution on moodle
Replies: 12
Views: 10066

Preston, do you actually need all the SCORM stuff? If you simply want them to interact with your stack (e.g., a tututorial on some topic) but not collect any data, then it's pretty easy. Yes, as Klaus noted, students will need to download the standalone (until version 4.0 of Revolution comes out, as...
by acidjazz
Thu May 14, 2009 11:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding Text to Field - Is there a quicker way?
Replies: 17
Views: 10607

Thanks Bernard. At first, when I read this I thought, "Indeed this DOES sound like an unnecessarily complex workaround." :-) But, I gave it a shot, and with a bunch of fields, it does tend to be faster (although it's an odd feeling for me to place my mouse over an object *without* clicking anything)...
by acidjazz
Thu May 14, 2009 6:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Images randomised according to rules?
Replies: 9
Views: 4981

Streamline, You can do pretty much your entire study on one card, using "repeat" statements to loop through the images, checking for doubles with "if then" statements, etc. As Bernd noted, the random() or "any" functions are the way to go, although I believe they give you sampling with replacement, ...
by acidjazz
Tue May 12, 2009 1:33 am
Forum: Databases
Topic: SQLite is serverless. What are the drawbacks?
Replies: 4
Views: 5775

Got it. Thanks. - Mark
by acidjazz
Tue May 12, 2009 1:27 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding Text to Field - Is there a quicker way?
Replies: 17
Views: 10607

If I recall, in Authorware you could double click on the field and type directly into it. Would it be difficult to get Revolution to do that? Or a setting in preferences that takes you immediately to the contents if you double click?
by acidjazz
Mon May 11, 2009 5:29 am
Forum: Databases
Topic: Using Google Spreadsheets - Trouble with URL encoding
Replies: 5
Views: 5103

Unfortunately it now appears that because I do not have the Enterprise version of Revolution, I cannot access google datasets because they require the https (SSL) protocol. Trying to do so using Revolution Studio gets you an "error socket closed" message
:(
Mark
by acidjazz
Mon May 11, 2009 4:17 am
Forum: Databases
Topic: Using Google Spreadsheets - Trouble with URL encoding
Replies: 5
Views: 5103

Yes, and I'm too embarrassed to tell you what I *wasn't* understanding earlier . But, now I do. Thanks very much!

Mark
by acidjazz
Mon May 11, 2009 1:50 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding Text to Field - Is there a quicker way?
Replies: 17
Views: 10607

Adding Text to Field - Is there a quicker way?

Does anyone find it strange that you can't type directly into a field to create a label? We must select the field, open the property inspector, click on the "contents" section, click in the contents box, and then type. It seems weird to bury such a common action. The tooltip is on the front page, bu...
by acidjazz
Mon May 11, 2009 1:28 am
Forum: Databases
Topic: Using Google Spreadsheets - Trouble with URL encoding
Replies: 5
Views: 5103

Using Google Spreadsheets - Trouble with URL encoding

I'm trying to figure out how to communicate with Google Spreadsheets via Revolution and the Spreadsheets API. Haven't gotten too far. Here is what I'm reading in the Account Authentication API section. http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html The first example illustrates ...

Go to advanced search