Applescript : get wrong status. Set status and Adium crashes
Posted: Wed May 25, 2005 4:59 pm
Hi there.
Following AS Code
returns away if i'm available and away and idle if i'm away.
if i try this AS Code:
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
Following AS Code
Code: Select all
tell application "Adium"
set theStatus to my status
end tell
if i try this AS Code:
Code: Select all
tell application "Adium"
set my status to away
end tell
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