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

Search Results
Subject Author Forum Time
RE: Messenger Plus! Live paves the way towards the release of Plus! 5
Your early December is definitely different from my early December.
The-PhantomAnnouncements & News12-14-2010 at 07:07 PM
RE: [!] WLM 2011 and Messenger Plus! Live
MP!L 4.9 will have "limited functionality"? What exactly? What I need is the ability to run scripts, will it be present? Sorry if there can't possibly be anyone who could tell me this, I just want to be sure.
The-PhantomWLM Plus! Help10-13-2010 at 06:00 PM
RE: AJAX isn't working
Well, I meant that it is impossible to have a message appear as "received" even though I didn't actually receive it.
The-PhantomScripting08-30-2010 at 09:22 AM
RE: AJAX isn't working
Yes, yes, I know. How could I be able to make some scripts without reading that first?
The-PhantomScripting08-30-2010 at 08:40 AM
RE: AJAX isn't working
Yeah, I know about that error of mine. But can't it be like this? [code=js] function OnEvent_ChatWndSendMessage(Wnd, Message) { if(Message.substr(0, 10) != "/ajax-test") return Message; // handling for /ajax-test } [/code] Also, I ...
The-PhantomScripting08-30-2010 at 06:48 AM
RE: AJAX isn't working
That works perfectly! Huge thanks! [img]http://forum.caravelgames.com/emoticons/jumpy .gif[/img]
The-PhantomScripting08-29-2010 at 07:57 PM
RE: AJAX isn't working
Okay. I've made a simple script to demonstrate it. Here's the only JS file: var xhr; var ready; function OnEvent_ChatWndSendMessage(Wnd, Message) { if(Message.substr(0, 10) != "/ajax-test") return ""; Debug.Trace("Retrieving " + Message.s...
The-PhantomScripting08-29-2010 at 07:09 AM
AJAX isn't working
Sometimes, when I do an AJAX request, it just stays at the readyState of 1, thereby hanging WLM. Sometimes, however, it doesn't happen. I can still access the page by browsing to it via a browser, so it's not a network problem. What's happening?
The-PhantomScripting08-28-2010 at 01:33 PM
RE: I can't make windows
[s]The file is already Unicode (UTF-8 without BOM), but it doesn't work anyway. *-)[/s] EDIT: Never mind. By looking at another script, I found out the actual "Unicode" charset to use (UCS-2 Little Endian). Still, it's quite weird that charset is...
The-PhantomScripting08-04-2010 at 06:17 PM
I can't make windows
First and foremost, sorry if this is already posted. I've been reading through the manual for creating scripts for MP!L, and I can't manage to make a window as described in "Windows for your Script" (under "Working with Scripts"). I have done e...
The-PhantomScripting08-04-2010 at 04:06 PM
[Hide Excerpts]