2010/2/3 Emmett Gray <[email protected]>:
> Nothing happens other than activation. While I'm asking, the next things I
> would want to have happen are to put the clipboard into a field and send a
> mouseUp to a button.

Try this:

tell application "Revolution"
        do script "if the clipboard is text then
 go cd \"MyCard\" of stack \"TheSlugLab\"
 select text of fld \"MyField\"
 paste
 send \"mouseUp\" to btn \"MyButton\"
 end if"
end tell


HTH

-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
_______________________________________________
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