Re: play two sounds

2014-04-28 Thread larry
Thanks very much, Scott. very helpful info! Larry - Original Message - From: "Scott Rossi" To: "How to use LiveCode" Sent: Tuesday, April 29, 2014 12:40 AM Subject: Re: play two sounds If this is for desktop, am pretty sure you have track playback of the first sound, using "wait" o

Re: play two sounds

2014-04-28 Thread Scott Rossi
If this is for desktop, am pretty sure you have track playback of the first sound, using "wait" or a looping script. on openStack play ac 1 wait until the sound is done play ac 2 end openStack If you need to allow simultaneous events to take place, you can try adding "with messages" to

Re: play two sounds

2014-04-28 Thread larry
Thank you, Pierre Larry - Original Message - From: "Pierre Sahores" To: "How to use LiveCode" Sent: Tuesday, April 29, 2014 12:24 AM Subject: Re: play two sounds Hi Larry, in the preopenstack command : put specialFolderPath("engine") & "/CityChic.mp3" into Melodie[1] ### sp

Re: play two sounds

2014-04-28 Thread Pierre Sahores
Hi Larry, in the preopenstack command : > put specialFolderPath("engine") & "/CityChic.mp3" into Melodie[1] ### > spécifique sous-domaine : 1_a/7 ### > put specialFolderPath("engine") & "/CitySport.mp3" into Melodie[2] ### > spécifique sous-domaine : 1_b/7 ### > put specialFol

Re: HTML browser and mobile.

2014-04-28 Thread Pierre Sahores
Ralph, Credits goes to LiveCode and Javascript ;D Thanks for your kind words. Pierre Le 29 avr. 2014 à 04:07, Ralph DiMola a écrit : > Pierre, > > Thank You!! Just what the DR ordered! Works likes a charm on Android. Going > for iOS now. > > Ralph DiMola > IT Director > Evergreen Informati

play two sounds

2014-04-28 Thread larry
I have two .wav files imported into my stack. When the stack opens, I want to play audio1 and when it finishes, then play audio2 Does anyone know the syntax for doing this? TIA Larry ___ use-livecode mailing list use-livecode@lists.runrev.com Please v

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Igor de Oliveira Couto
On 29 Apr 2014, at 12:58 pm, Charles E Buchwald wrote: > Igor... Sounds like a great idea. I would definitely use that on a daily > basis. I bet it would be great fun with Alfred... http://www.alfredapp.com Yes, I’m trying to develop some scripts that will help me with remote server management

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Igor de Oliveira Couto
Thank you for the tip, Peter: On 29 Apr 2014, at 2:42 pm, Peter W A Wood wrote: > This might be a good way for cross-platform scripting: > > if the outputLineEndings = "cr" then >set the outputLineEndings to "lf" > end if > put "Hello World!" && the date && the time & return & "Goodbye"

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Peter W A Wood
Dear Igor I am pretty certain that this problem only occurs on OS X. The default outputLineEndings on Windows will be CRLF (correct for Windows). On Linux it will be LF. This might be a good way for cross-platform scripting: Regards Peter On 29 Apr 2014, at 10:52, Igor de Oliveira Couto wr

getting app info on Windows

2014-04-28 Thread Phil Davis
On a Mac, you can read a standalone's plist file to get the info you supplied at build time - short version, long version, copyright notice, etc. How do you get the equivalent of that info from a Windows standalone? (Things like file description, copyright notice, company name) Thanks for you

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Charles E Buchwald
Igor... Sounds like a great idea. I would definitely use that on a daily basis. I bet it would be great fun with Alfred... http://www.alfredapp.com - Charles On 28 Apr 2014, at 8:48 PM, Igor de Oliveira Couto wrote: > Dear LiveCode Gurus, > > Looking at the following blog post, it looks like L

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Charles E Buchwald
Igor... Sounds like a great idea. I would definitely use that on a daily basis. I bet it would be great fun with Alfred... http://www.alfredapp.com - Charles On 28 Apr 2014, at 8:48 PM, Igor de Oliveira Couto wrote: > Dear LiveCode Gurus, > > Looking at the following blog post, it looks like L

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Igor de Oliveira Couto
Dear Jerry & Peter, Thank you for your very quick and very helpful responses. You were both right: setting the outputLineEndings to “lf” did the trick. Also, here on MacOS X, it seems that setting it to “crlf” also works. Would that be a better -i.e, more ‘cross-platform’ compatible - solution?

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Peter W A Wood
Igor I think the answer is to set the ouputLineEndings to an appropriate value. Here is a script that work on OS X. It happily prints Goodbye on a new line. I suspect that this is only an issue on OS X as the default line ending in the engine for Macs is still be the pre-OS standard which wa

