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

Search Results
Subject Author Forum Time
RE: StopWatch (AFKTime Counter)
That was not in your initial request. You asked for something which allowed you to type /counter to start an AFK counter and type /counter again to stop it. However it's not that hard to implement. You just have to set "bAway" to false to disable...
MattiScripting03-25-2009 at 07:04 PM
RE: StopWatch (AFKTime Counter)
You might want to try the updated code. After a brief look I saw that matty's code had an infinite loop in it, so I have implemented a simple workaround. When a message is sent by the user, a global variable "bOwnMessage" will be set to true for ...
MattiScripting03-25-2009 at 07:00 PM
RE: StopWatch (AFKTime Counter)
What about this? I think it's much more useful to store the time rather than counting the time yourself. :P I also implemented a workaround for a possible problem: when the AFK message is sent, it'll trigger the OnEvent_ChatWndReceiveMessage event ...
MattiScripting03-25-2009 at 06:45 PM
RE: Topsy Turvy
This is most likely because the font you're using doesn't support the special characters. You could try to use a standard font (Arial, Tahoma, Segoe UI, Courier...) and see if it works out. I don't see how XP would be different from Vista (they al...
MattiScripting03-24-2009 at 04:58 PM
RE: [HELP] how do you remove Aero in Messenger 2009
Well, it would mean that Plus! doesn't actually have to "shape" skin but simply does the Aero disabling stuff. Instead of shaping the skin to get the Aero disabled as a side-effect, you could have something which only focuses on disabling Aero - ...
MattiSkinning03-22-2009 at 07:26 PM
RE: Returning a numeric value and an image
MattiTech Talk03-21-2009 at 05:53 PM
RE: [HELP] Store variable
Yes it is, but your Screenshot Sender 5 is yet to be released! :P
MattiScripting03-08-2009 at 07:22 PM
RE: [HELP] Store variable
[list] [*][b]Registry[/b] [u]Interesting for:[/u] local preferences [u]Application:[/u] use the [url=http://msdn.microsoft.com/en-us/library/9bbdk x3k.aspx]Windows Script Host Shell object[/url]. [code=js]var oWshShell = new ActiveXObject("WScript.Sh...
MattiScripting03-08-2009 at 05:13 PM
RE: 32-bit or 64-bit?
Windows Vista x64 (SP1). Although my computer came with only 2 GB of RAM installed, I think it's better to go with a x64 computer now if you want it to be some kind of "future-proof". It's just a matter of time for 32-bit to be abandoned, certain...
MattiGeneral Chit Chat03-08-2009 at 09:28 AM
RE: [Release] Log Manager - Version 1.1.008
Alright, that's it. Enough about this. If you want me to help you, then you first will have to help me! I'm planning to recreate Log Manager as a Visual C++ or C# application, which gives me the ability to work in multiple threads and integrate som...
MattiScripting03-07-2009 at 10:23 AM
RE: Question about script update
[list=1] [*]Messenger Plus! Live will simply add the new files and overwrite the already existing ones. That means that any obsolete file will still be on the user's computer. You could however write a simple function to look for the old files and d...
MattiScripting03-04-2009 at 06:03 PM
RE: HELP - Searching for "7"?
Do you even read what you're highlighting? [code=js] if (Parameter[1] == "google") { >>> Search(Parameter[1].length + 1,Parameter[1]);<<< } else if (Parameter[1] == "yahoo") { >>> Search(Parameter[1].len...
MattiScripting03-01-2009 at 10:37 AM
RE: Very simple script - very simple problem (I hope)
You don't have to re-import your script [u]at all[/u] to see the changes! :O All script files are stored in [i]Program Files\Messenger Plus! Live\Scripts[/i] so if you change a file there, Plus! will load the changes. This goes for [i]any[/i] file...
MattiScripting02-27-2009 at 10:09 AM
RE: [In Progress]WaveMaster 1.0
Heh, I have that skin background as wallpaper! It's called [url=http://petercui.deviantart.com/art/Line-Wallp aper-2-Updated-51505556]Link Wallpaper 2[/url] for those interested. :P Nice first skin, although I really think you should try more. There...
MattiSkinning02-27-2009 at 09:35 AM
RE: Quick Text Commands?! Help!! xP
Nope, there's no such thing already existing... It may be possible for a script to get the last message sent by you and deliver that in some sort of (!BLAH) manner so you can use it in a quick text, but then you'd need to write it yourself (or fin...
MattiWLM Plus! General02-26-2009 at 04:30 PM
RE: HELP - Child Windows!
And how exactly do you want us to see what's wrong when you don't post your current interfaces code? :P
MattiScripting02-24-2009 at 08:11 PM
RE: HELP - Child Windows!
Also, you can't have an Attributes nor TitleBar block for a child window. Directly quoted from the documentation (see Window/ChildTmpl): Another remark: you're defining the width and height of the window as absolute values (in pixels) using IsAbso...
MattiScripting02-24-2009 at 08:45 AM
RE: HELP - Child Windows!
So, a valid example would be: [code=js]//The parent window var pBrowser = MsgPlus.CreateWnd("Windows.xml", "WndBrowser"); //The child window var pSearch = MsgPlus.CreateChildWnd(pBrowser, "Windows.xml", "WndSearch", 100, 100);[/code] As you ...
MattiScripting02-22-2009 at 05:21 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
MattiScripting02-21-2009 at 11:05 AM
RE: [Release] Countdown Live (Latest: 2.2.021)
Hello there, Thanks for reporting this issue, I really appreciate it when users help us with bug hunting. :) A quick research pointed out that a small mistake caused the script to only look for one (!CD#) occurrence. Unfortunately, small mistakes can...
MattiScripting02-14-2009 at 07:05 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
May I kindly request you to read a little bit further before you post? This problem has already reported and will be fixed when a new version is released. I simply don't want to release an update with only one bugfix, otherwise I'd have to make mu...
MattiScripting02-13-2009 at 04:17 PM
RE: [Release] Ev0 4
Oh damn you, Willz. Once again, you impress us with a fantastic skin and show us that the new Messenger not only brings skin trouble (UIB, anyone?) but also new features to play with (scenes). Great work, Willz! :D
MattiSkinning02-08-2009 at 09:42 AM
RE: [help]Message notification
@matty: The two functions you posted there are for getting the low- and high-order bytes, not the low- and high-order words! A word consists of 2 bytes (16 bits), so you need to alter your functions a bit. [code=js]function loword(n){ return n & 0xff...
MattiScripting02-06-2009 at 06:21 PM
RE: Display Picture switches back
Correct. When you update it too much, it'll simply ignore your requests or even send you annoying error pop-ups. If the servers didn't do that, there wouldn't be any problem - but they do. :P
MattiScripting02-02-2009 at 04:14 PM
RE: Animated Pictures
This won't work for images in ButtonControls, sorry. However, if you were using an ImageElement, you could use the AllowAnimate attribute.
MattiScripting02-02-2009 at 04:12 PM
[Hide Excerpts] Pages: (66): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »