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

Search Results
Subject Author Forum Time
RE: Took me a few hours...
Perhaps this is a dumb question, but I have to ask it: Are you sure you have defined those constants you use correctly at the top of your script? Such as: [code=js]var ERROR_SUCCESS = 0x0;[/code] since those are not set by Plus! itself, you need to d...
MattiScripting02-21-2010 at 10:38 PM
RE: Back to the roots... for a fresh start
Great news there, Patchou! :D Now let's hope that we can maintain good communication between Yuna and the community. :)
MattiAnnouncements & News02-18-2010 at 09:54 AM
RE: My script doesn't display windows
Make sure you've saved your XML file as Unicode (a.k.a. UTF-16 a.k.a. UCS-2 Little Endian). In Notepad, you select the encoding from the drop-down box in the Save As dialog. In other text editors, you should find a similar option to save as Unicode.
MattiScripting02-17-2010 at 12:29 PM
RE: my first script any help would be appriciated..
The reason why you're getting that error is because you're not checking how much e-mail addresses there are left in the array. You're simply incrementing the counter without checking whether it exceeds the length of the array. By doing that, you e...
MattiScripting02-14-2010 at 11:04 AM
RE: my first script any help would be appriciated..
Well yes, you should be putting a delay inside your loop instead of before calling the function with the loop. [list] [*]Make global variables from the e-mail address array and the current loop position. [*]Write a function to use as timer callback:...
MattiScripting02-13-2010 at 07:02 PM
RE: Need some help with script
That code could be simplified even further. Look what I found in the documentation! You don't even need a loop to check whether that e-mail address is in the list of chat window contacts, just check that [font=Courier]Contacts.GetContact(sIgnoredEm...
MattiScripting02-11-2010 at 09:00 PM
RE: Help plox nickname scripts
By default, Plus! uses the traditional IRC-style for formatting codes. If you want to use BBCode instead, go to: Preferences > Conversations > Formatting > Select "BBCode style codes"
MattiScripting02-09-2010 at 05:01 PM
RE: [Bug?] PlusWnd Titlebar
Yes, Patchou implemented a work-around to set the window title without adding a Plus! title bar. When sending WM_SETTEXT, pass 1 as wParam. This parameter has no meaning for the Windows API, but when sent to a Plus! window, it'll prevent the title b...
MattiScripting02-07-2010 at 10:33 AM
RE: Nudge Open Chats
Yes... that works apparently. :O Just type that every time you need it or, if you really want to, make a quick text with a custom command for it. :) Anyway, if you're looking to learn some scripting, this task can be a good exercise. When you got t...
MattiScripting02-01-2010 at 05:16 PM
RE: [Request] Display Picture Restrictions
You can have a slightly bigger display picture in WLM 2009 when you create your own dynamic display picture. However it appears that you can only use your webcam as source of the pictures, browsing for images on disc doesn't seem to be possible.
MattiScripting01-27-2010 at 12:17 PM
RE: [Firefox] Skins Database Bug
A bit of firebugging revealed that the problem is caused by the vertical center hack. Simply put: it doesn't work that way. Here's a much better vertical center hack, using table styles for IE8/Firefox/Chrome/... and relative positioning for IE6/7....
MattiForum & Website01-24-2010 at 09:43 AM
RE: [Script Request] Growl Notifications
You forgot the "function" keyword before your function definition. [code=js]function OnEvent_ContactSignin(Email){ var shell = new ActiveXObject("WScript.Shell"); var cmd = 'growlnotify "' + Email + 'signed in"'; shell.Run(cmd); }[/code]
MattiScripting01-21-2010 at 09:17 PM
RE: Question about "MyStatus"
Ah yes, you can't use the value of a variable or expression as identifier for a property when you're defining an object literal. "STATUS_ONLINE" is interpreted as a string identifier for the property, it does not take the value of STATUS_ONLINE ...
MattiScripting01-20-2010 at 12:27 PM
RE: Question about "MyStatus"
Of course, but that would break backwards compatibility. And it'll save you a few bytes. ... Okay perhaps it's not so much of a big deal. Choose whatever you think is best. :P
MattiScripting01-19-2010 at 04:55 PM
RE: MySQL and PHP - using 2 tables in one query?
I don't know which version of MySQL you're running and I'm not a MySQL expert myself, but perhaps adding "AS" between the table names and its alias may help? Or maybe it's the new line characters? Have you tried checking for errors from MySQL f...
MattiTech Talk01-17-2010 at 08:19 PM
RE: Question about "MyStatus"
I highly recommend learning some JScript/JavaScript if you want to write Plus! scripts. There are many places to learn this, but perhaps the [url=http://www.w3schools.com/JS/default.asp]W3Sch ools[/url] tutorials are best suited for newcomers. Just b...
MattiScripting01-17-2010 at 07:56 PM
RE: [Request] Stay Open When Disconnected
I highly doubt this is possible through a script or any other way. If Messenger loses its connection, there's no way you can keep a certain session open for when the connection is restored. On another note, why don't you just disable the wireless b...
MattiScripting01-17-2010 at 10:19 AM
RE: How to replace messeges
Unfortunately that's a nasty glitch from the Plus! engine. When an event is fired, such as OnEvent_ChatWndSendMessage, Plus! executes the event handlers from all enabled scripts in alphabetical order (A to Z). If your script is named "My Script" a...
MattiScripting01-10-2010 at 02:40 PM
RE: [help] Windows widths and heights...
This is where bitwise operations come in handy. To get the low-order word, you need to get the first word from the number. A word is an unsigned number of 2 bytes or 16 bits. The maximum word value is thus 1111 1111 1111 1111 in binary or 65,535 in ...
MattiScripting01-06-2010 at 06:51 PM
RE: [Idea]Sound Manager
You don't even need a script for that! :D This can be done using Plus!' Event Notifications. [list=1] [*]Open up your contact list [*]Click the Plus! button and select Preferences & Options from the menu [*]Go to the tab Customize (above) and then ...
MattiScripting12-29-2009 at 08:45 AM
RE: [Release] Countdown Live (Latest: 2.2.021)
Hey SmokingCookie, wow, what a long time since I last spoke to you! :P Anyway, that's a really neat idea and I'll definitely consider it whenever I think an update is needed, but as for now I don't see any necessity to push an update. This is pure...
MattiScripting12-24-2009 at 09:26 PM
RE: Searching through the status message
All right, matty asked me to build a script for this so here it is. Open the search window through the script menu or with the /contactsearch command. Type in the query to search for and hit Search! Double-click a contact in the list of results to op...
MattiScripting12-16-2009 at 09:44 PM
RE: The Messenger Plus! Story
Damn, that was one hell of an article! :O Great read, this really brings back good memories. :D
Matti12-16-2009 at 11:05 AM
RE: [Release] Answer Machine Plus v2.72(09/20/08)
JScript and JavaScript use a Perl-like flavor for the regular expressions implementation, and of course this is also used by Answer Machine Plus. [size=1](Why would you re-invent the wheel?)[/size] I find myself using Regular-Expressions.info quite o...
MattiScripting12-16-2009 at 10:10 AM
RE: [Request] Twitter Tools
Unfortunately, it is not possible to do exactly what you suggested. [list] [*]We can't make links with a text that differs from the link URL. Messenger is responsible for making links clickable and it would be a serious concern when people could sen...
MattiScripting11-25-2009 at 12:51 PM
[Hide Excerpts] Pages: (66): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »