Re: Remote Apple Events
Re: Remote Apple Events
- Subject: Re: Remote Apple Events
- From: David Durkee <email@hidden>
- Date: Fri, 1 Aug 2003 10:09:33 -0500
Try this:
using terms from application "Finder"
tell application "Finder" of machine "eppc://192.200.9.79"
activate
display dialog "Medusa!!!!!" buttons {"Medusa", "Medusinha"}
end tell
end using terms from
The using terms from allows it to get terminology for the Finder (from
your Finder) so it can compile the script. It can't gets terms from the
remote application because it doesn't have access to its file.
I also changed the buttons parameter in display dialog so you'll get
two buttons instead of 1 named "Medusa, Medusinha".
David
On Friday, August 1, 2003, at 09:44 AM, Marcus Rodrigues wrote:
tell application "Finder" of machine "eppc://192.200.9.79"
activate
display dialog "Medusa!!!!!" buttons "Medusa, Medusinha"
end tell
--
David Durkee
email@hidden
<
http://ddurkee.homeip.net/>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.