how to avoid "Error -1708" in an iChat script
how to avoid "Error -1708" in an iChat script
- Subject: how to avoid "Error -1708" in an iChat script
- From: Bob Majors <email@hidden>
- Date: Tue, 15 Apr 2008 08:53:18 -0700
I'm trying to have some things happen when "buddy became
available" (see later for improper code snippet, but you get the
idea). Meanwhile I'm stripping things down to learn the proper
syntax, and the following 'display dialog' works when running script
1, but I also get: "Error -1708". What do I need to add/change to
avoid the error? Thanks.
Bob
[script 1]
using terms from application "iChat"
display dialog "hello world"
end using terms from
--
[part of script 2]
tell application iChat
using terms from application "iChat"
on buddy became available theBuddy
set buddyHandle to handle of theBuddy
if buddy became available then
if buddyHandle is "<someEmailAddress>" then
<takeSomeAction>
end if
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden