What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need help, Set status to Idle (NOT away)

Need help, Set status to Idle (NOT away)
Author: Message:
KnRd_WC
Junior Member
**

Avatar
Florian PAQUET

Posts: 74
Reputation: 1
35 / Male / Flag
Joined: Aug 2006
RE: Need help, Set status to Idle (NOT away)
Hi bleezer ! :D

I'm not sure of that, but I think that you can't set your status on "Idle" with Messenger.MyStatus... I've tried your script with other status, and  it goes...

Example :

code:
Messenger.MyStatus = "6";

function OnEvent_MyStatusChange(NewStatus) {
    if (NewStatus==6) {
        MsgPlus.DisplayToast("Status","IDLE");
    }
}


With this code, there is no notification.

code:
Messenger.MyStatus = "5";

function OnEvent_MyStatusChange(NewStatus) {
    if (NewStatus==5) {
        MsgPlus.DisplayToast("Status","BE RIGHT BACK");
    }
}


With this one, there is the notification.

:(

(Sorry for my English, I'm French ;))
08-18-2006 10:33 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help, Set status to Idle (NOT away) - by bleezer on 08-18-2006 at 10:06 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-18-2006 at 10:33 PM
RE: RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 12:12 PM
RE: RE: RE: Need help, Set status to Idle (NOT away) - by Kutar on 08-19-2006 at 01:03 PM
RE: Need help, Set status to Idle (NOT away) - by Silentdragon on 08-18-2006 at 10:46 PM
RE: Need help, Set status to Idle (NOT away) - by Kutar on 08-19-2006 at 11:06 AM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 12:19 PM
RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 12:51 PM
RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 01:26 PM
RE: Need help, Set status to Idle (NOT away) - by Kutar on 08-19-2006 at 01:29 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 01:31 PM
RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 01:32 PM
RE: Need help, Set status to Idle (NOT away) - by Kutar on 08-19-2006 at 01:32 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 01:35 PM
RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 01:35 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 01:43 PM
RE: RE: Need help, Set status to Idle (NOT away) - by bleezer on 08-19-2006 at 02:08 PM
RE: RE: RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 02:12 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 02:10 PM
RE: RE: RE: RE: Need help, Set status to Idle (NOT away) - by bleezer on 08-19-2006 at 02:19 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 03:47 PM
RE: RE: Need help, Set status to Idle (NOT away) - by mickael9 on 08-19-2006 at 10:24 PM
RE: Need help, Set status to Idle (NOT away) - by TheAngel on 08-19-2006 at 04:12 PM
RE: RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 04:32 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 04:22 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 04:41 PM
RE: Need help, Set status to Idle (NOT away) - by Voldemort on 08-19-2006 at 04:55 PM
RE: Need help, Set status to Idle (NOT away) - by CookieRevised on 08-19-2006 at 07:26 PM
RE: Need help, Set status to Idle (NOT away) - by KnRd_WC on 08-19-2006 at 10:30 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On