Re: searching for chars within a string

2014-09-25 Thread Kay C Lan
A simple way would be just to use basic matchText() for each single letter and regex matchText() for repeating letters. P.*P will find double Ps, P.*P.*P will find triple Ps etc. Seems to be relatively fast but if you have very large data sets other alternatives would need to be investigated. in

Sorting a multidimensional array

2014-09-25 Thread Peter Bogdanoff
My first foray into arrays: I want to sort a 2D array by one of the keys. The data consists of several 2-line groups that are in a field. The lines contain styled and linked characters that I want to retain after sorting: peaches pears apples oranges plums grapes I want to sort the data by l

Documentation

2014-09-25 Thread Mark Smith
I've just upgraded from 5.5.5 to 6.6.3. Surely there have been a few changes between then and now? But reading the Release Notes provides no hint. Is there one document I can read that tracks all of the additions, updates and changes from 5.5.5 to 6.6.3? Here's hoping! Mark -- View this messag

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
lmao Nice. On Thu, Sep 25, 2014 at 6:24 PM, Rick Harrison wrote: > Hey there, > > How come if I run: > > env x='() { :;}; echo Not vulnerable' bash -c "echo this is a test” > > I get: > > Not vulnerable > > Is this a c/bash joke or what? > > I also went to the real website for Homeland Security:

Re: Xcode, which one?

2014-09-25 Thread Mark Smith
Ok thanks, reassuring to know what's been working. Just wanted to make sure I wasn't missing anything (the possible combinations and permutations are pretty huge). Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Xcode-which-one-tp4683786p4683795.html Sent f

Re: variable trouble

2014-09-25 Thread Peter Haworth
> I want to put the value of thisKey into a variable when it matches. > > So I tried a few iterations of: > > > > put value(thisVar[thisKey]) & space after newVar > Little confused about what you want to do but let's say thisKey contains"abc" and the array element thisVar["abc"] contains 123. If

Re: Xcode, which one?

2014-09-25 Thread Pierre Sahores
LC 6.6.3, Xcode Version 5.1.1 (5B1008), OS X 10.9.5 is OK here. Note : i had to remove Xcode 6 as soon as installed (yesterday) and to reload Xcode 5.1.1 from TimeMachine backup to get all back to OK. Best, Pierre Le 26 sept. 2014 à 00:07, Ralph DiMola a écrit : > 5.5.1 works for me with Mav

Re: use-livecode Digest, Vol 132, Issue 55

2014-09-25 Thread bernd . gottwald
Bis zum 12.10.2014 bin ich nicht verfügbar. Ich werde meine Emails nicht lesen. In dringenden Fällen erreichen Sie mich über mein Mobiltelefon. I will be out of office until 12.10.2014. I won't read me emails. In urgent matter please call me on my mobile. __

Re: variable trouble

2014-09-25 Thread Andrew Kluthe
Larry, I'd try copy and pasting some more of the code around it and we can try and figure out what you are trying to accomplish. Andrew On Sep 24, 2014 2:10 AM, wrote: > Hi Scott, > I meant to say "inexplicable to me." > Your solution works great. > However, I cannot figure out the next part: >

Re: Embed Image Using mobileComposeHTMLMail

2014-09-25 Thread Scott Rossi
OK, responding to my own question. The first few times I tried this, I got nothing visible in the emails, but attachment indications. Now, images are suddenly showing up embedded in the test emails. Sunspots? Microwaves? I don't know. Regards, Scott Rossi Creative Director Tactile Media, UX/

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Rick Harrison
Hey there, How come if I run: env x='() { :;}; echo Not vulnerable' bash -c "echo this is a test” I get: Not vulnerable Is this a c/bash joke or what? I also went to the real website for Homeland Security: http://www.dhs.gov/news There is absolutely nothing about any vulnerability in bash i

RE: Xcode, which one?

2014-09-25 Thread Ralph DiMola
5.1.1 I mean Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Smith Sent: Thursday, September 25, 2014 6:01 PM To: use-revolut...@lists.runrev.com Subj

RE: Xcode, which one?

2014-09-25 Thread Ralph DiMola
5.5.1 works for me with Mavericks and LC 6.6.3 Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Smith Sent: Thursday, September 25, 2014 6:01 PM To: use

Xcode, which one?

