• 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: Can't make remote AppleEvents work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't make remote AppleEvents work


  • Subject: Re: Can't make remote AppleEvents work
  • From: deivy petrescu <email@hidden>
  • Date: Tue, 15 Jun 2004 23:52:44 -0400

On Jun 15, 2004, at 10:30 PM, Ken Tozier wrote:

I wrote a couple of test scripts, a "server" and a "client" and am
having no luck with the "eppc://<machine-name>" AppleScript call

Server script is a "run and stay open" script on mac running OS 10.3.4
with "remote apple events" and "allow events from mac os 9" both
checked:


Server script:
on ListDesktopFiles()
return list folder (path to desktop)
end

Client script:
tell application "server script" of machine "eppc://<machine name>"
set x to ListDesktopFiles()
end tell




Thanks for any insights

Ken



Try this:

tell application "server script" of machine "eppc://<machine name>" to set x to ListDesktopFiles()


It works here

Regards
Saudagues

deivy petrescu
http://www.dicas.com/
_______________________________________________
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: 
 >Can't make remote AppleEvents work (From: Ken Tozier <email@hidden>)

  • Prev by Date: Name of Active Process
  • Next by Date: Re: Name of Active Process
  • Previous by thread: Can't make remote AppleEvents work
  • Next by thread: Re: Can't make remote AppleEvents work
  • Index(es):
    • Date
    • Thread