Program Linking in OS X
Program Linking in OS X
- Subject: Program Linking in OS X
- From: Steve Savery <email@hidden>
- Date: Wed, 30 Oct 2002 15:59:18 +0000
Am I wrong, or does Mac OS X 10.2.1 not support Program Linking via
AppleScript?
When I write:
tell app "Finder" of machine "Scanning Mac"
display dialog "Hi"
end tell
After checking the syntax it is cropped to read:
tell application "Finder"
display dialog "Hi"
end tell
What happened to my code for talking to the 'Scanning Mac'?
Anyone?
Steve
OS X 10.2.1
SE 1.9
AS 1.9
_______________________________________________
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.