I looked at the applescript dictionary for my Rev 2.7.4 application
and it had:
do script v : Execute Revolution script

So, I tried telling my application to do the following as a simple test from the
applescript script editor:

tell application "MyApp"
        activate
        do script  "quit"
end tell


When I run that applescript it complains with a syntax error about the word "script".

Can I write an applescript that will tell a Rev app script to run?
Anyone have an example or a tip for me?

tia,
sims



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to