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:
ultrAlex1907
New Member
*

Avatar

Posts: 4
– / Male / –
Joined: Mar 2005
O.P. help!: i want see my own popup
hi there im new,
i have wlm 8.0.0792 with wlm plus 4.0.235

my question is how i can see my own popup if i log in, sometimes i see and mostly not, how can i this activate this and see the popup every time.

i hope you understand me.

greetings.
ultrAlex1907 ;)
07-09-2006 06:30 PM
Profile E-Mail PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: help!: i want see my own popup
You can add yourself to your contacts list...

However, you won't get a pop-up when you sign in, but will when you go offline then online.

.. Don't know if that helps or not, but that's all I know of.

This post was edited on 07-09-2006 at 06:37 PM by Chris4.
Twitter: @ChrisLozeau
07-09-2006 06:36 PM
Profile PM Find Quote Report
ultrAlex1907
New Member
*

Avatar

Posts: 4
– / Male / –
Joined: Mar 2005
O.P. RE: help!: i want see my own popup
no i dont see it chris4, but thanks for your fast reply.
07-09-2006 06:41 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: help!: i want see my own popup
quote:
Originally posted by ultrAlex1907
my question is how i can see my own popup if i log in
Can you clarify what you mean exactly?
[Image: spartaafk.png]
07-09-2006 08:33 PM
Profile PM Web Find Quote Report
ultrAlex1907
New Member
*

Avatar

Posts: 4
– / Male / –
Joined: Mar 2005
O.P. RE: RE: help!: i want see my own popup
quote:
Originally posted by RaceProUK
quote:
Originally posted by ultrAlex1907
my question is how i can see my own popup if i log in
Can you clarify what you mean exactly?


look i add myself in my contact list but when i change my nickname i want see it how it looks in the popup, but  when i goes online, i dont see the popup.

i hope you, you understand me.
07-09-2006 08:37 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: help!: i want see my own popup
I am not fully sure what you are after. Nevertheless, I have made a tiny script to acheive what I think you are after.
code:
function OnEvent_Signin() {
MsgPlus.DisplayToast('Signed In', "Your have signed into messenger");
}
07-09-2006 08:40 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: help!: i want see my own popup
code:
function OnEvent_Signin() {
    MsgPlus.DisplayToast("Messenger Plus! Live", Messenger.MyName + "\nSigned in");
}
is actually what you want.
[Image: spartaafk.png]
07-09-2006 08:58 PM
Profile PM Web Find Quote Report
ultrAlex1907
New Member
*

Avatar

Posts: 4
– / Male / –
Joined: Mar 2005
O.P. RE: help!: i want see my own popup
no i want change the setting of windows live messenger, i think the settings are wrong.
07-09-2006 09:01 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: help!: i want see my own popup
If there was a way to change the WLM settings to get whjat you want, we'd have suggested it. As there isn't, the scripts given here are the next best thing.
[Image: spartaafk.png]
07-10-2006 10:26 AM
Profile PM Web Find Quote Report
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 »


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