• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Remote Apple Events
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Remote Apple Events (From: Marcus Rodrigues <email@hidden>)

  • Prev by Date: Re: Smile bugs
  • Next by Date: Re: Script to Get Finder Selection?
  • Previous by thread: Remote Apple Events
  • Next by thread: Updating prefs in cocoa apps
  • Index(es):
    • Date
    • Thread