What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Displaying steam status in PSM

[?] Displaying steam status in PSM
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [?] Displaying steam status in PSM
Javascript code:
            exenamey = programlist[i].split('\\');            exenamey = exenamey[exenamey.length-1];            var on = true;
            Debug.Trace(handle+" - "+activehandle);
            if(onlyactivelist[i]=='Yes' && handle!=activehandle){
                on = false;
            }
            if((path == programlist[i] || exename==exenamey) && on){

The highlighted lines above are what is causing a problem. More importantly is the latter. The first OR (||) should likely be an AND (&&). This will make sure that the path and exe both match (not eachother obviously). I do not know how that would affect things but you can try it.

This post was edited on 08-11-2010 at 01:15 PM by matty.
08-11-2010 01:14 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Displaying steam status in PSM - by ryxdp on 08-07-2010 at 04:11 AM
RE: [?] Displaying steam status in PSM - by matty on 08-07-2010 at 04:56 AM
RE: [?] Displaying steam status in PSM - by MeEtc on 08-07-2010 at 07:25 AM
RE: [?] Displaying steam status in PSM - by Matti on 08-07-2010 at 08:18 AM
RE: [?] Displaying steam status in PSM - by ryxdp on 08-08-2010 at 04:23 AM
RE: [?] Displaying steam status in PSM - by Matti on 08-08-2010 at 09:19 PM
RE: [?] Displaying steam status in PSM - by MeEtc on 08-09-2010 at 01:10 AM
RE: RE: [?] Displaying steam status in PSM - by ryxdp on 08-11-2010 at 08:22 AM
RE: [?] Displaying steam status in PSM - by matty on 08-11-2010 at 01:14 PM
RE: RE: [?] Displaying steam status in PSM - by ryxdp on 08-12-2010 at 08:49 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