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

Pages: (2): « First « 1 [ 2 ] Last »
Script about lock messenger
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: Script about lock messenger
quote:
Originally posted by Patchou
errr... well, I'm either very tired and unable to read the documentation I wrote myself, or you should open it yourself :p

LockMessenger() is a function [Image: msn_happy.gif]
My bad, I think the one and only time I used it I got confused with it too because most things that are defined by a boolean variable are properties and are read/write.  BTW, i did have it open already, I was just too lazy to take a look.
[Image: markee.png]
12-13-2006 06:34 AM
Profile PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Script about lock messenger
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...
12-13-2006 02:13 PM
Profile E-Mail PM Find Quote Report
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
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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