Search found 51 matches

by mmiele
Tue Mar 13, 2007 11:04 am
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 22203

IT WORKS!

Thank you: I should never find the solution by myself.
by mmiele
Mon Mar 12, 2007 10:32 am
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 22203

Dear Lynn, do script ("myScript") doesn't work on my system, but I've found a way: tell application "Revolution" activate do script "send \"myScript\" to stack \"myStack\"" end tell But now I have another problem: if I close the stack in a standalone named "myApp", tell application "myApp" activate ...
by mmiele
Fri Mar 09, 2007 6:32 pm
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 22203

Dear friends, the "do" is a RR command: you can only use it from the inside of RR, eventually to control another application using Applescript. What I need is just the opposite: to control RR trough Applescript from the outside of RR. Every application which is "Applescript ready" responds to common...
by mmiele
Fri Mar 09, 2007 11:30 am
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 22203

Revolution support two Applescript command: Do script and Evaluate. Do script executes any RR script, Evaluates returns a RR function value. Tell "Revolution" do "quit" end tell works without problems. But Tell "Revolution" do script "myScript" of stack "test" end tell or also Tell "Revolution" do s...
by mmiele
Fri Mar 09, 2007 3:06 am
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 22203

What I need is just the opposite:using Applescript to execute a RR handler
by mmiele
Thu Mar 08, 2007 6:07 pm
Forum: Mac OS
Topic: calling a RR script form Applescript
Replies: 20
Views: 22203

calling a RR script form Applescript

Opening the RunRev dictionary from Applescript editor, I found RunRev support the "do" and "Evaluate" command, to call an handler and to get a function result from Applescript. I made a few tests but, while I was able to call commands like "open" or "quit", I wasn't able to call specific handlers in...

Go to advanced search