What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » PSM change by script still not working properly

PSM change by script still not working properly
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: PSM change by script still not working properly
quote:
Originally posted by foaly
it is my own private script,
it's being called from:
Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind){
    if(Message.charAt(0) == "!"){
        parseCommands(Message,ChatWnd,Origin);
//(..)
case'link':
                    setLink(params,Origin,wnd);
                    break;
//(..)
   if(linkdoel.substr(0,7) == "http://" || linkdoel.substr(0,6) == "mms://"){
       
        Messenger.MyPersonalMessage = "(" + Origin + ") " + linktekst + " -> http://link.foaly.nl";


can a skin influence the way the code works?


Wouldn't have thought so. Only if the PSM element in the contact list has been moved out of it's containers. Try without a skin to find out; I'm going to test it on the OnChatWndReceived_Event


EDIT:

Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message){
    if(Origin !== Messenger.MyName){
        Messenger.MyPersonalMessage = Message.split(" ")[0];
    }
}


This works for me without a skin


EDIT2:
Also works fine with Evo and Metro as the current skin (Haven't got any skins that move the PSM anywhere though I think)

This post was edited on 06-17-2011 at 02:07 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
06-17-2011 02:01 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PSM change by script still not working properly - by foaly on 06-16-2011 at 04:10 PM
RE: PSM change by script still not working properly - by totonf on 06-16-2011 at 04:14 PM
RE: PSM change by script still not working properly - by Spunky on 06-16-2011 at 05:56 PM
RE: PSM change by script still not working properly - by foaly on 06-17-2011 at 12:29 PM
RE: PSM change by script still not working properly - by Spunky on 06-17-2011 at 02:01 PM
RE: PSM change by script still not working properly - by foaly on 06-17-2011 at 07:08 PM
RE: PSM change by script still not working properly - by foaly on 06-19-2011 at 02:37 PM
RE: PSM change by script still not working properly - by MartinJones on 06-27-2011 at 12:46 PM
RE: PSM change by script still not working properly - by V@no on 06-20-2012 at 03:27 AM
RE: PSM change by script still not working properly - by matty on 06-20-2012 at 04:27 PM
RE: PSM change by script still not working properly - by V@no on 06-22-2012 at 12:05 AM
RE: PSM change by script still not working properly - by matty on 06-22-2012 at 12:28 PM
RE: PSM change by script still not working properly - by Menthix on 06-22-2012 at 01:18 PM
RE: PSM change by script still not working properly - by matty on 06-22-2012 at 01:23 PM
RE: PSM change by script still not working properly - by Spunky on 06-22-2012 at 01:28 PM
RE: PSM change by script still not working properly - by V@no on 06-23-2012 at 04:25 AM


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