quote:
Originally posted by bleezer
I scripted this because my Live Messenger doesn't set my status to Idle after x minutes (although this function is activated).
If it doesn't set your status to idle after x minutes you either:
1) did not activated it properly in the Messenger preferences
2) moved your mouse or pressed your keyboard. Thus you aren't in idle mode anymore and thus MEssenger will set your status to online again.
quote:
Originally posted by Kutar
I think who requests the script like this, they want the script is : Idle anytime.
Silentdragon's link is only idle on signin. But not anytime.
The link posted is exactly about the same issue: setting your status on demand to idle.
quote:
Originally posted by KnRd_WC
code:
Messenger.MyStatus = "6";
With this code, there is no notification;
1) the mystatus property expects a number, not a string.
2) even if you set it to 6 (the number), you wont recieve a notification because you can not set the messenger status to idle like that. You can retrieve the current status if it is idle, but you can not set it to idle.
Please see the link Silentdragon posted:
CookieRevised's reply to "[REQUEST]Idle lies".