What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Saving Settings

Saving Settings
Author: Message:
ArkaneArkade
Full Member
***

Avatar
The One and Only

Posts: 193
Reputation: 5
38 / Male / Flag
Joined: Mar 2007
O.P. RE: RE: Saving Settings
quote:
Originally posted by SmokingCookie

code:
var Initialised = false;

function OnEvent_Initialize(boolMsgStart) {
      if((!boolMsgStart) && (Messenger.MyStatus > 0)) {
            // Whatever you want to do
            Initialised = true;
      }
}

function OnEvent_SigninReady(strEmail) {
      if(!Initialised) { // equal to if(Initilaised == false)
            OnEvent_Initialize(false);
            // Whatever you want to do
      }
}



I don't mean to criticise, but won't that script only work once, either at startup or when someone signs in, meaning that any subsequent signons (brother for instance) will still have the same variables, or is there some sneaky bit I'm missing?

As for meaningful variables - I have ocd, and can't do otherwise.  Besides, much of my scripting is learned by looking at others scripts, and I'd love someday if that was what mines were used (along with my creation purpose) for and it actually helped people pickup some things.
[Image: adsig.jpg]
11-01-2008 06:31 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Saving Settings - by ArkaneArkade on 11-01-2008 at 02:38 AM
RE: Saving Settings - by markee on 11-01-2008 at 04:00 AM
RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 04:29 AM
RE: Saving Settings - by markee on 11-01-2008 at 04:58 AM
RE: Saving Settings - by SmokingCookie on 11-01-2008 at 02:27 PM
RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 05:33 PM
RE: Saving Settings - by SmokingCookie on 11-01-2008 at 05:38 PM
RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 05:43 PM
RE: Saving Settings - by SmokingCookie on 11-01-2008 at 05:49 PM
RE: RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 05:55 PM
RE: Saving Settings - by SmokingCookie on 11-01-2008 at 06:01 PM
RE: RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 06:31 PM
RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 06:10 PM
RE: Saving Settings - by SmokingCookie on 11-01-2008 at 06:17 PM
RE: Saving Settings - by SmokingCookie on 11-01-2008 at 06:36 PM
RE: RE: Saving Settings - by ArkaneArkade on 11-01-2008 at 06:45 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