2014-09-25 Thread Mark Smith
Hi there, Was running LC 5.5.5 on iOS 10.7.5 (Lion), Xcode 4.5.1, SDK 6.1 and iOS 6 on the phone and tablet - everything worked well. Wasn't able to run the latest MobGUI so thought, h, maybe I should upgrade (this IS always an adventure, isn't it ) First, upgraded the mobiles to iOS 7. Next

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
Here's the full explanation from RedHat, https://access.redhat.com/articles/1200223 which is pretty extensive, including a section on mitigation steps On Thu, Sep 25, 2014 at 5:16 PM, Mike Kerner wrote: > Hmm. RedHat says their patch is incomplete. I wonder what script that I > haven't seen,

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
Hmm. RedHat says their patch is incomplete. I wonder what script that I haven't seen, yet, works. On Thu, Sep 25, 2014 at 5:01 PM, Mike Kerner wrote: > Well, RedHat was patched early this morning, and appears to be ok. > > On Thu, Sep 25, 2014 at 4:33 PM, Rick Harrison > wrote: > >> Pulling t

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
Well, RedHat was patched early this morning, and appears to be ok. On Thu, Sep 25, 2014 at 4:33 PM, Rick Harrison wrote: > Pulling the computer from the internet until I hear Apple has fixed it! > I don’t have time to mess with different shells hoping they work. > I’ll check back in a day or so,

Re: Mavericks

2014-09-25 Thread JB
As for what comes first the chicken or the egg I think it really depends on what is closer in your time zone, breakfast or dinner. John Balgenorth On Sep 25, 2014, at 1:43 PM, Richmond wrote: > On 25/09/14 23:41, François Chaplais wrote: >> Richmond, maybe it is time for the person who built t

Re: Mavericks

2014-09-25 Thread Richmond
On 25/09/14 23:41, François Chaplais wrote: Richmond, maybe it is time for the person who built the standalone to upgrade to a more recent version of Livecode. I have been told this is how livecode makes money. Not to mention the community edition. Best, François When I make enough m

Re: Mavericks

2014-09-25 Thread François Chaplais
Richmond, maybe it is time for the person who built the standalone to upgrade to a more recent version of Livecode. I have been told this is how livecode makes money. Not to mention the community edition. Best, François Le 25 sept. 2014 à 22:36, Richmond a écrit : > On 25/09/14 23:31, M

Re: Mavericks

2014-09-25 Thread Richmond
On 25/09/14 23:31, Mark Wieder wrote: Richmond- Thursday, September 25, 2014, 10:39:23 AM, you wrote: Would anybody happen to know exactly WHAT it is about standalones built with LiveCode 4.5 that Mac OS 10.9 [Mavericks] objects to? As a guess, without knowing what I'm talking about, I'd say

Re: Mavericks

2014-09-25 Thread Mark Wieder
Richmond- Thursday, September 25, 2014, 10:39:23 AM, you wrote: > Would anybody happen to know exactly WHAT it is about standalones built > with LiveCode 4.5 > that Mac OS 10.9 [Mavericks] objects to? As a guess, without knowing what I'm talking about, I'd say maybe building a universal binary,

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Rick Harrison
Pulling the computer from the internet until I hear Apple has fixed it! I don’t have time to mess with different shells hoping they work. I’ll check back in a day or so, and do something analog until then. Thanks for the head’s up! Rick ___ use-livecode

Re: Mavericks

2014-09-25 Thread Richmond
On 25/09/14 23:08, JB wrote: Hi Richmond, Do your Revolution standalones work with Mavericks? Mine do so I was wondering if for some reason they won’t work on your computer with Mavericks. John Balgenorth I don't have a computer running Mavericks, but I do have confirmation from people who

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Matthias Rebbe | M-R-D
Jim, thanks for that. Matthias Am 25.09.2014 um 19:29 schrieb Jim Lambert : > > About a year ago I used John’s lcx files for doing push notifications and > they worked beautifully. > > If you only need to send a single notification to a single device here’s a > variation on John’s script t

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Matthias Rebbe | M-R-D
Hi John, thank you very much. I will try at the weekend. Matthias Am 25.09.2014 um 12:02 schrieb John Craig : > Hi, Matthias. Here's an old message on the subject.. > > http://article.gmane.org/gmane.comp.ide.revolution.user/175914/ > > the files mentioned in the post have been renamed to .

Re: Mavericks

2014-09-25 Thread JB
Hi Richmond, Do your Revolution standalones work with Mavericks? Mine do so I was wondering if for some reason they won’t work on your computer with Mavericks. John Balgenorth On Sep 25, 2014, at 10:39 AM, Richmond wrote: > On 25/09/14 08:56, Richmond wrote: >> Confirmed: Standalones built wi

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mark Schonewille
Hi everyone, I did a few tests on devices that I have available. Mac OS X 10.4.11 is vulnerable. Mac OS X 10.6.8 is not vulnerable. Mac OS X 10.7.11 is vulerable. After installing the latest security update, 10.7.11 is still vulnerable. As you know, Ubuntu, most other Linux flavours, and Androi

Re: LiveCode to Facebook?

2014-09-25 Thread Magicgate Software - Skip Kimpel
Jim, That is a VERY handy list and resource. Thank you for sharing! SKIP On Thu, Sep 25, 2014 at 2:18 PM, Scott Rossi wrote: > Thanks Jim. The other item I was considering was launching the Settings > app, and it looks like there's an entry for this on the site. > > Best Regards, > > Scott R

