Re: [ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
Skip Kimpel via use-livecode wrote > On 03/22/2017 12:46 PM, BNig via use-livecode wrote: > >> Hi Mark, >> >> tinyDictionary tries on preopenCard -> loadPreferences to find via >> put specialFolderPath("support") into tFolderSupport >> an "application support" folder and there a "LcTinyDict" fold

Re: [ANN] tinyDictionary

2017-03-22 Thread Mark Wieder via use-livecode
On 03/22/2017 12:46 PM, BNig via use-livecode wrote: Hi Mark, tinyDictionary tries on preopenCard -> loadPreferences to find via put specialFolderPath("support") into tFolderSupport an "application support" folder and there a "LcTinyDict" folder where it tries to create a txt file "tinyPrefs.t

Re: New Iteration of cleanASCII

2017-03-22 Thread Bob Sneidar via use-livecode
cleanASCII(pString, pModeList, pCustomChars) Belay my last. I refactored the whole thing to be much more robust. Pass a string, a modelist and a custom list. This will act as a simple regex character filter for any string you pass it. (Great for filtering out hidden/non-printing characters!) If

Re: New Iteration of cleanASCII

2017-03-22 Thread Dr. Hawkins via use-livecode
Be sure to use an appropriate video card: Markham, ON - In a joint announcement today the Nethack Devteam announced a new version of the popular text based game, version 3.4.1, but the big announcement came from ATI which announced a new video card, the ATI Radeon 9500 ASC, optimized for ASCII gam

New Iteration of cleanASCII

2017-03-22 Thread Bob Sneidar via use-livecode
Hi all. A while back I wrote a function that would remove all characters from a string except for 0-9, a-z, and A-Z. I have updated it to also include an arguement for other allowed characters, and true or false for line breaks and or carriage returns. Note the code below. What I need is a lis

Re: [ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
> On 03/22/2017 07:37 AM, BNig via use-livecode wrote: >> I uploaded a compact version of the dictionaries for LC 8.1 and up to >> Livecodeshare > > Very nice. Thanks. Works well for me on linux. > What means "unable to create preferences folder"? > > -- > Mark Wieder Hi Mark, tinyDictionar

Re: Producing a list of duplicates

2017-03-22 Thread Skip Kimpel via use-livecode
Thanks for everybody's advice yes, I totally forgot to check the Master Library! That thing has saved me so many times. SKIP On Wed, Mar 22, 2017 at 3:01 PM, Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > MASTER LIBRARY? how did I miss thatthanks for posting it :) >

Re: [ANN] tinyDictionary

2017-03-22 Thread Mark Wieder via use-livecode
On 03/22/2017 07:37 AM, BNig via use-livecode wrote: I uploaded a compact version of the dictionaries for LC 8.1 and up to Livecodeshare Very nice. Thanks. Works well for me on linux. What means "unable to create preferences folder"? -- Mark Wieder ahsoftw...@gmail.com

Re: Producing a list of duplicates

2017-03-22 Thread Tom Glod via use-livecode
MASTER LIBRARY? how did I miss thatthanks for posting it :) On Wed, Mar 22, 2017 at 12:25 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Wed, Mar 22, 2017 at 4:41 AM, Skip Kimpel via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > I have a bunch of

Re: [ANN] tinyDictionary

2017-03-22 Thread Richmond Mathewson via use-livecode
That's going to go a long way to solving the Linux problem. Thanks, Bernd. On 3/22/17 4:37 pm, BNig via use-livecode wrote: I uploaded a compact version of the dictionaries for LC 8.1 and up to Livecodeshare http://livecodeshare.runrev.com/stack/825/tinyDictionary_0_7_7_7 this is also accessi

Re: [ANN] tinyDictionary

2017-03-22 Thread Mike Bonner via use-livecode
Mainly I was thinking it would be cool to have a standalone that doesn't need the ide to be open. Choose the folder with the version you want to look at, perhaps even load a second standalone and point to a different folder for a compare and contrast. (Not sure if it would work, but I noticed in th

Re: Producing a list of duplicates

2017-03-22 Thread Dr. Hawkins via use-livecode
On Wed, Mar 22, 2017 at 4:41 AM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a bunch of data records that contain email addresses. I need to > search through that list and produce an list so those duplicates can be > acted upon. > repeat for each line theLin in t

Re: [ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
Hi Mike, Mike Bonner via use-livecode wrote > This is awesome! Quick question (feature request) would it be difficult > to > add a dictionary selector? So if I have 13 versions of lc installed, I > could pick which dict to look at? (and make it work as a standalone at the > same time?) If you

Re: [ANN] tinyDictionary

2017-03-22 Thread Mike Bonner via use-livecode
This is awesome! Quick question (feature request) would it be difficult to add a dictionary selector? So if I have 13 versions of lc installed, I could pick which dict to look at? (and make it work as a standalone at the same time?) On Wed, Mar 22, 2017 at 9:23 AM, Thierry Douez via use-livecode

Re: [ANN] tinyDictionary

2017-03-22 Thread Thierry Douez via use-livecode
Hallo Bernd, Great job, as usual ! Kind regards, Thierry 2017-03-22 15:37 GMT+01:00 BNig via use-livecode < use-livecode@lists.runrev.com>: > I uploaded a compact version of the dictionaries for LC 8.1 and up to > Livecodeshare > > http://livecodeshare.runrev.com/stack/825/tinyDictionary_0_7

Re: [ANN] tinyDictionary

2017-03-22 Thread Roger Eller via use-livecode
Outstanding! Much better than the built-in webpage-like dictionary. Great job! On Wed, Mar 22, 2017 at 10:37 AM, BNig via use-livecode < use-livecode@lists.runrev.com> wrote: > I uploaded a compact version of the dictionaries for LC 8.1 and up to > Livecodeshare > > http://livecodeshare.runre

Re: [ANN] tinyDictionary

2017-03-22 Thread Skip Kimpel via use-livecode
Great job! Downloaded and already using it. SKIP On Wed, Mar 22, 2017 at 11:05 AM, Roger Guay via use-livecode < use-livecode@lists.runrev.com> wrote: > I love it! Thanks!! > > Roger > > > On Mar 22, 2017, at 7:37 AM, BNig via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > I upl

Re: [ANN] tinyDictionary

2017-03-22 Thread Roger Guay via use-livecode
I love it! Thanks!! Roger > On Mar 22, 2017, at 7:37 AM, BNig via use-livecode > wrote: > > I uploaded a compact version of the dictionaries for LC 8.1 and up to > Livecodeshare > > http://livecodeshare.runrev.com/stack/825/tinyDictionary_0_7_7_7 > > this is also accessible via "Sample Stack

[ANN] tinyDictionary

2017-03-22 Thread BNig via use-livecode
I uploaded a compact version of the dictionaries for LC 8.1 and up to Livecodeshare http://livecodeshare.runrev.com/stack/825/tinyDictionary_0_7_7_7 this is also accessible via "Sample Stacks" from inside LC. it is the result of Mike Kerners push to have a small footprint dictionary. James Hale

Re: Producing a list of duplicates

2017-03-22 Thread Roger Eller via use-livecode
You will find that and SO MUCH MORE in the incredible resource MASTER LIBRARY, by Michael Doub. https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 ~Roger On Wed, Mar 22, 2017 at 7:41 AM, Skip Kimpel via use-livecode < use-livecode@lists.runrev.com> wrote: > Anybody have a go

AW: Producing a list of duplicates

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
I would just - Sort the list by email - Looping thru the list - Comparing the current email with the previous - putting duplicates after the variable Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Skip Kimpel via use-livecode

Re: Linux 32bit?

2017-03-22 Thread Mark Waddingham via use-livecode
Hi Phil, On 2017-03-18 20:39, Phil Thane via use-livecode wrote: OK, I'm back. When I follow the links I end up here: https://livecode.org/download-after-sign-up/ There is only one button 'Download LiveCode Community'. I assume it then probes my hardware and comes up with the wrong result bec

Producing a list of duplicates

2017-03-22 Thread Skip Kimpel via use-livecode
Anybody have a good method for searching a list of items for duplicates and listing those duplicates in a variable? I have a bunch of data records that contain email addresses. I need to search through that list and produce an list so those duplicates can be acted upon. As always, your input is g

AW: WEIRD: code changes the code instead of a field

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
Hi Jacque, I have filed this bug with an easy one liner recipe, but now have seen, that it is known since 2013 in the QC. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von J. Landman Gay via use-livecode Gesendet: Dienstag, 21.

AW: rawKeyUp/Down give different keys for same char since LC 8

2017-03-22 Thread Tiemo Hollmann TB via use-livecode
Hi Mark, I have been using the rawkey handlers for handling a password field, but since this seems to be unreliable for German characters I will rework my password field with Trevors "passwordFont" approach. Thanks Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-