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

Search Results
Subject Author Forum Time
RE: Sending data to online forms
(A)
mickael9Scripting07-24-2006 at 02:29 PM
RE: Shortcut lock
Try Ctrl + Dbl click on the icon
mickael9WLM Plus! Help07-23-2006 at 07:14 PM
RE: Whats wrong with this?
try to say the number twice :P
mickael9Scripting07-23-2006 at 06:02 PM
RE: Whats wrong with this?
[code]var rndnumber; function OnEvent_ChatWndSendMessage(Wnd,Msg) { if(Msg == "!pick") { rndnumber = Math.floor(Math.random()*26); return "Pick a number between 0 and 25"; } if(Msg == rndnumber) { retu...
mickael9Scripting07-23-2006 at 01:45 AM
RE: External e-mail accounts
Hotmail accounts are not supported by Msg Plus Live!
mickael9WLM Plus! Help07-14-2006 at 03:36 AM
RE: Could someone help me
have you downloaded it from official website ?
mickael9Skype & Live Messenger07-12-2006 at 11:17 AM
RE: [Debug needed] Delay Script
[code]var TimerParams = {}; function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) { var regex = /^#Delay;\s?([0-9]+);\s?(.+)$/; var match = regex.exec(sMessage); if (match) { var nDelay = match[1]; var ...
mickael9Scripting07-12-2006 at 10:42 AM
RE: [Release] Rssreader (now with ATOM support + feed viewer window)
You can modify interface files when a new language is selected (only for titles) for example : [code]var sNewTitle = "My new title from language file"; var xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); var node; xmlDoc.async="false"; xmlDoc.loa...
mickael9Scripting07-12-2006 at 09:42 AM
RE: [Release] Rssreader (now with ATOM support + feed viewer window)
I've updated my french translation :) There are other not translated windows : [URL=http://img164.imageshack.us/my.php?image=capt ure139mq.jpg][IMG]http://img164.imageshack.us/img1 64/8697/capture139mq.jpg[/IMG][/URL] [URL=http://img164.imageshack.us/...
mickael9Scripting07-12-2006 at 01:39 AM
RE: [Release] Rssreader (now with ATOM support + feed viewer window)
mickael9Scripting07-12-2006 at 12:53 AM
RE: [Release] Rssreader (now with ATOM support + feed viewer window)
Why not add [url=http://en.wikipedia.org/wiki/OPML]OPML[/url] import (and export) feature ?
mickael9Scripting07-11-2006 at 03:35 PM
RE: [Release] Rssreader (now with ATOM support + feed viewer window)
Hi, this is my french translation but lot of strings are not translated (bug ?): [URL=http://img144.imageshack.us/my.php?image=capt ure75mb.jpg][IMG]http://img144.imageshack.us/img14 4/8828/capture75mb.th.jpg[/IMG][/URL] [URL=http://img144.imageshack.u...
mickael9Scripting07-11-2006 at 03:13 PM
RE: Cannot CreateChildWnd
Where is the WndManageFiles window ? :p
mickael9Scripting06-26-2006 at 01:42 AM
RE: Cannot CreateChildWnd
Messenger Plus ! Live Documentation : [quote]WindowId [string] Unique identifier of the window to create. [b]A window with the same identifier has to be found in the XML file for the function to succeed.[/b][/quote]
mickael9Scripting06-26-2006 at 01:34 AM
RE: Cannot CreateChildWnd
[code] <Window Id="[b]WndTest[/b]" Version="1"> <Attributes> <Caption>Example</Caption> </Attributes> <TitleBar> <Title> <Text>Example</Text> </Title> </TitleBar> <Position Width="180" Height="75"/> <DialogTmpl...
mickael9Scripting06-26-2006 at 01:29 AM
RE: Cannot CreateChildWnd
Can you paste the xml file ?
mickael9Scripting06-26-2006 at 01:17 AM
RE: Cannot CreateChildWnd
[code]var WndManageFiles = null; var WndAddFile = null; WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles"); WndAddFile = MsgPlus.CreateChildWnd([b]WndManageFiles[/b], "GUI.xml", "WndAddFile", 100, 40, true);[/code] :D
mickael9Scripting06-26-2006 at 12:54 AM
[Hide Excerpts] Pages: (5): « First « 1 2 3 4 [ 5 ] Last »