progress bar stalls

Ken Ray kray at sonsothunder.com
Fri Aug 30 18:13:01 EDT 2002


Brad,

It can be any application. The basic thing is that when Rev executes a
program with "open process", it keeps track of it in the openProcesses
global, and can force it closed because it "owns" the process. This also
allows it to be asynchronous (unlike shell()) and move on with your scripts.

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Brad Allen" <BradAllen at mac.com>
To: <use-revolution at lists.runrev.com>
Sent: Friday, August 30, 2002 4:55 PM
Subject: Re: progress bar stalls


> >Brad,
> >
> >If you can use "open process" instead of "shell" (at least for Windows),
> >that will allow you to continue updating your progress bar. I don't know
if
> >it works the same for Mac and AppleScript, though...
>
> That looks interesting...however, I don't fully understand the
> documentation for Open Process and Read from Process. Can you use
> this with any kind of program at all, or does it have to be Rev
> standalone, or something like a shell script or DOS batch file?
>
> Thanks!
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list