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

Search Results
Subject Author Forum Time
RE: Opinions on the Sponsor Testing?
Yep.
segosa07-01-2006 at 03:35 PM
RE: Opinions on the Sponsor Testing?
Well, I'd suggest applying anyway. I wasn't sure if Spain was a major country so I just applied.
segosa07-01-2006 at 02:08 PM
RE: [Howto] Get Personalized status
The brackets are needed, they group the stuff that's to be returned in the array (see first post).
segosaScripting07-01-2006 at 01:58 PM
RE: Capital letter & a dot
Try change [code] if (isin(sentences[i-1].charAt(sentences[i-1].length - 1), ".?!")) [/code] to [code] if (isin(sentences[i-1].charAt(sentences[i-1].length - 1), ".?!\n")) [/code] Not sure if it'll work though.
segosaScripting07-01-2006 at 06:08 AM
RE: [MP!L Scripting Documentation] Design bug?
[code] <dl> <dt><i>ControlId</i></dt> <dd>[string]&nbsp;Unique identifier of the control.</dd> <dl> <dt><i>Checked</i></dt> <dd>[string]&nbsp;<font color="#7A7999">True</font> is the button must be checked, <font color="#7A7999...
segosaWLM Plus! Bug Reports06-30-2006 at 07:34 PM
RE: Capital letter & a dot
I had a go at it, but my mind isn't working very well today so the following is most likely highly inefficient. [code] function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){ return punctuate(sMessage); } function punctuate(s) { var sentences...
segosaScripting06-30-2006 at 02:34 PM
RE: [Release] RemoteAccess, Password protected
Well how about uploading it?
segosaScripting06-30-2006 at 08:20 AM
RE: [Release] UptimePms
PMS: "The physical and psychological symptoms that occur in the week before a woman's menstrual period. Symptoms may include bloating, headache, irritability, anxiety or depression, low self-esteem, difficulty sleeping, changes in appetite, fatigu...
segosaScripting06-29-2006 at 11:42 AM
RE: [Release] UptimePms
Uptime [b]PMS[/b]? :P
segosaScripting06-28-2006 at 10:30 PM
RE: [help] GetWindowText
Use GetWindowTextLength to find out how long the buffer should be.
segosaScripting06-28-2006 at 07:43 PM
RE: Opening Windows
Make sure you save the XML file as Unicode.
segosaScripting06-27-2006 at 10:00 AM
RE: Can't Download The Scripting Documentation
As far as I know Norton replaces the referrer with some random crap like "----------------------------".
segosaScripting06-27-2006 at 09:57 AM
RE: [Release] a Screen Capture script
The chocolate is ferrero rocher.
segosaScripting06-27-2006 at 09:37 AM
RE: [Request] Webcam Capture
Wait for SS4, it should be able to do that.
segosaScripting06-27-2006 at 09:36 AM
RE: Can't Download The Scripting Documentation
http://www.msgforum.nl/hosted/MPLScripting.chm
segosaScripting06-27-2006 at 08:51 AM
RE: The open/closed window notifier feature
So let's get this straight, the whole thread has been a flamewar because when people said notifiers work, they actually meant that they will always get a notification if someone opens or closes the chat window, ignoring the fact that you may get inc...
segosaScripting06-27-2006 at 07:21 AM
RE: So is it impossible to make a Sleep() function?
Read my post, I said I tried that too.
segosaScripting06-27-2006 at 07:11 AM
RE: Status changer - Quake
Well as cloudhunter said the best way would probably be to have a timer and check the existence of the process (using Interop.Call and the Windows API, or creating a DLL) and changing status accordingly. I don't know of a way that the script can be...
segosaScripting06-26-2006 at 11:37 PM
RE: So is it impossible to make a Sleep() function?
Hmm yeah of course, could probably make something using timers...
segosaScripting06-26-2006 at 11:13 PM
So is it impossible to make a Sleep() function?
Someone on the IRC channel asked if JS had a Sleep() function to pause the script for x milliseconds, and apparently it doesn't. I tried to make my own function, but the problem is since it's not multithreaded it causes everything to freeze for the...
segosaScripting06-26-2006 at 10:38 PM
RE: best way to store/save information?
Look at the documentation for MsgPlus.ScriptRegPath.
segosaScripting06-26-2006 at 08:39 PM
RE: The open/closed window notifier feature
In that case, I can see why they can still be useful. If you get a notification that James has opened your conversation, whether or not he actually has, it still gives you an early warning. You know that either he's about to message you, he just lo...
segosaScripting06-26-2006 at 08:32 PM
RE: The open/closed window notifier feature
... OnEvent_ChatWndDestroyed is when YOU close the conversation window.
segosaScripting06-26-2006 at 08:26 PM
RE: The open/closed window notifier feature
CookieRevised, are you saying that if someone opens a conversation with you, there's only a 50/50 chance that you'll get a notification about it?
segosaScripting06-26-2006 at 08:24 PM
Scripting IRC (Chat) Channel
The dedicated scripting channel that existed before has been dead for a while due to lack of scripters on IRC. If you require any live help, it is recommended that you go to the Messenger Plus! help channel (#msgplus) on the MsgPlus IRC Server. Of co...
segosaScripting06-26-2006 at 08:07 PM
[Hide Excerpts] Pages: (42): « First « 10 11 12 13 [ 14 ] 15 16 17 18 » Last »