Make new chat in Adium using Cocoa ScriptingBridge
Posted
by JR
on Stack Overflow
See other posts from Stack Overflow
or by JR
Published on 2010-03-13T14:25:16Z
Indexed on
2010/03/14
6:25 UTC
Read the original article
Hit count: 383
The following AppleScript code works fine:
tell application "Adium" to tell first account to make new chat with contacts {first contact} with new chat window
But how can I do the same using Cocoa's ScriptingBridge?
© Stack Overflow or respective owner