Re: Garbage collection (crashing on Windows)

2016-08-19 Thread Monte Goulding
Mark you could use the split command here if you don’t mind numerically indexed arrays. > On 20 Aug 2016, at 9:07 AM, Mark Talluto wrote: > > command createArray > local tListOfRecordIDs, tTableID > > put fld "recordID data" into tListOfRecordIDs > put uuid() into tTableID > >

Re: The Joy of Removing Features - Part 2: Finding / removing duplicate files / photos.

2016-08-19 Thread Alejandro Tejada
Hi Alex, How are you going to remove uninteresting photos? Using an Artificial Inteligence online API? https://www.quora.com/Which-company-has-the-best-image-recognition-APIs-in-the-market-place-today https://cloud.google.com/vision/ In the LC Forum there is a very useful stack that employs Ope

Re: Mobile scroller

2016-08-19 Thread J. Landman Gay
On 8/19/2016 3:02 PM, Ralph DiMola wrote: How can a mobile scroller be in layer behind a field control? It isn't really, it just acts like that. I see the scroller getting created and do its usual short flash of the scroll indicators but you can't use it but instead it sends mouseup to the fi

Re: Activating old versions of LiveCode

2016-08-19 Thread Peter Bogdanoff
You could try…look around, can you form some sort of rudimentary lathe? > On Aug 19, 2016, at 5:40 PM, mwieder wrote: > > I generated and downloaded a new 4.6.4 license file, and on trying to use the > license file on OSX I get the message "the provided license is no longer > valid". > > > >

Re: Garbage collection (crashing on Windows)

2016-08-19 Thread Mark Talluto
I do not remember how much of a performance boost we got from manipulating long lists this way, but if memory serves, it was quite beneficial. This code sample is just something I made up on the fly. Hopefully it demonstrates the value of this method. command createArray local tListOfRecord

Re: Garbage collection (crashing on Windows)

2016-08-19 Thread mwieder
Ah, the wonders of paged memory. - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Garbage-collection-crashing-on-Windows-tp4707560p4707624.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: Activating old versions of LiveCode

2016-08-19 Thread Bob Sneidar
In the words of Balthasar, when he finally realized that Captian Jason Nesmith had been engaging in a massive deception, and that their whole society was based upon a collosal farce, "But... WHY???!?" Bob S > On Aug 19, 2016, at 10:18 , Ben Rubinstein wrote: > > I'm trying to install an old

Re: Activating old versions of LiveCode

2016-08-19 Thread mwieder
I generated and downloaded a new 4.6.4 license file, and on trying to use the license file on OSX I get the message "the provided license is no longer valid". - -- Mark Wieder ahsoftw...@gmail.com -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Activating-

Mobile scroller

2016-08-19 Thread Ralph DiMola
OK Batman, riddle me this... How can a mobile scroller be in layer behind a field control? I see the scroller getting created and do its usual short flash of the scroll indicators but you can't use it but instead it sends mouseup to the field that goes to another card that has scrolling results a

Re: Garbage collection (crashing on Windows)

2016-08-19 Thread Mark Waddingham
With the current implementation of the engine, the only reason using empty is faster than using pValue is because the latter requires a variable lookup, the former is a constant. What are you using sValueCache for? Sent from my iPhone > On 19 Aug 2016, at 19:37, Mark Talluto wrote: > > >> O

Re: Garbage collection (crashing on Windows)

