What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » help!: i want see my own popup

help!: i want see my own popup
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: help!: i want see my own popup
code:
function OnEvent_Signin(){
  MsgPlus.DisplayToastContact("Messenger Plus! Live", Messenger.MyName, "Signed in");
}

This script will show you how your name looks with the formatting too.

code:
function OnEvent_MyNameChange(NewName){
  MsgPlus.DisplayToastContact("Messenger Plus! Live", NewName, "Changed Name");
}

This scipt will show you straight away after changing your name how it looks to you contacts including the formatting.

I hope these help you. :)

EDIT: RaceProUK is correct, the only way we can change this is with a scipt.  The advantage with using a scipt aswell is that it is easily adaptable to however you want it (eg formatted, unformatted, with different text, etc.), if microsoft were to do this for you then you woud have to put up with it how they wish for it to be for you.

This post was edited on 07-10-2006 at 01:53 PM by markee.
[Image: markee.png]
07-10-2006 12:29 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help!: i want see my own popup - by ultrAlex1907 on 07-09-2006 at 06:30 PM
RE: help!: i want see my own popup - by Chris4 on 07-09-2006 at 06:36 PM
RE: help!: i want see my own popup - by ultrAlex1907 on 07-09-2006 at 06:41 PM
RE: help!: i want see my own popup - by RaceProUK on 07-09-2006 at 08:33 PM
RE: RE: help!: i want see my own popup - by ultrAlex1907 on 07-09-2006 at 08:37 PM
RE: help!: i want see my own popup - by absorbation on 07-09-2006 at 08:40 PM
RE: help!: i want see my own popup - by RaceProUK on 07-09-2006 at 08:58 PM
RE: help!: i want see my own popup - by ultrAlex1907 on 07-09-2006 at 09:01 PM
RE: help!: i want see my own popup - by RaceProUK on 07-10-2006 at 10:26 AM
RE: help!: i want see my own popup - by markee on 07-10-2006 at 12:29 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