LiveCode in Elementary Schools

2014-02-09 Thread j...@unmla.com
Hi. I'm interested in learning whether LiveCode is an appropriate tool for introducing elementary school children to the field of computer science. Does anyone know of any case studies, resources, or other leads along these lines? Also, I'd be interested in knowing whether there are any other L

Re: Most Effecient way to repeat a handler/function

2014-02-09 Thread dunbarx
Hi. Doesn't this depend on the nature of the task? For example, in your "repeat until" experience, does the situation naturally call for a condition to be met, and then a different action taken, that is, that the repeat end at that specific time? The construct: on doSomething blahBlahBla

Re: Stupid simple version control using dropbox

2014-02-09 Thread J. Landman Gay
On 2/9/14, 7:51 PM, Peter M. Brigham wrote: On Feb 9, 2014, at 5:50 PM, J. Landman Gay wrote: Apple has ballooned their aliases to include a ton of stuff, and my 2K text file has an alias that is almost 3 megs in size. Wait a minute! What could possibly be taking up 3Mb is a simple pointer wi

Re: Parsing CSV File VIA Array? (Part II) - Found word(s) list error in the Text body

2014-02-09 Thread Dr. Hawkins
On Sun, Feb 9, 2014 at 11:59 AM, Bob Sneidar wrote: > also, it may be useful to use the form: > > repeat for each line theLine in theData > and if there are multi-line entries in the csv data, it may be worth replacing the commas that are *real* delimiters with vtab, and then set the linedelim

Re: Stupid simple version control using dropbox

2014-02-09 Thread Peter M. Brigham
On Feb 9, 2014, at 5:50 PM, J. Landman Gay wrote: > Apple has ballooned their aliases to include a ton of stuff, and my 2K text > file has an alias that is almost 3 megs in size. Wait a minute! What could possibly be taking up 3Mb is a simple pointer with an icon? Is this Mavericks? What in the

Re: Stupid simple version control using dropbox

2014-02-09 Thread J. Landman Gay
On 2/9/14, 4:51 AM, AndyP wrote: And for easy Android testing.. Install DropBox on Android then have LiveCode save the apk into your DropBox folder on your dev computer open the apk from the Android DropBox install onto device. Yup, I've been doing it that way for a long time and it works great

Re: Windows 7: Chinese characters replacing quotes & apostrophes in English text

2014-02-09 Thread J. Landman Gay
On 2/8/14, 10:51 PM, FORD JR., CURT wrote: A module which has been problem-free on most computers is showing odd behavior on one client's computer: Chinese characters appear replacing an apostrophe + s, or a contraction with an apostrophe, in the English text, and also where there are opening & c

Most Effecient way to repeat a handler/function

2014-02-09 Thread Nakia Brewer
Hi, What is the best way to keep repeating a handler/function. In the past I have placed a 'repeat until local variable = false' in the handler to keep it repeating but I don't imagine this is the most efficient way. Am I better off using the send option or dispatch ? Any opinions would be appr

Re: Parsing CSV File VIA Array? (Part II) - Found word(s) list error in the Text body

2014-02-09 Thread Bob Sneidar
Step through the repeat loop by putting a breakpoint in your handler just before the first repeat loop. Each time your handler changes an element in your array, inspect the array to ensure what you expected is what you got. There really is no other way to be certain you know what is in the array

Re: Send and the context

2014-02-09 Thread Bob Sneidar
Thanks Jacque. I can see where that may be useful. However, seeing that there seems to be no difference in context between send and dispatch, at least by my experiments, which I admit may have been flawed in some way if others get different results than I did, I can just use dispatch for everyth

Re: Parsing CSV File Via Array - Part I

2014-02-09 Thread Peter Haworth
Hi John, The problem is that order in which your array keys are being returned to you is not in any sort of sequence. I'm not quite sure of your needs but if you want the data to come back in alphabetical order then: put the keys of counterArray into tKeys sort tKeys repeat for each line rKey in

Re: Stupid simple version control using dropbox

2014-02-09 Thread J. Landman Gay
Actually you were partly right. The free account will save versions for only 30 days. After that older versions roll off. The paid accounts keep all versions forever. On February 8, 2014 7:54:59 PM CST, Paul Hibbert wrote: >Mark, > >Thank you for sharing that, I looked all over for this wh

Re: Stupid simple version control using dropbox

2014-02-09 Thread Mike Kerner
Now if you could mark/name the versions... On Sun, Feb 9, 2014 at 10:48 AM, Peter Haworth wrote: > Google Drive has the same feature. Right click a file, Manage versions. > Never thought about using it for version control, thanks for the idea. > > Pete > lcSQL Software > On Feb 8, 2014 5:54 PM,

Re: Parsing CSV File Via Array - Part I

2014-02-09 Thread JOHN PATTEN
Thanks Stephen & Roger… I’m looking at the tutorial here: http://lessons.runrev.com/s/lessons/m/4071/l/11494-how-do-i-sort-an-array But I’m not getting my head around creating a index in order to keep the order of my elements straight. In my script, I thought I was creating an index out of th

Re: Stacks, cards and memory on mobile

2014-02-09 Thread Mike Kerner
I have some fairly substantial databases that I'm accessing, and I have run into no issues as yet, and they are screaming fast. On Sun, Feb 9, 2014 at 4:54 AM, David Bovill wrote: > Has anyone done any tests regarding the size of a stack in terms of what > works on mobile. My guess is that the

Re: [ANN] MobGUI V1.2 and demo version

2014-02-09 Thread Mike Kerner
Whoa. Dude, the manual was nice, and this version looks like more fun than the last one... On Sat, Feb 8, 2014 at 10:49 AM, John Craig wrote: > The MobGUI plugin has been updated to V1.2 and there's now a demo version > available for download. > The plugin also comes bundled with mobguicons -

Re: Parsing CSV File Via Array - Part I

2014-02-09 Thread Roger Eller
I have used the csv function in Richard Gaskin's article, "CSV must die". It works great on Google form data. http://www.fourthworld.com/embassy/articles/csv-must-die.html ~Roger On Feb 9, 2014 12:12 AM, "JOHN PATTEN" wrote: > Hi All, > I'm trying to parse a Google Form csv data file. Each row

Re: Stupid simple version control using dropbox

2014-02-09 Thread Peter Haworth
Google Drive has the same feature. Right click a file, Manage versions. Never thought about using it for version control, thanks for the idea. Pete lcSQL Software On Feb 8, 2014 5:54 PM, "Paul Hibbert" wrote: > Mark, > > Thank you for sharing that, I looked all over for this when I heard about >

re: Windows 7: Chinese characters replacing quotes & apostrophes in English text

2014-02-09 Thread FORD JR., CURT
A little progress: the customer reports that "switched system locale from Simplified Chinese to English (US) to see some magic, as a computer magazine I had once read said it might work sometimes. It works! Those strange Chinese characters are gone and even the audio bars appear. But the ebook

Re: Stupid simple version control using dropbox

2014-02-09 Thread AndyP
And for easy Android testing.. Install DropBox on Android then have LiveCode save the apk into your DropBox folder on your dev computer open the apk from the Android DropBox install onto device. Been using DropBox for quick and easy versioning for a few years now and also have an account with Co

Stacks, cards and memory on mobile

2014-02-09 Thread David Bovill
Has anyone done any tests regarding the size of a stack in terms of what works on mobile. My guess is that the entire stack is loaded into memory, so if you are creating an app which references a lot of text and images, you should link to them as external data. But what sort of size file / memory