Re: Scroll Line Into View in a Datagrid

2014-09-25 Thread Peter Haworth
+1 Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Thu, Sep 25, 2014 at 12:21 PM, Jerry Jensen wrote: > Ray - have you tried out Bernd's modTableField? It does quite a lot of

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
Here's the email I just got from CERT: [image: NCCIC / US-CERT] National Cyber Awareness System: TA14-268A: GNU Bourne Again Shell (Bash) ‘Shellshock’ Vulnerability (CVE-2014-6271,CVE-2014-7169) 09/25/2014 12:56 PM EDT Original release date: Septem

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
Yes, Richmond, that's today's version. Yesterday's version is supposed to be patched. On Thu, Sep 25, 2014 at 2:45 PM, Mark Talluto wrote: > On Sep 25, 2014, at 11:36 AM, Mark Talluto > wrote: > > > > >> On Sep 25, 2014, at 11:21 AM, Richard Gaskin < > ambassa...@fourthworld.com> wrote: > >> >

Re: Scroll Line Into View in a Datagrid

2014-09-25 Thread Jerry Jensen
Ray - have you tried out Bernd's modTableField? It does quite a lot of what a datagrid table does for you, and its a lot simpler. .Jerry On Sep 25, 2014, at 8:41 AM, Ray wrote: > Pete - I wanted to get back with you since you were so kind to respond and > shed some light on things. > > I've d

Population puzzle

2014-09-25 Thread Mick Collins
I’ve been working on this one for a few minutes, a few there and finally got it, a month later. Great puzzle, Michael, thanks! > From: Michael Doub > To: How To use LiveCode use LiveCode > Subject: Population puzzle > Message-ID: <23af2370-8161-458a-91c6-22153c15f...@gmail.com> > Content-Type:

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mark Talluto
On Sep 25, 2014, at 11:36 AM, Mark Talluto wrote: > >> On Sep 25, 2014, at 11:21 AM, Richard Gaskin >> wrote: >> >> Anyone here heard any definitive word on when Apple will provide a patch, or >> when the second round of patches for other systems will become available? > > Apple just pushed

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Richmond
On 25/09/14 21:36, Dirk prive wrote: You can find a tester for it at https://shellshocker.net/ Having updated my Linux machines, and then running: env x='() { :;}; echo vulnerable' bash -c "echo this is a test" I get "vulnerable" currently filling my knickers. Richmond. Dirk Cleenwerck

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Dirk prive
You can find a tester for it at https://shellshocker.net/ Dirk Cleenwerck On Thu, Sep 25, 2014 at 8:30 PM, Mike Kerner wrote: > Watch the patches. The white hats are discovering that many of them are > incomplete. I've seen at least two follow-up scripts that try to exploit > the patches. > >

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mark Talluto
> On Sep 25, 2014, at 11:21 AM, Richard Gaskin > wrote: > > Anyone here heard any definitive word on when Apple will provide a patch, or > when the second round of patches for other systems will become available? Apple just pushed a security update. Installing now. Mark Talluto _

Re: Shellshock

2014-09-25 Thread Mike Kerner
See other post on this. On Thu, Sep 25, 2014 at 2:24 PM, Richmond wrote: > Any one running Mac OS X or Linux needs to know about this: > > https://www.us-cert.gov/ncas/alerts/TA14-268A > > and do something about it as soon as possible. > > Richmond. > > __

Re: "ShellShock" - what are you doing?

2014-09-25 Thread Mike Kerner
Watch the patches. The white hats are discovering that many of them are incomplete. I've seen at least two follow-up scripts that try to exploit the patches. You can always dump bash for another shell, and avoid the issue until it's fixed for realzies. On Thu, Sep 25, 2014 at 2:21 PM, Richard G

Shellshock

2014-09-25 Thread Richmond
Any one running Mac OS X or Linux needs to know about this: https://www.us-cert.gov/ncas/alerts/TA14-268A and do something about it as soon as possible. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

"ShellShock" - what are you doing?

2014-09-25 Thread Richard Gaskin
I've been spending the morning reading up on the recently-discovered "Shell Shock" vulnerability. Most of my Ubuntu machines were already patched, but it seems Apple hasn't issued a patch as of this writing. Anyone here heard any definitive word on when Apple will provide a patch, or when th

Re: LiveCode to Facebook?

2014-09-25 Thread Scott Rossi
Thanks Jim. The other item I was considering was launching the Settings app, and it looks like there's an entry for this on the site. Best Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 9/25/14 10:18 AM, "Jim Lambert" wrote: >Hi Scott, > >http://handleopenurl.com/sch

Re: Mavericks