RE: HTML browser and mobile.

2014-04-28 Thread Ralph DiMola
Pierre, Thank You!! Just what the DR ordered! Works likes a charm on Android. Going for iOS now. 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 Pierre Saho

Re: Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Jerry Jensen
It sure sounds like the age-old line-ending confusion, which still confuses me. Sometimes its cr, sometimes its lf, sometimes its both. Not only that, I can never remember which one results from "return". .Jerry On Apr 28, 2014, at 6:48 PM, Igor de Oliveira Couto wrote: > Dear LiveCode Gurus,

Server 6.6.1 and Multi-Line "put"

2014-04-28 Thread Igor de Oliveira Couto
Dear LiveCode Gurus, Looking at the following blog post, it looks like LiveCode could be a great tool for producing more easily understandable and maintainable command-line tools: http://livecode.com/blog/2014/03/06/livecode-server/ Prompted by that, I am trying to create a LiveCode shell scri

Re: I lost my property inspector

2014-04-28 Thread J. Landman Gay
On 4/28/14, 5:54 PM, Dar Scott wrote: Could something in the preferences do this? That was my first thought, especially since it persists across different versions of LC. Trash your prefs. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | h

Re: I lost my property inspector

2014-04-28 Thread Peter Haworth
Open an inspector for one of your objects then check the option to include IDE stacks in the Application browser. Do you see stacks named either "revTemplatePalette" or "revPropertyPalette 1" (the former should be hidden)? If you see the second, check out its location by - put the location of sta

Re: I lost my property inspector

2014-04-28 Thread Dar Scott
It’s gone in my 6.7 dp, but in my 7.0 dp, so… Could something in the preferences do this? Dar On Apr 28, 2014, at 4:50 PM, Dar Scott wrote: > I was finally able to open it for the stack. I moved it to the main display. > I closed and reopened LiveCode. I opened a stack. I was not able

Re: I lost my property inspector

2014-04-28 Thread Dar Scott
I was finally able to open it for the stack. I moved it to the main display. I closed and reopened LiveCode. I opened a stack. I was not able to get a property inspector the usual ways (Object menu or context menu). Something has changed in my 6.6.1. Dar On Apr 28, 2014, at 4:44 PM, Dar

Re: I lost my property inspector

2014-04-28 Thread Dar Scott
Thanks! I still needed to change the location to see it. It was editable, so I tried changing the mode, but got errors. I opened it as palette and it looks better but it does not work. And there were errors. Could something have smashed my 6.6.1? I wasn’t even doing anything with files or

Re: Numbering of lines in a field

2014-04-28 Thread Charles Szasz
Hi Mike! I am sorry to be vague. When I sent the email I was just leaving for work and made my email very short. Your script does work now. I did not set up the function correctly which caused my problem. Thanks so much! Charles Szasz csz...@mac.com _

Re: I lost my property inspector

2014-04-28 Thread dunbarx
Hi. show stack "revPropertyPalette 1" Craig -Original Message- From: Dar Scott To: How to use LiveCode Sent: Mon, Apr 28, 2014 6:09 pm Subject: I lost my property inspector I suppose I can figure the stack name and fiddle with properties, but I thought I’d ask. My property insp

I lost my property inspector

2014-04-28 Thread Dar Scott
I suppose I can figure the stack name and fiddle with properties, but I thought I’d ask. My property inspector is gone. I wasn’t changing display configuration or anything to lose it off the screen and it seems to be more than off displays. I can’t get it from a contextual menu or the main m

