Shoutbox

scripting PSM bug - 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: scripting PSM bug (/showthread.php?tid=96732)

scripting PSM bug by foaly on 02-10-2011 at 06:16 PM

I noticed a bugs in the new messenger plus.

You can't set your PSM by script

demo code:

Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message,MsgKind){
    if(Message.indexOf("[test]")>=0){
        Messenger.MyPersonalMessage = "test";
        return Message
    }
}
 
/*
> Fout gedetecteerd in regel 18 van "test.js": Object doesn't support this action.
  (Code: -2146827843)
> Fout gedetecteerd in "OnEvent_ChatWndReceiveMessage".
  (Code: -2147352567)
*/


Also, I think it is kind of a bummer the scripting part on the site isn't finished.
Some scripts might have broken due to the new release (one of mine has) and there is no possibility yet to upload a fixed version.

btw fun bug in the site: Go to the script section, enter a search string, but don't hit search. Now scroll down en press next...
RE: scripting PSM bug by Spunky on 02-10-2011 at 06:20 PM

I think it's been changed to read only until they actually figure out a way to do it... It should just fail if it was broken