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

Search Results
Subject Author Forum Time
RE: desperate help
You can also just rename it to a plsc and use one of the methods above (preferably assigning plsc files to open with MPTools.exe)
deAdScripting10-02-2006 at 12:47 AM
RE: Current open convosations
That would not work. That would return a ChatWnds object, not a number. [hr] f0me, please read the documentation (you can find it in the script database). To count the amount of chats you have open, use: [code]var nChats = Messenger.CurrentChats.Coun...
deAdScripting10-01-2006 at 11:47 PM
RE: problem: no sounds while busy
The option in the Plus! preferences applies to Plus! sounds only. If these notifications are Messenger notifications, not Plus! notifications, then they will not show when your status is busy.
deAdWLM Plus! Help10-01-2006 at 06:53 PM
RE: problem: no sounds while busy
Are these plus! notifications or the standard Windows Live Messenger notifications? [size=1]ps: your english isn't very bad :)[/size]
deAdWLM Plus! Help10-01-2006 at 06:43 PM
RE: problem: no sounds while busy
Try ticking the second one. Also, which sounds specifically are you having trouble with?
deAdWLM Plus! Help10-01-2006 at 06:32 PM
RE: group blocked contacts
The Messenger API lets you do a lot of things relating to messenger. You can check what group contacts are in, create groups, add contacts to groups, and a lot of other stuff in other aspects of messenger. It can be used in scripts, but for some reas...
deAdScripting10-01-2006 at 06:00 PM
RE: group blocked contacts
This is possible using the Messenger API in an external dll. You can create a group and move contacts into it. However, using the Messenger API will cause Windows Messenger to run in the background.
deAdScripting10-01-2006 at 04:17 PM
RE: problem: no sounds while busy
Look at the other options. "Don't play sounds when my Current Media is set" "Allow built-in sounds to be played" Are either of those ticked? If so, that may be stopping the sounds.
deAdWLM Plus! Help10-01-2006 at 04:10 PM
RE: Hey People and patchou,I WANT THIS BACK!
What do you mean by Auto Message? you can set a message to automatically be sent when you lock messenger or change your custom status, and on a couple other events.
deAdWLM Plus! General09-30-2006 at 08:20 PM
RE: Problem with RegExp + Replace
It wasn't in reply, it was just a note :P EDIT: Also, I posted an example of using a function in String::replace earlier in this thread...just that my regex was a bit off..
deAdScripting09-29-2006 at 12:43 AM
RE: Problem with RegExp + Replace
Note that you can't do: [code]Str.replace(RegExp,eval("$1"));[/code]
deAdScripting09-29-2006 at 12:34 AM
RE: Suggestion: Change socket information
Yes. there is example code included.
deAdScripting09-28-2006 at 06:58 PM
RE: Suggestion: Change socket information
For now, you can use Xniff (search the forums) to read the packets. It doesn't work on wireless connections though.
deAdScripting09-28-2006 at 04:49 PM
RE: Problem with RegExp + Replace
Well then I think you're going about it wrong. Here is a better way to do it. The code, however, is a bit messy. This will evaluate division, multiplication, addition, and subtraction (/, *, +, -). It uses the [i]eval()[/i] function. It accepts deci...
deAdScripting09-27-2006 at 11:54 PM
RE: Problem with RegExp + Replace
Yes :) EDIT: What exactly are you trying to do?
deAdScripting09-27-2006 at 11:03 PM
RE: Problem with RegExp + Replace
Actually, ")*" will not look for more ")"s, unless you specify that the ")" in that case is a character, and in that expression ")" is being used to end a sub-match (whatever you call it...).
deAdScripting09-27-2006 at 10:49 PM
RE: iTunes issue - With Windows Live Messenger
This is with iTunes 7.0, right? I'm experiencing this too, I think it's one of the large amount of bugs in iTunes 7. I'm currently installing iTunes 7.0.1, supposedly fixing many playback errors.
deAdTech Talk09-27-2006 at 10:28 PM
RE: [Release] Clean Quoter
It's SweetIM, an addon that I highly discourage you installing...it's super-buggy and installs toolbars and things...it lets you send "custom winks" but your friends have to have it as well and hardly anybody does :P Lots of other reasons as well...
deAdScripting09-27-2006 at 10:25 PM
RE: Problem with RegExp + Replace
Well there were parentheses, but they would always return a blank string -- that's why I said it looked flawed...but I didn't try to correct it because (1) not exactly sure what they're trying to accomplish, and (2) since I'm not so good at regul...
deAdScripting09-27-2006 at 09:47 PM
RE: Problem with RegExp + Replace
Try using: [code]return Message.replace(/[0-9\*\/+\-()]*/g, "[$1");[/code] Also, I don't know a ton about regular expressions, but that one looks a bit flawed to me.
deAdScripting09-27-2006 at 08:57 PM
RE: Suggestion: Change socket information
Do you mean modifying the information sent, or just reading it? Plus! itself only reads it, not modifies it, so I don't think Patchou would add changing to scripts until plus! itself needs it.
deAdScripting09-27-2006 at 08:55 PM
RE: "Contacts on desktop" option for contacts grayed out.
I don't specifically know the cause, but [b]if all else fails[/b] you can uninstall, making sure to clear preferences. (There may be another way to clear preferences but I don't know it off the top of my head.) [size=1]Please don't double post. Be...
deAdWLM Plus! Help09-27-2006 at 04:28 AM
RE: [REQUEST] Online Contacts Msg Sender
Mobile messages have always been different. The mobile chat window is actually not the same as a normal chat window, they're a different class and everything.
deAdScripting09-27-2006 at 03:00 AM
RE: Send text to YOUR conversation window only?
Not hook richedit really...these are windowless controls, not richedit (specifically the WLEditT class)...meaning that you have to call the functions to change them (which are in messenger, but it is possible to compile a header for them in c++, amon...
deAdScripting09-26-2006 at 09:38 PM
RE: Problem with Emoticons
At the moment, there is no practical way to detect all of the user's emoticon shortcuts. However, you can make the gradient not work on messages 7 characters or less. This includes every emoticon (the limit is 7 characters). You could also find how ...
deAdScripting09-26-2006 at 03:24 AM
[Hide Excerpts] Pages: (43): « First « 28 29 30 31 [ 32 ] 33 34 35 36 » Last »