Bad correlation between status type using applescript
Posted: Fri Feb 08, 2008 9:31 pm
Hi I am new to this forum and I have some problem using Applescript in adium.
Using;
I don't get the same status as the main window in Adium.
The user is greyed out in main window (offline) but when using status type in apple script the result is available?
Also have some strange behavior using "idle time"
Is "idle time" the same thing as last seen when hovering over a contact or something else?
Using my MSN account in Adium 1.2.1 on OS X 10.5.1
/Peter T
Using;
Code: Select all
tell application "Adium" to get status type of contact "user"The user is greyed out in main window (offline) but when using status type in apple script the result is available?
Also have some strange behavior using "idle time"
Is "idle time" the same thing as last seen when hovering over a contact or something else?
Using my MSN account in Adium 1.2.1 on OS X 10.5.1
/Peter T