Shoutbox

question to open all contacts window - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: question to open all contacts window (/showthread.php?tid=92148)

question to open all contacts window by texhk on 09-08-2009 at 03:00 AM

i just want to know if i want to open all contacts window, it's a pressure to my CPU or depends on how many RAM i have? bbecause i 've 300 contacts but every time i only can open around 150 by using the following script:

quote:
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
    Messenger.OpenChat ( oContact.item() );
}

THANKS! ;)
(sorry for my poor english)
RE: question to open all contacts window by mynetx on 09-08-2009 at 11:48 AM

Opening 300 windows is generally not a good idea, in my opinion.  Just imagine your favorite browser loading 300 tabs… 8-)