Page 1 of 1

Applescript : get wrong status. Set status and Adium crashes

Posted: Wed May 25, 2005 4:59 pm
by Stalkingwolf
Hi there.

Following AS Code

Code: Select all

tell application "Adium"
	set theStatus to my status
end tell
returns away if i'm available and away and idle if i'm away.


if i try this AS Code:

Code: Select all

tell application "Adium"
	set my status to away
end tell
Adium crashes ... :?
ok i read the AD documentation and to set the status does not work yet. But if i set the status to Available. Adium set the status message to Custom "Available"

Sven