What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Remove Notifications when changing PSM

Remove Notifications when changing PSM
Author: Message:
Johnny09
New Member
*


Posts: 13
Joined: Sep 2008
O.P. RE: Remove Notifications when changing PSM
This is my first Script in JScript for MSN.. so sorry if im not really experienced in it. Im a web programmer (PHP, JAVA, XML, XSLT..) and i wanted to make a little addon for MSN.

My BlinkText addon is a little fun application.
You enter your blinktext in a settings menu and activate the script.

And soon your PSM starts to blink, its this part here:

code:
        if (TimerId == 'my_monitor' && enabled){
                        if (counter % 2 == 0) {
                            Messenger.MyPersonalMessage = txt;
                         }
                         else {
                             Messenger.MyPersonalMessage = '';
                         }
...


a timer counts up a variable and so i get my blink effect.
due to a limitation in msn i can change my PSM only 6times per minute.

each time i change  my PSM my contact partner can see in our window:
"Johnny changed his personal message to ..."

in german it would be

"Johnny änderte seine status nachricht in ..."
"Johnny entferne seine status nachricht"..

I attached i picture so you can see which notification i mean

.jpg File Attachment: notification.jpg (39.73 KB)
This file has been downloaded 108 time(s).
10-08-2009 03:48 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Remove Notifications when changing PSM - by Johnny09 on 10-08-2009 at 03:19 PM
RE: Remove Notifications when changing PSM - by m0nst3rkill3r on 10-08-2009 at 03:22 PM
RE: Remove Notifications when changing PSM - by Johnny09 on 10-08-2009 at 03:28 PM
RE: Remove Notifications when changing PSM - by matty on 10-08-2009 at 03:34 PM
RE: Remove Notifications when changing PSM - by Johnny09 on 10-08-2009 at 03:48 PM
RE: Remove Notifications when changing PSM - by matty on 10-08-2009 at 04:56 PM
RE: Remove Notifications when changing PSM - by Johnny09 on 10-08-2009 at 05:03 PM
RE: Remove Notifications when changing PSM - by matty on 10-08-2009 at 05:48 PM
RE: Remove Notifications when changing PSM - by Johnny09 on 10-08-2009 at 07:17 PM
RE: Remove Notifications when changing PSM - by Spunky on 10-08-2009 at 08:02 PM
RE: Remove Notifications when changing PSM - by matty on 10-08-2009 at 08:13 PM
RE: Remove Notifications when changing PSM - by Spongshga on 11-28-2009 at 01:16 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