Shoutbox

Bug: Messenger.MyPersonalMessage does not always up-to-date - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Bug: Messenger.MyPersonalMessage does not always up-to-date (/showthread.php?tid=92312)

Bug: Messenger.MyPersonalMessage does not always up-to-date by Csq on 09-21-2009 at 09:13 PM

Hi!

Live Messenger 9 introduces the sign in from multiple places feature.
But Messenger.MyPersonalMessage does not reflect if I change the personal message at another location, it still gives the old value.

Reproduce:

  • Sign in on computer A and B.
  • Modify the psm on computer B by hand
  • computer A will have the psm updated in the main messenger window, but my script running on it still says that Messenger.MyPersonalMessage stores the old one.

- Csq -
RE: Bug: Messenger.MyPersonalMessage does not always up-to-date by matty on 09-22-2009 at 01:07 PM

While Patchou is on holidays could you test something for us.

Create a script on Computer A. Copy the following code into the script.

Javascript code:
function OnEvent_MyPsmChange ( sNewPsm )
{
    Debug.Trace ( sNewPsm );
}


Reproduce the bug. The purpose of this is to see if the Plus! event fires when the PSM is changed on Computer B. This will help Patchou resolve the bug.
RE: Bug: Messenger.MyPersonalMessage does not always up-to-date by Csq on 09-27-2009 at 03:58 PM

Hi

I've created the test script and copied it to both computer A and B.

Test result: The event is fired only on the computer where I modify my PSM - when I modify it on computer A the event is fired on computer A  and when on computer B the event is fired on computer B only.

- Csq -


RE: Bug: Messenger.MyPersonalMessage does not always up-to-date by Csq on 03-05-2010 at 10:45 PM

Hello

This bug is still there, but it's getting even more annoying:

After signin when I query my PSM it simply returns an empty string (though WLM itself displays my PSM correctly). It remains an empty string until I change the PSM in WLM.


RE: Bug: Messenger.MyPersonalMessage does not always up-to-date by AngelDevil on 03-06-2010 at 09:59 AM

See here: http://shoutbox.menthix.net/showthread.php?tid=93515