Re: Wait command

2014-03-02 Thread dunbarx
Richard. Just so. I spoke too carelessly, forgetting, as usual, that LC has features that HC could not dream of. Craig -Original Message- From: Richard Gaskin To: use-livecode Sent: Sun, Mar 2, 2014 10:23 pm Subject: Re: Wait command dunbarx wrote: > Wait is blocking. An idle

Re: Wait command

2014-03-02 Thread Richard Gaskin
dunbarx wrote: > Wait is blocking. An idle handler will be locked out just like > everything else. > > But a line like "wait 0 with messages" does not seem to me to do much. It undoes your first sentence. It calls the equivalent of what we old readers of Inside Mac used to call GetNextEvent, a

Re: Wait command

2014-03-02 Thread Geoff Canyon
wait 0 ticks -- allows the screen to update wait 0 ticks with messages -- allows the user to interact with your interface So: on mouseUp repeat 1 add 1 to fld 1 end repeat end mouseUp put 1 into the fld and run the above script, the script runs for a second or so with no visual c

Re: Wait command

2014-03-02 Thread dunbarx
There are very legitimate places for "wait", though more robust code can usually be written with "send (in time)". This has been going on for 27 years. Wait is blocking. An idle handler will be locked out just like everything else. But a line like "wait 0 with messages does not seem to me to

Re: Wait command

2014-03-02 Thread Robert Sneidar
Only reason I can think to put a wait command in a running script is to give a change for an on idle handler to be triggered. If you DO have an idle handler running somewhere and IT has a problem that causes the engine to exit to top, that might be your bugaboo. Bob On Mar 2, 2014, at 5:47 PM

Wait command

2014-03-02 Thread Peter Haworth
I just spent a couple of hours debugging some code and narrowed it down to a "wait 0 with messages" command. WIth that command in my script, nothing after it seems to get executed. When I take that command out, all works fine. I'm obviously misunderstanding how the wait command works. I assumed

Re: Editing the style(s) of text in a field.

2014-03-02 Thread Alex Tweedly
Thanks Peter, I hadn't remember seeing that one. While it is a useful handler, it's hard to see how to extend it to operate on chunks, because ... 1. it depends on setting the textsize of the field (to handle any characters not already within a tag). You can't do that if you're operating ju

Re: Metacard ftp site

2014-03-02 Thread Richmond
On 02/03/14 20:28, Richmond wrote: Now the Metacard IDE is available for Free I would be grateful if somebody could give me the login and password for: ftp://ftp.metacard.com Richmond. Does anybody know why this ftp site is now blocked? ftp://ftp.runrev.com/pub/ Richmond.

Re: GUI scripting on windows

2014-03-02 Thread Roger Eller
It can save as .exe but not as an external. You would call it from LiveCode using shell. ~Roger On Mar 2, 2014 1:40 PM, "Todd Geist" wrote: > Roger, > > How would you integrate with LiveCode? Could you include it in a > Standalone? > > Todd > > > On Sun, Mar 2, 2014 at 10:34 AM, Todd Geist >w

Re: Metacard 2.4

2014-03-02 Thread Richmond
On 02/03/14 21:52, J. Landman Gay wrote: On 3/2/14, 1:32 PM, Richmond wrote: I wonder if anyone could send me the IDE files for Metacard 2.4; this is because on the CanelaSoft site all the engines and the IDE are for MC 2.4.1 except the Linux PPC engine, and as a result the thing won't work on U

Re: Metacard 2.4

2014-03-02 Thread Richmond
On 02/03/14 21:52, J. Landman Gay wrote: On 3/2/14, 1:32 PM, Richmond wrote: I wonder if anyone could send me the IDE files for Metacard 2.4; this is because on the CanelaSoft site all the engines and the IDE are for MC 2.4.1 except the Linux PPC engine, and as a result the thing won't work on U

Re: Force LiveCode to Honor Returns In Server Text File?

2014-03-02 Thread Pierre Sahores
Hi Scott, The way used to handle connections between my LC client apps and LC server stacks : Client side : 1.- set httpHeaders to "Content-type: application/x-www-form-urlencoded" & return 2a.- Windows/Linux LC Client app : POST urlencode(datakey=datavalue&…) to url… 2b.- MacOS X LC client ap

Re: Metacard 2.4

2014-03-02 Thread J. Landman Gay
On 3/2/14, 1:32 PM, Richmond wrote: I wonder if anyone could send me the IDE files for Metacard 2.4; this is because on the CanelaSoft site all the engines and the IDE are for MC 2.4.1 except the Linux PPC engine, and as a result the thing won't work on Ubuntu 12.04 PPC because of a mismatch betw

Metacard 2.4

2014-03-02 Thread Richmond
I wonder if anyone could send me the IDE files for Metacard 2.4; this is because on the CanelaSoft site all the engines and the IDE are for MC 2.4.1 except the Linux PPC engine, and as a result the thing won't work on Ubuntu 12.04 PPC because of a mismatch between the engine (2.4.0) and the IDE

Re: GUI scripting on windows

2014-03-02 Thread Todd Geist
Roger, How would you integrate with LiveCode? Could you include it in a Standalone? Todd On Sun, Mar 2, 2014 at 10:34 AM, Todd Geist wrote: > Thanks Roger! > > > On Sun, Mar 2, 2014 at 8:55 AM, Roger Eller > wrote: > >> It is free, and it is awesome. >> >> http://www.autoitscript.com/site/au

Re: GUI scripting on windows

2014-03-02 Thread Todd Geist
Thanks Roger! On Sun, Mar 2, 2014 at 8:55 AM, Roger Eller wrote: > It is free, and it is awesome. > > http://www.autoitscript.com/site/autoit/ > > ~Roger > > Sent from my Android tablet > On Mar 2, 2014 11:15 AM, "Todd Geist" > wrote: > > > Hello, > > > > I need to do a bit of GUI scripting for

Metacard ftp site

2014-03-02 Thread Richmond
Now the Metacard IDE is available for Free I would be grateful if somebody could give me the login and password for: ftp://ftp.metacard.com Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu

Re: GUI scripting on windows

2014-03-02 Thread Roger Eller
It is free, and it is awesome. http://www.autoitscript.com/site/autoit/ ~Roger Sent from my Android tablet On Mar 2, 2014 11:15 AM, "Todd Geist" wrote: > Hello, > > I need to do a bit of GUI scripting for a small project. I can do it just > fine on the mac using Applescript. But I have no id

GUI scripting on windows

2014-03-02 Thread Todd Geist
Hello, I need to do a bit of GUI scripting for a small project. I can do it just fine on the mac using Applescript. But I have no idea whats possible on the windows side. And I need windows :-( Are there any LiveCode externals for doing screen automation? What about PowerShell? Thanks Todd

Re: Crowd Funding Enhancements

2014-03-02 Thread Mike Kerner
Hide the *&@^@!~)_# dollar-sign variables On Sat, Mar 1, 2014 at 7:38 AM, Richmond wrote: > If you look in the 'Toolset' directory of Livecode 6.6 you will find a > "revvariablewatcher.rev" file. > > If you move that into your plug-ins folder it might prove useful. > > What I don't understand is

Force LiveCode to Honor Returns In Server Text File?

2014-03-02 Thread Scott Rossi
Anyone know if there's a combination of CR and/or LF (or something else) that can be used when posting a text file on a server so that LiveCode is able to understand the line returns when reading the file from the server? In the tests I'm doing, I get inconsistent results. With some files, answer

Re: on-rev funny stuff

2014-03-02 Thread Dave Kilroy
Thanks for the heads-up Mark - I checked spam assassin in my on-rev account (which was showing 'enabled'), turned it off and on again - and voila! Spam levels now back to normal :) - "Some are born coders, some achieve coding, and some have coding thrust upon them." - William Shakespeare &