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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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 &
22 matches
Mail list logo