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

Search Results
Subject Author Forum Time
RE: [Error] AddTimer
You use "MsgPlus.AddTimer("timer",5000);" like a sleeper which stops the loop for 5 seconds. BUT the msgplus's timer is a timer which calls the function "OnEvent_Timer()" when it finish. So you've to use it like this : [code]var the_wnd; var ...
Huhu_ManixScripting11-10-2007 at 10:58 PM
RE: SciTE plus scripting api Calltips :o
I'm only here to say : OMG IT'S GREAT !! I'm a full user of SciTE since a long time and you're idea to make this for SciTE is useful. (Y)
Huhu_ManixScripting08-15-2007 at 11:11 AM
RE: Problem with Huhu clone v1.1
Restart your WLM, if that comes from the script, the problem'll be solved because all is stocked on variables ( which are erased after script retart ).
Huhu_ManixScripting08-05-2007 at 09:24 PM
RE: Problem with Huhu clone v1.1
Like marc87 said, type /unclone...But if you've stolen only the name without '/clone' command, you can't get back. EDIT : I Love Your Nick "HELP ME PLEASE" ;) LooL
Huhu_ManixScripting06-29-2007 at 12:08 AM
RE: CeX Clone Script
Thx :P You said : "but it won't do when the script itself starts, so (after you import it) you either restart msn or type "/backup"". So you can try to add these lines in your script : [code]function OnEvent_Initialize(MessengerStart){ if(!Mess...
Huhu_ManixScripting06-05-2007 at 09:43 AM
RE: Play sound on fullscreen
If you're okay to click on a button to enable/disable sound, this script pack is for you. You can change the sound by replacing the wav file ( "1.wav" ) in the script folder, or by changing the file path directly in the script source.
Huhu_ManixScripting05-06-2007 at 07:52 AM
RE: Play sound on fullscreen
I'm not sure it's easy to know if you're playing or doing something in fullscreen, but it'll be easy if you click on a button to activate sound message before playing.
Huhu_ManixScripting05-06-2007 at 07:31 AM
RE: Need help with ChatWnd::SendMessage
You must specify what is the ChatWnd like that : [code] the_wnd=null; function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){ the_wnd = ChatWnd; } function OnEvent_MenuClicked(sMenuId){ if(sMenuId=="mnuItem7"){ the_wnd....
Huhu_ManixScripting05-01-2007 at 04:35 PM
RE: [REQUEST] .txt File Displayer
Tada :) Tried n approved. [code]var url = "http://www.realdanceradio.com/webcam/onair/onair .txt"; var ajax = new ActiveXObject("Microsoft.XMLHTTP"); function OnEvent_SigninReady(mail){ getTxt(); } function OnEvent_Initialize(ms){ if(!ms)getTxt(...
Huhu_ManixScripting04-22-2007 at 01:11 AM
RE: How to disable my DP view?
The directory of your picture. ex : 'Messenger.MyDisplayPicture = "C:\\gnagna\\pouet.png";'
Huhu_ManixScripting02-19-2007 at 11:45 PM
RE: [Solved] Add Time When Receive Message
I thinks there's already a function to add time to sent/received messages in WLM. ^o)
Huhu_ManixScripting01-14-2007 at 01:04 AM
RE: [Solved] Call a DLL with javascript without Interop.Call
Thanks but i tried what baggins gave me, it's exactly what i needed.
Huhu_ManixScripting12-30-2006 at 03:31 AM
RE: [Solved] Call a DLL with javascript without Interop.Call
Thanks, i don't try it yet but it should be perfect ! ;)
Huhu_ManixScripting12-30-2006 at 03:00 AM
RE: [Solved] Call a DLL with javascript without Interop.Call
Thanks but i meaned call a DLL from the JavaScript.
Huhu_ManixScripting12-29-2006 at 08:16 PM
[Solved] Call a DLL with javascript without Interop.Call
Hi all ! I've programmed a little application in C# to use script like msg plus does. I thank that was easy but there's a little problem. ^^ The application compil perfectly the JScript file, all work perfectly, I can call JS's function by the app...
Huhu_ManixScripting12-29-2006 at 08:05 PM
RE: [Request] The Ashes
[s]You mean a script which give result of soccer matches ?[/s] Sorry i didn't know what ashes was. ^^
Huhu_ManixScripting12-02-2006 at 02:28 PM
RE: Cloning
Huhu Clone only clone the nick. But Mentix remove my script because some people have found a bug in the /say function and that don't work anytime ( we have to play with the time for the nick update ). So I remove this function and if you download Hu...
Huhu_ManixScripting11-30-2006 at 08:13 PM
RE: Cloning
A script has been made for imitate the contact and support the contact color but not the font... Look at : [url]http://shoutbox.menthix.net/showthread.php?ti d=68087[/url]
Huhu_ManixScripting11-30-2006 at 07:17 PM
RE: Ajax unicode
Huhu_ManixScripting11-21-2006 at 05:45 PM
Ajax unicode
Hi, When i use AJAX, the returned text contain a lot of "" ( a box ^^ ), can we get the real letter ? :'( Thanks [code]ajax.open("GET", url, true); ajax.onreadystatechange = function(){ if (ajax.readyState == 4){ var ht = ajax.respons...
Huhu_ManixScripting11-21-2006 at 04:52 PM
RE: [Problem] ScriptMenu Limit
Yes, there's 4 buttons by submenu. When i remove 1 or 2 buttons by submenu, i can show more contacts. When i don't use submenu, i see a down arrow, but the limitation is still here ! :@ I've seen the scriptmenu's return into the debug window and ...
Huhu_ManixScripting11-18-2006 at 12:47 PM
RE: [Problem] ScriptMenu Limit
Because i prefer use the scriptmenu, it's more easy than open a window... ^^ But if there's really no way to show all contact on the list i'll use a window as you said. :s Someone know why there's this limitation ? *-)
Huhu_ManixScripting11-18-2006 at 11:33 AM
[Problem] ScriptMenu Limit
Hi, I've made a script to copy contact's name, email, psm into the clipboard. All contacts are grouped into the script menu but i saw there's a limitation, i can't put all contact, i tried with submenu but the problem is still here. So i ask you ...
Huhu_ManixScripting11-18-2006 at 12:44 AM
RE: [Release] @ScriptDev
Good idea ! That's useful ! (Y);)
Huhu_ManixScripting11-18-2006 at 12:27 AM
RE: is this possible?
Yes it's possible but not with a script, i don't know how to do that but i'm sure it's [b]very[/b] difficult. ^^ nb : And the OS on the video is linux.
Huhu_ManixScripting11-17-2006 at 09:43 PM
[Hide Excerpts] Pages: (5): « First [ 1 ] 2 3 4 5 » Last »