What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script Request - Ignore specific contacts

Script Request - Ignore specific contacts
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Script Request - Ignore specific contacts
If you do stuff like
code:
for (i=0;i<list.length;i++)
with arrays, replace it with
code:
for (i in list)
no need for length checks i increments and what not (This works for objects too to cycle thru all their properties; it will not work for enumerations).


Second, instead of
code:
ChatWnd.SendMessage("/close")
Use the sendmessage api to close the window. This is better because you don't need to send a message to the conversation in that way (for various reasons you wont always be able to send a message to the conversation).

;)

This post was edited on 08-24-2006 at 06:10 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-24-2006 06:06 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script Request - Ignore specific contacts - by kb135 on 08-24-2006 at 01:48 PM
RE: Script Request - Ignore specific contacts - by Ash_ on 08-24-2006 at 02:07 PM
RE: Script Request - Ignore specific contacts - by kb135 on 08-24-2006 at 02:26 PM
RE: Script Request - Ignore specific contacts - by RaceProUK on 08-24-2006 at 02:28 PM
RE: Script Request - Ignore specific contacts - by Felu on 08-24-2006 at 02:30 PM
RE: RE: Script Request - Ignore specific contacts - by kb135 on 08-24-2006 at 03:47 PM
RE: Script Request - Ignore specific contacts - by markee on 08-24-2006 at 03:57 PM
RE: RE: Script Request - Ignore specific contacts - by Matti on 08-24-2006 at 04:02 PM
RE: RE: RE: Script Request - Ignore specific contacts - by J-Thread on 08-24-2006 at 07:56 PM
RE: RE: RE: RE: Script Request - Ignore specific contacts - by TheBlasphemer on 08-25-2006 at 04:17 PM
RE: Script Request - Ignore specific contacts - by CookieRevised on 08-24-2006 at 06:06 PM
RE: Script Request - Ignore specific contacts - by vikke on 08-24-2006 at 08:01 PM
RE: Script Request - Ignore specific contacts - by Jimcando on 08-24-2006 at 09:28 PM
RE: Script Request - Ignore specific contacts - by cloudhunter on 08-24-2006 at 10:12 PM
RE: Script Request - Ignore specific contacts - by RaceProUK on 08-25-2006 at 10:10 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