Pause resume script
Frank D. Engel, Jr.
fde101 at fjrhome.net
Tue Mar 1 19:30:26 EST 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As in, the first script tells the second to start and waits for it to
finish?
Sure, just use the "send" notation without specifying a time, or if the
needed handler is already in the message path of the first script,
simply use its name:
on firstHandler
-- do stuff first
secondHandler
-- this executes AFTER secondHandler finishes
end firstHandler
on secondHandler
-- this stuff executes before firstHandler continues
end secondHandler
Is that what you meant?
(if the second is not in the normal message path, or to skip steps in
the message path, you might need to do an explicit send:
send "secondHandler" to field "My Field" of card "My Card" of stack "My
Stack"
)
On Mar 1, 2005, at 7:20 PM, Hershel Fisch wrote:
> Hi, is there a way to pause resume a script meaning while a script is
> in
> process to be paused by another script and when it finishes the first
> continues ?
> Hershel
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
- -----------------------------------------------------------
Frank D. Engel, Jr. <fde101 at fjrhome.net>
$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten
Son, that whosoever believeth in him should not perish, but have
everlasting life.
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFCJQki7aqtWrR9cZoRAiDaAJ4hvJJT+yUsixSddxc12gCYMilFLACghvr/
e4QaX18EFARwHnr6v+d7XxU=
=29vL
-----END PGP SIGNATURE-----
___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com
More information about the use-livecode
mailing list