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

Search Results
Subject Author Forum Time
RE: Is there a way for me to check for updates?
Don't know what the forum rules about bumping are, but I need an answer :)
JacenScripting05-06-2007 at 04:50 PM
RE: anyone write script to check who appear offline?
and besides it's a breach of privacy for scripts like that.
JacenScripting05-06-2007 at 04:25 PM
RE: Is there a way for me to check for updates?
So, to get the updated version I should do this replace Debug.Trace(xmlhttp.responseText); with version = xmlhttp.responseText;? I have a text file thats on my site that the only content in the file is the version number so... Would that place the ...
JacenScripting05-06-2007 at 12:55 AM
Is there a way for me to check for updates?
I'm just wondering if theres an easy way for my script to check for updates to itself?
JacenScripting05-05-2007 at 10:17 PM
RE: Need help with ChatWnd::SendMessage
Thanks vikke, your code worked great :)
JacenScripting05-01-2007 at 04:58 PM
RE: Need help with ChatWnd::SendMessage
*snips* is where I removed code from the posting that was unrelated to my request. [code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){ the_wnd = ChatWnd; }[/code] Since you defined the_wnd here, does this mean my sc...
JacenScripting05-01-2007 at 04:44 PM
RE: Need help with ChatWnd::SendMessage
[code]function OnEvent_MenuClicked(sMenuId){ *snip* if(sMenuId=="mnuItem7"){ *snip* ChatWnd.SendMessage("Test"); } } [/code]
JacenScripting05-01-2007 at 04:29 PM
Need help with ChatWnd::SendMessage
Okay, I admit to being new with MSGPLus Live scripts and Jscript itself. I'm trying to get my script to send a message in the current chat session. I'm looking at the ChatWnd::SendMessage page in the help guide thing but every code piece I try doe...
JacenScripting05-01-2007 at 04:23 PM
[Hide Excerpts]