What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [update] PlusPrivacy
[code] function OnEvent_Initialize(MessengerStart) { if (!MessengerStart) { OnEvent_SigninReady(Messenger.MyEmail); } } function OnEvent_SigninReady(Email) { for(var e = new Enumerator(Messenger.MyContacts); !e.atEnd(); e.moveNext()) { e.it...
Plan-1130Scripting11-09-2006 at 06:38 AM
RE: [update] PlusPrivacy
Serious update: see first post...
Plan-1130Scripting11-08-2006 at 09:02 PM
[update] PlusPrivacy
Hi, I've made this script because it was requested by a friend of mine: Setting your status to Appear Offline will make you appear offline to all your contacts, while they can still talk to you. PlusPrivacy can make you block all your contacts, exc...
Plan-1130Scripting11-07-2006 at 01:00 PM
RE: [request] poll script
I'm some kind of busy with it at the moment, I think you want a global poll, instead of one per every opened window?
Plan-1130Scripting11-06-2006 at 10:08 PM
RE: How to open group chat windows
Global variables have to be defined before anything else, like shown in my example, you can't define global variables any other way AFAIK.
Plan-1130Scripting11-04-2006 at 07:40 PM
RE: How to open group chat windows
Global variables are globaly defined, which means you don't have to redefine them again, in no function. Once defined they are accessable everywhere in all the code. Local variables, have to be redefined in every function and will be deleted from th...
Plan-1130Scripting11-04-2006 at 06:52 PM
RE: How to open group chat windows
Main window of WLM > Plus! >Scriptdebugger It's a window that displays useful information on errors etc. You can add a line, like a variable to show the contents of the variable. If it's null it's empty, if it's NaN, it's Not a Number etc. etc. ...
Plan-1130Scripting11-03-2006 at 11:18 AM
RE: How to open group chat windows
the && is correct, what you could do is use Debug.Trace(ContactoUno.Status); to show values of variables, if it gives an error, you know hte variable is wrong
Plan-1130Scripting11-02-2006 at 09:46 PM
RE: [Release] Busy Blocker
well you could use my way, but Cookie knows a better (and shorter) way, but i also have no idea how he wants to do that...
Plan-1130Scripting11-02-2006 at 09:39 PM
RE: [Release] Busy Blocker
[offtopic] So your suggestion is? <n> for new message and \<n> for the tag? I thought you meant something like \n... [/offtopic]
Plan-1130Scripting11-02-2006 at 04:00 PM
RE: [Release] Busy Blocker
indeed, and don't split up messages by every "'\" it finds, but find out first if a double "\\" is found (like in most languages also) so you can use "\\" if you don't want the "\" to split up the messages :)
Plan-1130Scripting11-02-2006 at 06:53 AM
RE: [Release] Busy Blocker
Maybe make a status like Not-Online or something, or select multiple statusses, just an idea :) Great script tho :)
Plan-1130Scripting11-01-2006 at 07:36 PM
RE: Scripting API Wishlist
well I guess you're right when you say it's nothing safer, but what I would like to do is send parameters too, including objects. Ah, maybe just forget that thing... But the chances someone has a Chat-Only name is getting bigger and bigger (can be ...
Plan-1130Scripting11-01-2006 at 07:29 PM
RE: Nudges, Updated.
Timers in MsgPlus are delayed execution of pieces of code, they have to be programmedin the Script, see [url=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=13]Scripting Documentation[/url]
Plan-1130Scripting11-01-2006 at 06:44 PM
RE: Nudges, Updated.
or use a timer, but then again this might cause problems because you need global variables...
Plan-1130Scripting10-31-2006 at 12:52 PM
RE: Problems with Display Picture Changer v1.1
are they .jpg files? they should work, .tif files aren't supported, WLM can't convert them...
Plan-1130Scripting10-31-2006 at 06:17 AM
RE: Solved [Help] Can't get contacts from enumerator.
at line 25: [code] var myContacts = e.item().Contacts; [/code] that should fix it :)
Plan-1130Scripting10-31-2006 at 06:11 AM
RE: Save to XML
Which is the My Documents folder and i found that very unlikely to put an XML file... Btw, if you want to close the window after saving the file (when it works) remove break; [code] function OnWndMainEvent_CtrlClicked(Wnd, Handling) { switch(Handlin...
Plan-1130Scripting10-30-2006 at 01:09 PM
RE: Nudges, Updated.
I think you just got the solution there, make wlm crash and the nudging is over ;)
Plan-1130Scripting10-29-2006 at 07:52 PM
RE: Problem With Messenger News Script?
My guess is that Messenger News looks at a page that doesn't exist...
Plan-1130Scripting10-29-2006 at 07:49 PM
RE: Save to XML
xml.load("indstillinger.xml"); xml.save("indstillinger.xml"); I guess you need to insert the full path, like MsgPlus.ScripFilesPath + "\\indstillinger.xml"
Plan-1130Scripting10-29-2006 at 07:47 PM
RE: Nudge!
Now one thing you haven't mentioned, whether memory patching is illegal or not. I mean, since you use MsgPlus, and are a big fan of it... Also, Pathcou has been to Redmond, MSN Headquaters, to talk about MsgPlus, and afaik Patchou has survived it......
Plan-1130Scripting10-29-2006 at 07:41 PM
RE: [Request] In-convo status-viewer
okay, you win, it's easy, but still it's not for beginners... :P
Plan-1130Scripting10-29-2006 at 07:30 PM
RE: [Unofficial Status Update]Window Designer
I tried to make it clear there is a big difference between JScript (functions, onjects, methods, properties, variables etc...) and XML/HTML (tags etc...) In fact it says: For some coders it's easy, [b]but[/b] a JScripter does [b]not[/b] have to ador...
Plan-1130Scripting10-29-2006 at 03:41 PM
RE: [Request] In-convo status-viewer
the hardest part is to make a window on top of the chatwindow, which isn't that easy...
Plan-1130Scripting10-29-2006 at 03:36 PM
[Hide Excerpts] Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »