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:
bleezer
New Member
*


Posts: 5
Joined: Aug 2006
O.P. Need help, Set status to Idle (NOT away)
Hi guys..
i scripted a tool that sets my status to IDLE (NOT away) but it doesn't work. It just does nothing. Here it is:

code:
function OnEvent_Initialize(MessengerStart)
{
}

function OnGetScriptMenu(Location)
{
    var ScriptMenu = "<ScriptMenu>";
       ScriptMenu    +=  "<MenuEntry Id=\"StatusIdle\">";
       ScriptMenu    +=    "Set Status Idle";
       ScriptMenu    +=  "</MenuEntry>";
    ScriptMenu    += "</ScriptMenu>";
    return ScriptMenu;
}

function OnEvent_MenuClicked(MenuItemId,Location,OriginWnd)
{
    switch(MenuItemId) {
        case "StatusIdle": 
            SetStatusIdle();
        break;
    }
}

function SetStatusIdle()
{
    Messenger.MyStatus = "6";    //6 = Idle
}

function OnEvent_Uninitialize(MessengerExit)
{
}

I scripted this because my Live Messenger doesn't set my status to Idle after x minutes (although  this function is activated)..
Thanks for your help..
08-18-2006 10:06 PM
Profile E-Mail PM 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