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

Search Results
Subject Author Forum Time
RE: Display Picture switches back
Well, in my opinion you shouldn't allow it to change more than 5 times per minute, since every time you change it, it has to be uploaded to the Messenger servers. Seeing that you already change it twice with a five second interval, you might run in...
MattiScripting02-02-2009 at 04:03 PM
RE: Help - /commands!
Well, the easiest way to do it would be to check if the first character of "parameter" is a slash, using: [code=js]setnoteMesCmd = (parameter.charAt(0) === "/");[/code] However, this is far from perfect, as Plus! allows commands to be escaped by ...
MattiScripting02-02-2009 at 03:30 PM
RE: Messenger Plus! Live 4.80 is here
Thank you, Patchou! :) Now, to make the script (and skin) developers community even better, have a look at all our suggestions. Really, there are a lot of small things preventing us from making our work stand out, so I think we as a community would r...
MattiAnnouncements & News02-01-2009 at 09:04 AM
RE: advice - how to create PSM text:%location
Correct me when I'm wrong, but when you run Windows Live Messenger 8.5 or higher on both computers and sign in on the same account, Messenger will always synchronize the name, personal message and display picture. EDIT: Okay, thanks Matty. I seem t...
MattiScripting01-31-2009 at 05:40 PM
RE: advice - how to create PSM text:%location
Well, I don't know how one would retrieve the name as configured in the Messenger settings, because we don't have a decent API for that. However, it is possible (and quite simple in fact) to retrieve the network name and description of the current ...
MattiScripting01-31-2009 at 11:41 AM
RE: [Help] ChatWndReceiveMessage function
Messenger Plus! Live has a built-in flood protection on the ChatWnd.SendMessage function, which prevents a script from sending lots and lots of messages - I think the limit was 10 or 15 or so. I guess that's what you've encountered here, and there...
MattiScripting01-29-2009 at 04:50 PM
RE: Story Time (Plus! RPG)
And Patchou has to travel through the great lands of the internet to find help from other Messenger developers, such as TheSteve and TheBlasphemer to fight against the evil powers of the Messenger development team. Oh yes, and they have to battle the...
MattiGeneral Chit Chat01-27-2009 at 05:15 PM
RE: Resizing .avi
What about [url=http://www.virtualdub.org/]VirtualDub[/url]?
MattiTech Talk01-25-2009 at 05:45 PM
RE: [HELP]match New question Solved!
Well, as I said, you can do anything you want in your replacement handler! Only this time, we don't need [i]any[/i] of the parameters passed to our handler function. [code=js]var c; string = string.replace(/!person/i, function() { c = Math.floor((M...
MattiScripting01-24-2009 at 12:49 PM
RE: [HELP]match New question Solved!
Aah, here comes on of the most beautiful features about JScript's replace function: you can use a regular expression combined with a custom replacement handler function! First of all, you need to put what you want to find between parentheses in your...
MattiScripting01-24-2009 at 11:11 AM
RE: Menu problem
The problem lies in the fact that you're trying to use some kind of menu identifier as window identifier. In your JScript: [code=js]WndNew = MsgPlus.CreateWnd("New.xml", "mnuNew");[/code] In your interfaces XML: [code=xml]<Window Id="options" ...
MattiScripting01-21-2009 at 12:25 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
Well, I'd rather not want those "ads". I'll boot it up in my VMWare just to be safe. :P Just to let you know, Spongshga, this is not the way to submit a translation, as they are distributed through Countdown Live itself through the Download Lang...
MattiScripting01-12-2009 at 06:36 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
A ZIP containing some kind of patch executable, a HTML page made with Word, some images and strange XML files? And Spongshga Cracking Team? What the hell is this? If you want to translate Countdown Live to German, just follow the instructions on [ur...
MattiScripting01-12-2009 at 06:11 PM
RE: Important news regarding Windows Live Messenger and Messenger Plus! Live
Excuse me, may I ask you where you've read that, since that isn't true at all. Beta testers are selected by Patchou himself. Only if he's certain you can be trusted and you have proven to be a valuable member by helping others and whether you are...
MattiWLM Plus! General01-09-2009 at 05:43 PM
RE: Important news regarding Windows Live Messenger and Messenger Plus! Live
Damnit, didn't expect Patchou taking "a couple of days" that serious. :P I got to hurry, I need to get to my home PC and start testing this BETA. We don't want the public beta release to be alpha quality, do we? :) EDIT: I'm home now, let's see...
MattiWLM Plus! General01-09-2009 at 04:37 PM
RE: MP!L for 9?
Wee, thank you Patchou! (L) :D So what can we expect in this BETA? Just all main features working again, or are all things (including skinning) up and running again?
Matti01-07-2009 at 01:09 PM
RE: Important news regarding Windows Live Messenger and Messenger Plus! Live
Not really. Scripts [u]will[/u] be loaded into Messenger, and they'll start up and function just fine. They simply won't be able to let the user access their features through the script menu and/or script commands, and things like changing the tex...
MattiWLM Plus! General01-03-2009 at 04:42 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
MattiScripting01-03-2009 at 03:25 PM
RE: Replacing Words from an Array
ChatWnd.EditText is the text currently being typed by the user. Because you're using the OnEvent_ChatWndSendMessage, this will be empty as the message is already about to be sent and therefore the input area has been cleared. To change the message t...
MattiScripting12-31-2008 at 09:29 AM
RE: A little help
First of all, I'd recommend you to not use an XMLHTTP request just for checking if the file exists. This is because you're going to download the file afterwards, and therefore you wasted one request which also retrieved the file contents. So basica...
MattiScripting12-29-2008 at 09:01 AM
RE: Create Windows Live Messenger 9 Skins.
@ DarkGoth: If you are using the Windows Live Messenger 9 RC (a.k.a. version 14.0 - [i]not[/i] the Beta), then you can't do anything with the downloaded file. It's a registry file which adds the DUIDebug value in order to make Messenger Beta load t...
MattiSkinning12-28-2008 at 08:24 AM
RE: [Plus 4.80: 99 Suggestions/Ideas, 99 left] --- Updated 19-01-09
Here are some more scripting suggestions: [list] [*][b]RichButtonControl[/b] - Combine the flexible formatting of RichStaticControls (BBCode, font, size) with the various styling options of a ButtonControl (clickable, CustomLook, icons on the button)...
Matti12-27-2008 at 09:42 AM
RE: [solved] CreateThread/GetCallbackPtr issues
So, if I understand this correctly, Plus! declares a number of static functions which all accept a certain number of numeric arguments. Then, based on the function passed through GetCallbackPtr, Plus! determines the amount of arguments the passed JS...
MattiScripting12-25-2008 at 09:32 AM
RE: Block Un-Wished Logins
Unfortunately, there's no such functionality built into the Plus! Live scripting system yet. I don't know if it's possible through some kind of Messenger ActiveX function, although I'd really be surprised if a script could intercept a contact fro...
MattiScripting12-22-2008 at 07:27 PM
RE: Block Un-Wished Logins
Here's what you can do: [list=1] [*]Store your own email address in a global variable, for example: [code]var sAllowedEmail = "myself@hotmail.com";[/code] [*]In the OnEvent_Signin event, check the received first parameter (Email) against the allow...
MattiScripting12-22-2008 at 12:57 PM
[Hide Excerpts] Pages: (66): « First « 8 9 10 11 [ 12 ] 13 14 15 16 » Last »