Language issue
Language issue
- Subject: Language issue
- From: Steve Roy <email@hidden>
- Date: Sun, 18 Apr 2004 20:37:58 -0400
Here's a weird behavior involving remote Apple events. The following
script works fine when both the local and remote Macs are set to
english. However if I switch the local Mac to french, the script gives
an error because application "Finder" doesn't exist. Switching back to
english makes it behave again. (That's quitting the AppleScript Studio
containing this script every time of course.)
tell application "Finder" of machine ("eppc://" & gAddress)
using terms from application "Finder"
set theProcessNames to name of every application process
end using terms from
end tell
The name of the Finder is the same in french, so that's not the problem.
Any ideas?
Steve
--
Steve Roy <email@hidden>
Personal homepage: <
http://homepage.mac.com/sroy>
Projects homepage: <
http://www.roydesign.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.