1.3 and applescript problem
Posted: Thu Aug 28, 2008 12:52 pm
I was using the following applescript code without a problem until I upgraded to 1.3 -
tell application "Adium"
set status of every account to the first status whose name is "At Work"
end tell
It now gives the following error:
Adium got an error: Can’t set name of status to status 1 whose name = "At Work".
I've tried changing the status to one of the generic ones and still get the same error. I've also tried this code:
tell application "Adium" to set status of every account to the status "Away"
same error message.
Any suggestions?
tell application "Adium"
set status of every account to the first status whose name is "At Work"
end tell
It now gives the following error:
Adium got an error: Can’t set name of status to status 1 whose name = "At Work".
I've tried changing the status to one of the generic ones and still get the same error. I've also tried this code:
tell application "Adium" to set status of every account to the status "Away"
same error message.
Any suggestions?