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:
ryxdp
Senior Member
****


Posts: 804
Reputation: 16
29 / Male / Flag
Joined: Jun 2006
O.P. RE: RE: [?] Displaying steam status in PSM
quote:
Originally posted by matty
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.

Ah, thank you very much! I just got rid of all mentions of exename and exenamey and made both path strings lower case so they matched exactly. Now it works perfectly.

This post was edited on 08-12-2010 at 08:50 AM by ryxdp.
08-12-2010 08:49 AM
Profile 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