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:
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. RE: MsgPlus.ScriptRegPath| Problem :(
Heyho.
code:
var regPath;
function OnEvent_Initialize(MessengerStart){
regPath = MsgPlus.ScriptRegPath + Messenger.MyUserId;
}

function loadsettings(){
twittername = Shell.RegRead(regPath + Messenger.MyUserId +  "\\twitterusername");
twittertimer= Shell.RegRead(regPath +  "\\twittertimer");






Okay. I edited my script :

code:
var regPath;
var twitterusername;
var twittername;
var twittertimer;

function OnEvent_Initialize ( ) {
   
    if ( Messenger.MyStatus < STATUS_INVISIBILE ) return false;
    regPath = MsgPlus.ScriptRegPath + Messenger.MyUserId;
    if (twittertimer === 0){
    return false;
}
loadsettings();
MsgPlus.AddTimer("nextUpdate", twittertimer*60*1000);
}
function OnEvent_SigninReady ( sEmail ) {
    OnEvent_Initialize (  );
}

function loadsettings(){
twittername = Shell.RegRead(regPath  +  "\\twitterusername");
twittertimer= Shell.RegRead(regPath  +  "\\twittertimer");
}


does not work either

This post was edited on 09-18-2009 at 02:28 PM by m0nst3rkill3r.
09-18-2009 02:16 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