2014-09-25 Thread J. Landman Gay
On 9/25/2014, 12:39 PM, Richmond wrote: Would anybody happen to know exactly WHAT it is about standalones built with LiveCode 4.5 that Mac OS 10.9 [Mavericks] objects to? I don't know exactly what, but I do know that many companies had to scramble to make their apps compatible when Mavericks w

Re: Mavericks

2014-09-25 Thread Richmond
On 25/09/14 08:56, Richmond wrote: Confirmed: Standalones built with LC 4.5 don't run on Mac OS 10.9 Sad, really Richmond. Would anybody happen to know exactly WHAT it is about standalones built with LiveCode 4.5 that Mac OS 10.9 [Mavericks] objects to? Richmond. _

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Jim Lambert
About a year ago I used John’s lcx files for doing push notifications and they worked beautifully. If you only need to send a single notification to a single device here’s a variation on John’s script that will do it. Jim Lambert remove relevant line from code). # Replace X with your Pas

Re: LiveCode to Facebook?

2014-09-25 Thread Jim Lambert
Hi Scott, http://handleopenurl.com/scheme lists a bunch of custom URL schemes that can be used to launch other apps, including Facebook. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

Embed Image Using mobileComposeHTMLMail

2014-09-25 Thread Scott Rossi
Hi List Folks: Am wondering if it's possible to create an email with an embedded image using mobileComposeHTMLMail, instead of simply attaching the image? When an email is created using mobileComposeHTMLMail, the preview displays with the image embedded, but once sent, the image arrives as an att

Re: Scroll Line Into View in a Datagrid

2014-09-25 Thread Ray
Pete - I wanted to get back with you since you were so kind to respond and shed some light on things. I've discovered [once again] that Livecode data grids are really complicated, convoluted things. I had set the behavior of the grid in question to a button whose script was a slightly altere

AW: AW: AW: How to create an OS X 10.9 alias by script?

2014-09-25 Thread Tiemo Hollmann TB
Thanks Richard for jumping in. That's indeed a very valuable information I didn't knew. I will remove this feature. Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Richard Gaskin > Gesendet: Donnerstag, 25. Septembe

Re: AW: AW: How to create an OS X 10.9 alias by script?

2014-09-25 Thread Richard Gaskin
Tiemo Hollmann wrote: quitting and activating the Dock via AppleScript also works, but shows just the same behavior. All minimized apps get into front, even the dock shows more "action" One of the reasons Apple provides no straightforward way for an app to add its icon to the Dock may be that

Re: Using Livecode to burn DVDs on demand?

2014-09-25 Thread Richard Gaskin
Tim Selander wrote: I work for a TV production house, and we offer past programs to our audience on DVDs. Sell maybe 100 a month. I would like to use Livecode to catalog the programs (no problem there, I can do that), and then be able to burn a DVD. All our programs are on HDD, ready to burn. I

Re: Scroll Line Into View in a Datagrid

2014-09-25 Thread Ray
Pete - thanks for the clarification. I definitely have a datagird table then, not a form. I'm going to experiment recreating similar datagrid tables from scratch to see if I can resolve these scrolling problems. I'll post something after doing so. Thanks, Ray Horsley LinkIt! Software On 9

AW: AW: How to create an OS X 10.9 alias by script?

2014-09-25 Thread Tiemo Hollmann TB
Hi Paul, Thanks for your ideas! quitting and activating the Dock via AppleScript also works, but shows just the same behavior. All minimized apps get into front, even the dock shows more "action" Thanks Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@list

Re: AW: How to create an OS X 10.9 alias by script?

2014-09-25 Thread Paul Dupuis
On 9/25/2014 5:29 AM, Tiemo Hollmann TB wrote: > Hi Paul, > > your scripts works really great! > When restarting the Dock, all open applications, which has been minimized > open their windows, which can be a little irritating for the user. > Do you know, if there is any option to control this? To s

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread John Craig
Hi, Matthias. Here's an old message on the subject.. http://article.gmane.org/gmane.comp.ide.revolution.user/175914/ the files mentioned in the post have been renamed to .lcx as LiveCode Server is now running on that machine. On 25/09/2014 08:21, Matthias Rebbe | M-R-D wrote: Hi, i am ne

AW: How to create an OS X 10.9 alias by script?

2014-09-25 Thread Tiemo Hollmann TB
Hi Paul, your scripts works really great! When restarting the Dock, all open applications, which has been minimized open their windows, which can be a little irritating for the user. Do you know, if there is any option to control this? To show the new dock item, without changing the state of other

Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Matthias Rebbe | M-R-D
Hi, i am new to PushNotifications. I´ve looked into it many months ago, but gave up because of the php stuff. Is someone doing PushNotifications with LC server instead of PHP and would like to share how this can be done? Regards, Matthias ___ u