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

Search Results
Subject Author Forum Time
RE: Browse For File
You and I might know that it's going to work correctly, but what happens when someone new to ECMAScript copy+pastes your code? They're not going to know all the caveats that go with using with(). What if they want to edit it? [b]Edit:[/b] I just r...
AmecScripting04-14-2011 at 07:53 PM
RE: Browse For File
Every time you use a with statement, a teddy bear cries. [url=http://www.yuiblog.com/blog/2006/04/11/with-s tatement-considered-harmful/]http://www.yuiblog.co m/blog/2006/04/11/with-statement-considered-harmfu l/[/url]
AmecScripting04-14-2011 at 06:54 PM
RE: [IDEA] plusQuery
I find it useful for writing my own small scripts. Here's a recent example: I wanted to add two commands, "/afk" and "/back", which set my name to Messenger.MyName + "\xA0" + status, and back again. Pretty simple, ey? So instead of creating ...
AmecScripting04-07-2011 at 05:43 AM
RE: [IDEA] plusQuery
It's not really "tricking eval"... It's fine, and more clear than just declaring the variables without var. And what happens if there's a variable with the same name in the local scope? ;) (I know that'll almost never happen, but still) Now th...
AmecScripting04-06-2011 at 04:11 PM
RE: [IDEA] plusQuery
...oh hey. I just thought of something... It can be done using eval. (feeling kinda sick just by saying that) [code=js] var plusWnd = $(MsgPlus).CreateWnd("interface.xml", "yiew", 0); //[...] $.wrappers.MsgPlus.CreateWnd = function (XmlFile, Wind...
AmecScripting04-06-2011 at 02:07 PM
RE: [IDEA] plusQuery
Yeah, I thought about it for a bit, and had no idea. The global variable in JScript seems REALLY screwey. :( Doesn't seem to be a way that I can see which adds properties to it. [code=js] function OnMyWndEvent_Cancel(plusWnd) { $.trigger(plusWnd, ...
AmecScripting04-06-2011 at 11:12 AM
RE: [IDEA] plusQuery
lol really old post. So uhh... Since no one seemed interested, I decided to do this myself! Although, I did change it a lot from my original suggestion as I became a better ECMAScript "programmer"... Source: https://github.com/tyscorp/plusquery/ Su...
AmecScripting04-06-2011 at 04:34 AM
RE: OnEvent_ChatWndReceiveMessage fires 3 times on open chat window
Yeah, it seems this was changed in Messenger Plus! 5. The way I got around it was cross referencing times between OnEvent_ChatWndCreated and OnEvent_ChatWndReceiveMessage, and then only taking the last message that was received... (I use my own metho...
AmecWLM Plus! Bug Reports02-27-2011 at 03:36 PM
RE: [release] Music now playing
So, I noticed that a few people asked for foobar2000 support. While you can use a Winamp window emulator for foobar2000, this doesn't support unicode etc. Many moons ago, I wrote a plugin for it. It's not perfect, but I'll share anyway. Also, it u...
AmecScripting02-09-2011 at 07:59 PM
RE: Sleep
Instead of passing function names to OnEvent_Timer, you could implement setTimeout and use callbacks. An example implementation would be... [code]var timers = []; function setTimeout(func, delay) { var timerId = "TIMEOUT_" + delay + "_" + Math...
AmecScripting01-23-2011 at 08:06 AM
RE: Is this issue caused by plus?
That doesn't mean editing the exe won't work. Yes, there is some stuff going on server side, but there is also something happening client side. Just because no one updated doesn't mean there wasn't already code in place to handle this situation....
AmecSkype & Live Messenger11-16-2010 at 07:33 AM
RE: Is this issue caused by plus?
Has anyone figured out how to hex edit/patch the exe to re-enable links, yet? This is getting REALLY annoying.
AmecSkype & Live Messenger11-16-2010 at 01:17 AM
[IDEA] plusQuery
Hello. I was wondering if anyone had thought of making a jQuery-esque library for Messenger Plus! Live. I believe this would make it much easier and quicker to develop scripts, much like jQuery is for web dev. For example, something like the followin...
AmecScripting07-13-2010 at 04:43 AM
RE: [Help] OnGetScriptMenu not executing
Ok, well what was happening in my other script then? There was no function called "scriptMenuCache".
AmecScripting02-08-2009 at 04:59 PM
RE: [Help] OnGetScriptMenu not executing
Isn't JScript case sensitive...?
AmecScripting02-08-2009 at 04:51 PM
RE: [Help] OnGetScriptMenu not executing
Here ya go :P
AmecScripting02-08-2009 at 04:34 PM
[Help] OnGetScriptMenu not executing
Ok, well. In this project, I have 3 source files: 1. Menu.js - object I created for easily editing the menu 2. Window.js - object I created for keeping track of PlusWnds 3. Main.js - creates objects and stuff In Main.js, when I create a global variab...
AmecScripting02-08-2009 at 03:52 PM
RE: can people tell that I signed into MSN as "appear offline"??
You are indeed correct, SpunkyLoveMuff.
AmecSkype & Live Messenger09-12-2008 at 01:20 PM
RE: can people tell that I signed into MSN as "appear offline"??
If you're in a convo with someone who's appearing offline, and the convo has not been disconnected, (timeout, etc) the invite button is enabled. If the connection is severed then it becomed disabled. This "bug" or whatever has been removed in WLM...
AmecSkype & Live Messenger09-12-2008 at 12:49 PM
[Hide Excerpts]