What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Disable/Enable.

[Request] Disable/Enable.
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Request] Disable/Enable.
Javascript code:
            if(Enabled == 1) { Enabled = 0; }
            if(Enabled == 0) { Enabled = 1; }


Could just be:
Javascript code:
Enabled = !Enabled;


Also, the ChatWndSendMessage event appears to be in an if statement... No experience with this (I'm guessing though it's not right), but I would say that's why it only works properly in one condition.
<Eljay> "Problems encountered: shit blew up" :zippy:
04-09-2010 11:03 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Disable/Enable. - by Seed on 04-09-2010 at 07:54 PM
RE: [Request] Disable/Enable. - by whiz on 04-09-2010 at 08:15 PM
RE: [Request] Disable/Enable. - by matty on 04-09-2010 at 08:15 PM
RE: [Request] Disable/Enable. - by Seed on 04-09-2010 at 08:51 PM
RE: [Request] Disable/Enable. - by matty on 04-09-2010 at 09:45 PM
RE: [Request] Disable/Enable. - by Spunky on 04-09-2010 at 11:03 PM
RE: RE: [Request] Disable/Enable. - by Volv on 04-09-2010 at 11:18 PM
RE: [Request] Disable/Enable. - by Seed on 04-10-2010 at 10:54 AM


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