2016-08-19 Thread Mark Talluto
> On Aug 19, 2016, at 10:42 AM, Mark Waddingham wrote: > > command shareAndStoreKey @xArray, pKey, pValue > set the caseSensitive to true -- this is assuming your values are > sensitive to case > if pValue is not among the keys of sValueCache then > put pValue into sValueCache[p

Re: Activating old versions of LiveCode

2016-08-19 Thread Richmond
You may find that it won't behave with the current operating system you are using. Richmond. On 19.08.2016 20:18, Ben Rubinstein wrote: I'm trying to install an old version of LiveCode (4.x or 5.x). So far I've tried with 5.5.5: downloaded, ran installer, however it fails on activation. I'

Re: San Diego Conference Videos?

2016-08-19 Thread Scott Rossi
No worries, I've got plenty of shame on my head, brother :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 8/19/16, 11:04 AM, "use-livecode on behalf of Mark Talluto" wrote: > >> On Aug 19, 2016, at 11:01 AM, Scott Rossi >>wrote: >> >> Hmmm -- nothing from 2014 und

Re: San Diego Conference Videos?

2016-08-19 Thread Mark Talluto
> On Aug 19, 2016, at 11:01 AM, Scott Rossi wrote: > > Hmmm -- nothing from 2014 under my account. Guess I'll write to support. I just downloaded a few and now realize that these are not what you are looking for. These are based on Todds webinar. While in Scotland, I did bring this up with H

Re: San Diego Conference Videos?

2016-08-19 Thread Scott Rossi
Hmmm -- nothing from 2014 under my account. Guess I'll write to support. Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 8/19/16, 10:55 AM, "use-livecode on behalf of Mark Talluto" wrote: >> On Aug 19, 2016, at 10:41 AM, Scott Rossi >>wrote: >> >> Does anyo

Re: San Diego Conference Videos?

2016-08-19 Thread Mark Talluto
> On Aug 19, 2016, at 10:41 AM, Scott Rossi wrote: > > Does anyone know where the session videos for the 2014 San Diego LiveCode > conference can be found? I'm pretty sure they used to be available under > user accounts at LiveCode.com but I'm not seeing anything there. Hi Scott, I found in my

Re: Activating old versions of LiveCode

2016-08-19 Thread Mark Waddingham
On 2016-08-19 19:31, Ben Rubinstein wrote: Scratch that - problem (at least initial one) was I suspect that it was trying to access the license server at an old address. Then there was a secondary problem with getting an offline activation file. But I persisted, and I won! Ah - yes - for secur

San Diego Conference Videos?

2016-08-19 Thread Scott Rossi
Does anyone know where the session videos for the 2014 San Diego LiveCode conference can be found? I'm pretty sure they used to be available under user accounts at LiveCode.com but I'm not seeing anything there. Thanks & Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design _

Re: Garbage collection (crashing on Windows)

2016-08-19 Thread Mark Waddingham
Hi Ben, When I got to the end of this email I remembered something quite pertinent - you mentioned that the limit you were hitting was 2Gb... One thing to check is that the install of Windows you are running on cannot be poked to actually raise this limit to 3Gb: https://blogs.technet.micros

Re: Activating old versions of LiveCode

2016-08-19 Thread Ben Rubinstein
Scratch that - problem (at least initial one) was I suspect that it was trying to access the license server at an old address. Then there was a secondary problem with getting an offline activation file. But I persisted, and I won! Apologies for the noise, Ben On 19/08/2016 18:18, Ben Rubinst

Activating old versions of LiveCode

2016-08-19 Thread Ben Rubinstein
I'm trying to install an old version of LiveCode (4.x or 5.x). So far I've tried with 5.5.5: downloaded, ran installer, however it fails on activation. I'm using the same account (and I'm pretty sure same password) as I was a few years ago when that was the current version and I had a current

Re: loadStack message use cases

2016-08-19 Thread Richard Gaskin
Lagi Pittas wrote: > I just did a test stack and it doesn't work the way I thought --- > the event only goes to a group, it seems opencontrol and > preopencontrol are not part of the methods of controls but groups. > This means we have to do a repeat loop of each control in the group > to set p

Re: loadStack message use cases

2016-08-19 Thread Lagi Pittas
Well I'll go to the foot of our stairs! (said in a Graham Chapman Yorkshire accent) I never even thought to look if it was there, otherwise I would have used it. In the old days we would have an 800 page dead trees command / events properties book which i would go through in a day or 2 just so I

Great Conference Photos

2016-08-19 Thread Heather Laine
Dear List Folks, Panos has a lovely new blog post up all about the conference, with some beautiful photos courtesy of Ben Beaumont. Go check it out! https://livecode.com/my-first-livecode-conference/

Re: Searching text external to Livecode

2016-08-19 Thread Ali Lloyd
If you have or could make a sample stack that demonstrates this slowdown, it would be useful for us to have a look at. On Fri, Aug 19, 2016 at 12:23 AM Peter Bogdanoff wrote: > >> Livecode’s find command in LC8 is really, REALLY slow when you're doing > multiple (thousands) of finds. > > >> use

Re: Searching text external to Livecode

2016-08-19 Thread James Hale
Richard asked > Maybe the simplest solution for somewhat large collections would be the > free-text indexing built into SQLite. Anyone here know if we have a > means of using that from within LC? Yes and no. The Full text search extension to SQLite is indeed in the current compilation and is