Latest Release Breaking AppleScript?
Posted: Mon Oct 03, 2005 11:05 pm
Hey all
I had some scripts I made to set away messages via iCal triggers, but now, every time a script is launched, it quits Adium -- and doesn't set the message properly.
Now, even simple scripts aren't working -- like this one:
tell application "Adium"
set status message string to "At Work"
end tell
It compiles, but gives the error "Adium got an error: Can't make status message string into type reference."
Why is this no longer working?
TIA,
Maury
I had some scripts I made to set away messages via iCal triggers, but now, every time a script is launched, it quits Adium -- and doesn't set the message properly.
Now, even simple scripts aren't working -- like this one:
tell application "Adium"
set status message string to "At Work"
end tell
It compiles, but gives the error "Adium got an error: Can't make status message string into type reference."
Why is this no longer working?
TIA,
Maury