What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script about lock messenger

Script about lock messenger
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: RE: Script about lock messenger
quote:
Originally posted by foaly
quote:
Originally posted by CookieRevised
code:
    function OnEvent_Signin(sEmail) {
        if (sEmail === 'mymail@mail.com') MsgPlus.LockMessenger(true);
    }


why not remove the lock at the same time...


code:
    function OnEvent_Signin(sEmail) {
        if (sEmail === 'mymail@mail.com') {
         MsgPlus.LockMessenger(true);
         MsgPlus.LockMessenger(false);
       }
    }

that would prompt you the password window...

The only reason you would want it to go into lock is for it to not be able to be seen, otherwise you are better off just not having autosign-in and your password not being saved.
[Image: markee.png]
12-13-2006 04:50 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script about lock messenger - by xsuper on 12-13-2006 at 01:04 AM
RE: Script about lock messenger - by Rolando on 12-13-2006 at 01:18 AM
RE: Script about lock messenger - by markee on 12-13-2006 at 01:27 AM
RE: Script about lock messenger - by Spunky on 12-13-2006 at 02:10 AM
RE: Script about lock messenger - by CookieRevised on 12-13-2006 at 02:18 AM
RE: Script about lock messenger - by deAd on 12-13-2006 at 03:11 AM
RE: Script about lock messenger - by CookieRevised on 12-13-2006 at 03:18 AM
RE: Script about lock messenger - by Patchou on 12-13-2006 at 06:00 AM
RE: RE: Script about lock messenger - by markee on 12-13-2006 at 06:14 AM
RE: Script about lock messenger - by Patchou on 12-13-2006 at 06:24 AM
RE: Script about lock messenger - by markee on 12-13-2006 at 06:34 AM
RE: Script about lock messenger - by foaly on 12-13-2006 at 02:13 PM
RE: RE: Script about lock messenger - by markee on 12-13-2006 at 04:50 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