What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Contacts - Using the wrong status

[?] Contacts - Using the wrong status
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: RE: [?] Contacts - Using the wrong status
quote:
Originally posted by SpunkyLoveMuff
I don't see whats different... It seems to be a bug with the actual status as only 5 emails are coming up as not offline. It's ALWAYS the same ones even when I sign back in or reset PC

In Javascript, the index is zero based, it starts at 0, not at 1.

So this would be your current value:
code:
StatusImg[0] = '';
StatusImg[1] = 'Offline';
And the correct one should be:
code:
StatusImg[2] = 'Offline';


Edit: Check your debug output, that would be an easy way to fix it.

This post was edited on 10-05-2007 at 11:03 PM by vikke.
10-05-2007 11:02 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Contacts - Using the wrong status - by Spunky on 10-05-2007 at 08:35 PM
RE: [?] Contacts - Using the wrong status - by vikke on 10-05-2007 at 08:48 PM
RE: [?] Contacts - Using the wrong status - by Spunky on 10-05-2007 at 10:47 PM
RE: RE: [?] Contacts - Using the wrong status - by vikke on 10-05-2007 at 11:02 PM
RE: [?] Contacts - Using the wrong status - by Chris4 on 10-05-2007 at 10:59 PM
RE: [?] Contacts - Using the wrong status - by Spunky on 10-05-2007 at 11:08 PM
RE: [?] Contacts - Using the wrong status - by phalanxii on 10-06-2007 at 01:13 AM
RE: [?] Contacts - Using the wrong status - by markee on 10-06-2007 at 01:58 AM
RE: [?] Contacts - Using the wrong status - by Spunky on 10-06-2007 at 05:19 PM
RE: [?] Contacts - Using the wrong status - by Chris4 on 10-07-2007 at 02:08 PM


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