Re: Date/Time/Number/Currency formats

2014-04-28 Thread Peter Haworth
On Mon, Apr 28, 2014 at 12:14 PM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote: > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation > Thanks Matthias Pete lcSQL Software Home of lcStackBrowser

Re: Date/Time/Number/Currency formats

2014-04-28 Thread Matthias Rebbe | M-R-D
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation Regards, Matthias Am 28.04.2014 um 20:43 schrieb Peter Haworth : > On Sun, Apr 27, 2014 at 2:14 PM, Matthias Rebbe | M-R-D < > matthias_livecode_150...@m-r-d.de> wrote: > >> You find more information about the registry set

Re: Date/Time/Number/Currency formats

2014-04-28 Thread Peter Haworth
On Sun, Apr 27, 2014 at 2:14 PM, Matthias Rebbe | M-R-D < matthias_livecode_150...@m-r-d.de> wrote: > You find more information about the registry settings for international > settings at > > http://technet.microsoft.com/en-us/library/cc784842%28v=ws.10%29.aspx > Only thing missing is the time zo

Re: Android autocorrect

2014-04-28 Thread Mike Kerner
AHA! Thanks, JLG, that led me on the hunt that led to the answer, namely, there are lots of different settings that affect these things system-wide, and you're right, they override what you tell the app to do... On Mon, Apr 28, 2014 at 8:11 AM, Mike Kerner wrote: > I guess it's not autocorrect,

Re: Really basic SQLite questions

2014-04-28 Thread Peter Haworth
Well I guess it depends on the application but how do you manage locks and/or cursors when continually opening/closing? I'm also interested in what type of errors you've encountered that make your database inaccessible? SQLite is most definitely designed for multiple connections, just not by diffe

Re: HTPPS problem with a web service

2014-04-28 Thread J. Landman Gay
Are any errors reported? On April 28, 2014 3:53:25 AM CDT, Nakia Brewer wrote: >Tried today at work on my windows machine and issue still exists on >LC6.6.2 > >It seems it's in the LC engine somewhere as even the LiveCode Automatic >Activation fails meaning I have to manually generate an activa

Re: Android autocorrect

2014-04-28 Thread Mike Kerner
I guess it's not autocorrect, either, it's the suggestions/dictionary-lookup thing. On Sun, Apr 27, 2014 at 11:59 PM, J. Landman Gay wrote: > On 4/27/14, 9:37 PM, Mike Kerner wrote: > >> I can't seem to make autocorrect NOT happen in text fields on android. >> >> when I check the autocorrectiont

Re: Numbering of lines in a field

2014-04-28 Thread Mark Schonewille
Hi Charles, What does "without any success" mean exactly" Do you get wrong results? No result at all? Do you get any error messages? I have made a very tiny change to the script by adding a cr after myNewLines every time a line is added: constant dot = "." function lineNumbering theLines

Re: RELEASE LiveCode 6.6.2 RC2

2014-04-28 Thread Benjamin Beaumont
Dear List Members, We had a report over the weekend on a random crash in 6.6.2 RC2. The reporter has seen this on both Windows and Mac. We haven't been able to get the 6.6.2 release to crash at all as of yet so we'd love to know how the wider community have found this build. Are others experiencin

Re: Really basic SQLite questions

2014-04-28 Thread Dave Kilroy
I'm with Kay C Lan on this... Leaving a db connection open longer than it needs to be is a bit like leaving a garden rake on the ground with the tines facing upwards - nothing SHOULD go wrong - but will you please just pick up the rake before someone gets hurt! :) - "Some are born coders, s

Re: HTPPS problem with a web service

2014-04-28 Thread Nakia Brewer
Tried today at work on my windows machine and issue still exists on LC6.6.2 It seems it's in the LC engine somewhere as even the LiveCode Automatic Activation fails meaning I have to manually generate an activation file each time for upgrades. Sent from my iPhone > On 25 Apr 2014, at 11:03 pm