FROM REV to APPLESCRIPT
Ken Ray
kray at sonsothunder.com
Fri Aug 9 13:53:01 EDT 2002
Paolo,
You build it into the AppleScript code you write in Revolution. For example,
you could do:
on mouseUp
put "My Hard Disk" into tHD
put "tell application" && quote & "Finder & quote & cr & \
"open disk" && tHD & cr & "end tell" into tAS
do tAS as AppleScript
end mouseUp
Hope this helps,
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
----- Original Message -----
From: "paolo mazza" <mazzapaolo at libero.it>
To: <use-revolution at lists.runrev.com>
Sent: Friday, August 09, 2002 4:10 AM
Subject: FROM REV to APPLESCRIPT
> How can I set the value of a variable in an Applescript piece of code to
a
> field of a stack in REV?
> Am I supposed to use the clipboard?
> Thanks, Paolo
>
> _______________________________________________
> 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