What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » MsgPlus.ScriptRegPath| Problem :(

MsgPlus.ScriptRegPath| Problem :(
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: MsgPlus.ScriptRegPath| Problem :(
Post the code so we can see where you are going wrong.

It is likely that you are using Messenger.MyUserId when it is not initialized therefore causing errors.

To combat issues with such events occuring this is what I do:

Javascript code:
function OnEvent_Initialize ( ) {
    if ( Messenger.MyStatus < STATUS_INVISIBILE ) return false;
    /*
        Do stuff here like read the registry etc.
        If we make it past the first line in this function than the user
        we know is signed in.
    */

}
 
function OnEvent_SigninReady ( sEmail ) {
    OnEvent_Initialize (  );
}


This post was edited on 09-18-2009 at 12:37 PM by matty.
09-18-2009 12:35 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MsgPlus.ScriptRegPath| Problem :( - by m0nst3rkill3r on 09-18-2009 at 11:49 AM
RE: MsgPlus.ScriptRegPath| Problem :( - by matty on 09-18-2009 at 12:35 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by m0nst3rkill3r on 09-18-2009 at 02:16 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by matty on 09-18-2009 at 02:36 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by m0nst3rkill3r on 09-18-2009 at 02:42 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by matty on 09-18-2009 at 02:56 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by m0nst3rkill3r on 09-18-2009 at 02:58 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by matty on 09-18-2009 at 03:05 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by m0nst3rkill3r on 09-18-2009 at 03:07 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by Matti on 09-18-2009 at 03:34 PM
RE: MsgPlus.ScriptRegPath| Problem :( - by m0nst3rkill3r on 09-18-2009 at 03:43 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