What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Messenger.MyPersonalMessage empty ?!

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Messenger.MyPersonalMessage empty ?!
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger.MyPersonalMessage empty ?!
Javascript code:
function OnEvent_Initialize() {
    if (Messenger.MyStatus < STATUS_INVISIBLE) return false;
    Debug.Trace(Messenger.MyPersonalMessage);
}
 
function OnEvent_SigninReady() {
    OnEvent_Initialize();
}


Try that

This post was edited on 02-23-2010 at 06:37 PM by matty.
02-23-2010 06:33 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger.MyPersonalMessage empty ?!
quote:
Originally posted by billyy
I used it in my script, I tend to use it a lot to show friends wIu2.
But unfortunately it doesn't work there either so i can NOT save my PM before changing it D:
What?!? Check your PMs.
02-23-2010 07:44 PM
Profile E-Mail PM Find Quote Report
AngelDevil
Full Member
***

Avatar
MsgPlus! Script Developer

Posts: 175
33 / Male / Flag
Joined: Jun 2007
RE: Messenger.MyPersonalMessage empty ?!
quote:
Originally posted by matty
Javascript code:
function OnEvent_Initialize() {
    if (Messenger.MyStatus < STATUS_INVISIBLE) return false;
    Debug.Trace(Messenger.MyPersonalMessage);
}
 
function OnEvent_SigninReady() {
    OnEvent_Initialize();
}


Try that

It doesn't work...

This post was edited on 02-23-2010 at 07:46 PM by AngelDevil.
http://www.amicogeek.it - Technology blog!
02-23-2010 07:46 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger.MyPersonalMessage empty ?!
So let me get this straight. You have a personal message set. You sign off and back on and if you use the above code a blank string is debugged? Then after you change the personal message it is available?

Javascript code:
function OnEvent_Initialize() {
    if (Messenger.MyStatus < STATUS_INVISIBLE) return false;
    Debug.Trace('typeof : '+typeof Messenger.MyPersonalMessage);
    Debug.Trace(Messenger.MyPersonalMessage);
}
 
function OnEvent_SigninReady() {
    OnEvent_Initialize();
}


Out of curiosity. Try the above.
02-23-2010 08:04 PM
Profile E-Mail PM Find Quote Report
AngelDevil
Full Member
***

Avatar
MsgPlus! Script Developer

Posts: 175
33 / Male / Flag
Joined: Jun 2007
RE: Messenger.MyPersonalMessage empty ?!
quote:
Originally posted by matty
So let me get this straight. You have a personal message set. You sign off and back on and if you use the above code a blank string is debugged? Then after you change the personal message it is available?

(omissis)

Out of curiosity. Try the above.

Yes, if I sign in, it debugs a blank string! I solved this bug only if I  save in system Registry and in Psm a blank string when the script is installed... Then the script replaces the Registry key everytime the Psm is changed and uses this key to obtain the Psm.
http://www.amicogeek.it - Technology blog!
02-23-2010 08:30 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger.MyPersonalMessage empty ?!
That wasn't what I was wanting to see. I wanted to see what the typeof is for Messenger.MyPersonalMessage.
02-23-2010 08:38 PM
Profile E-Mail PM Find Quote Report
AngelDevil
Full Member
***

Avatar
MsgPlus! Script Developer

Posts: 175
33 / Male / Flag
Joined: Jun 2007
RE: Messenger.MyPersonalMessage empty ?!
quote:
Originally posted by matty
That wasn't what I was wanting to see. I wanted to see what the typeof is for Messenger.MyPersonalMessage.

It is 'string'.. What other??
http://www.amicogeek.it - Technology blog!
02-23-2010 09:02 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger.MyPersonalMessage empty ?!
quote:
Originally posted by AngelDevil
quote:
Originally posted by matty
That wasn't what I was wanting to see. I wanted to see what the typeof is for Messenger.MyPersonalMessage.

It is 'string'.. What other??
I wanted to see if it was undefined. So it is a bug in the engine it looks like.
02-23-2010 09:16 PM
Profile E-Mail PM Find Quote Report
AngelDevil
Full Member
***

Avatar
MsgPlus! Script Developer

Posts: 175
33 / Male / Flag
Joined: Jun 2007
RE: Messenger.MyPersonalMessage empty ?!
quote:
Originally posted by matty
quote:
Originally posted by AngelDevil
quote:
Originally posted by matty
That wasn't what I was wanting to see. I wanted to see what the typeof is for Messenger.MyPersonalMessage.

It is 'string'.. What other??
I wanted to see if it was undefined. So it is a bug in the engine it looks like.

(Y)
http://www.amicogeek.it - Technology blog!
02-23-2010 09:37 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger.MyPersonalMessage empty ?!
I have sent an email to Yuna Software regarding the issue. I will post when I get an update.

Edit, received a reply. It is being investigated.

This post was edited on 02-23-2010 at 11:28 PM by matty.
02-23-2010 11:25 PM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » 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