Alright I'm fairly new to Applescripting so I'm hoping someone can spot my problem in my script. Basically I'm just trying to have a script that will accept any incoming screen sharing invitations. Here is what I have:
tell application "iChat"
tell (received local screen sharing invitation)
tell (accept)
end tell
end tell
end tell
If you guys can help that would be great. Here is the error message i'm getting:
Result:
error "iChat got an error: Cant continue received local screen sharing invitation." number -1708
Thanks in advance.
tell application "iChat"
tell (received local screen sharing invitation)
tell (accept)
end tell
end tell
end tell
If you guys can help that would be great. Here is the error message i'm getting:
Result:
error "iChat got an error: Cant continue received local screen sharing invitation." number -1708
Thanks in advance.