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

Search Results
Subject Author Forum Time
RE: Adverts On Skin?!
The reason why this happens is because the advert boxes are defined in the interface files or UIFILEs. When you patch Messenger with something like MessPatch or A-Patch, you actually modify that interface file to remove the block where the adverts ar...
MattiSkinning10-30-2008 at 08:54 AM
RE: Contact-specific automessages
@markee: Hmm, well that's indeed a way to prevent the auto-message from being sent, but a message sent by a script can't make those nice blue italic auto-messages which Plus! displays in a chat window. Or is that just a special code parsed by Plus!...
MattiScripting10-29-2008 at 01:25 PM
[Sug] Contact-specific auto-messages
As suggested in [url=http://shoutbox.menthix.net/showthread.php?ti d=86937]Contact-specific automessages[/url]: I doubt this is possible with scripts, but what if this feature was in Plus! Live itself? What do you think?
Matti10-29-2008 at 11:26 AM
RE: Contact-specific automessages
Hmm, this is actually a very good suggestion. Although, it's not possible for a script to change what should be sent as auto-message when a personalised status is triggered. Nonetheless, this is certainly something that could have its use. I'd say ...
MattiScripting10-29-2008 at 11:23 AM
RE: HotKeys ?
Well yeah, I'm indeed working on a full-blown class which allows easy creation and management of system-wide hotkeys, that means: hotkeys which will work from anywhere, not exclusively in one window. I'm planning to release this along with the next...
MattiScripting10-28-2008 at 06:45 PM
RE: Contact PSM change
Why do you need to collect all Contact objects first, when you can do: [code]function OnEvent_ContactSignin(Email) { var Contact = Messenger.MyContacts.[b]GetContact(Email)[/b]; if(Contact.Status == STATUS_ONLINE /* Assume you have MsgPlu...
MattiScripting10-28-2008 at 06:35 PM
RE: ScriptInfo.xml
Like adding an interface XML which will then be used by Plus! to display the dialogue? That'd be really awesome! :D Although it may be a problem when some malicious developer makes an installation interface which appears to be something else... Thi...
Matti10-27-2008 at 04:14 PM
RE: ScriptInfo.xml
I completely agree here. A logo would be very cool to add! :D Then the script and skin install dialogues could be made to look almost the same, with the logo on the left and the information on the right. It'd also be cool if it was displayed in the ...
Matti10-27-2008 at 03:38 PM
RE: [Release] Countdown Live (Latest: 2.2.021)
Apparently the words for the units don't get applied at all. I haven't tested this yet, but I'll certainly investigate this. :) [hr] [b]EDIT:[/b] Oh dear, that was a terrible bug there. What was I thinking while coding that? I don't know. To keep...
MattiScripting10-26-2008 at 10:42 AM
RE: [Release] Countdown Live (Latest: 2.2.021)
Hmm, strange. I'll need to have a look at it. Unfortunately, I still have to install all my other programs first since my PC got formatted yesterday. (No worries, all my data is safe so Countdown Live isn't lost!)
MattiScripting10-26-2008 at 10:31 AM
RE: XMLDOM
Hmm, that's quite odd. I'd highly recommend you to keep your XML file header. The XML header isn't actually part of the document, it simply tells the parser what it is. Maybe you have to specify the file encoding in the header to make it work prop...
MattiScripting10-25-2008 at 06:07 PM
RE: [FixMe] Scripts: Colorization with Mosaic
[b]BUMP![/b] Patchou... where the heck are you? :P This bug has been in Plus! Live for ages, could you at least inform us whether this is a limitation or a real bug?
Matti10-25-2008 at 09:59 AM
RE: XMLDOM
[code=jscript]var node = xml.selectNodes("game[@name='FIFA06']/title"); [/code] This would assume that the "game" node is at the root of your document, but it isn't. There are a few ways to do this in the correct way:[code=jscript]var node = xm...
MattiScripting10-25-2008 at 09:08 AM
RE: Advanced JScript - XML
The best and easiest way is to make use of the XML DOM (XML Document Object Model) ActiveX object. Basically, you start with: [code]var xmldom = new ActiveXObject("Microsoft.XMLDOM");[/code] and then you use anything you like provided by this objec...
MattiScripting10-23-2008 at 04:59 PM
RE: Beta testing running very risk!!!
That's exactly the point here, yes. Why would we need this? There's very few to do to prevent someone from leaking it, and it'll only make things more complicated for Patchou to manage all these "security features".
Matti10-22-2008 at 12:39 PM
RE: Beta testing running very risk!!!
Hmm, that's an idea. It'd also make it much easier to track down the leaker, no? :P Yet then, it can't stop a leak on its own then. Maybe if it checks it against something on the beta server... Wasn't this done some time ago with the Plus! beta ...
Matti10-22-2008 at 12:11 PM
RE: Wavemess.com offering MP!L 337
Oh dear. I knew it wouldn't take long until msgshit hears about this. Such a shame they'll have such a crappy build. :(
Matti10-21-2008 at 07:03 PM
RE: [Idea] Block Checker
Normally, you'd assume that the person wants this to be done without having his/her contacts having such a script installed. But okay - you may have a point. :P
MattiScripting10-21-2008 at 06:36 PM
RE: [Idea] Block Checker
No. [url=http://shoutbox.menthix.net/showthread.php?ti d=30637]Block checkers DO NOT work[/url] Please use the search form next time. [size=1]And once again, someone had to beat me. :P[/size]
MattiScripting10-21-2008 at 06:25 PM
RE: [Sug] New features for the Script Editor
Yesss!! If we want to make a spin control combined with a numeric edit control, we have to make the control in run-time so we can assign its buddy properly, but it doesn't get styled by Plus! anymore. Also, this would make it much easier to create ...
Matti10-20-2008 at 05:26 PM
RE: [Sug] New features for the Script Editor
I really think this would be a great feature for those who want to write a simple script without the need of a more sophisticated external script editor. I think tabs are a good thing. Most of the time, you want to group similar functions together (l...
Matti10-20-2008 at 05:01 PM
RE: [340] Scrollbar paint
Yes, had this too while I was debugging my script. Seems like it occurs when a lot of stuff is getting sent to the window, it's back to normal when I clear it or scroll the text box. Didn't know this happened on other computers as well, I thought i...
Matti10-19-2008 at 03:40 PM
RE: Getting started
Well, the idea you have comes with a variety of possible problems. :D First of all, you'll need to find a way not to respond to your own messages. That means, if you respond on "hi" with "hi there!", you have to avoid responding on "hi there!"...
MattiScripting10-18-2008 at 09:28 PM
RE: Getting started
When you finished reading the Getting Started section, you're ready to pick up an idea and make it a Plus! Live script. :) This will mean a lot of trial and error, I can assure you that. Think about something you want to try out, then think how you...
MattiScripting10-18-2008 at 06:57 PM
RE: [HELP] I need some help with my script
If you want to display what you're playing in iTunes, why don't you simply use this script: [url=http://shoutbox.menthix.net/showthread.php?ti d=61021][release] Music now playing[/url]? That script gets the information [u]directly[/u] from iTunes, w...
MattiScripting10-18-2008 at 04:19 PM
[Hide Excerpts] Pages: (66): « First « 11 12 13 14 [ 15 ] 16 17 18 19 » Last »