Search found 2 matches

by keenethery
Sun Mar 23, 2008 2:41 am
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 27963

Recipe for Script Editor to Revolution app communication

This is what worked for me. I am running Leopard (10.5.2) on a Power PC, and using Revolution 2.8.1.

1. Open Revolution
2. File / New Mainstack
3. Object / Stack Script
4. enter the following script

on barklikeadog additionalStuff
return "arf arf" && the seconds && additionalStuff
end ...
by keenethery
Sun Mar 23, 2008 12:10 am
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 27963

Can you add this info to the documentation?

I've been searching off and on for this answer for over 2 years. It would be really handy if the docs showed:
1. the applescript that you would put into ScriptEditor to send and receive info via AppleEvents from a RunRev app.
2. a stack script catches the appleevent, reads data from a text field ...