Re: Can't make remote AppleEvents work
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.