What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] Window Close script

[help] Window Close script
Author: Message:
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. [help] Window Close script
Hi guys i have never ever coded anything inmy life i followd a little and kindo f built myself this but it dont work can anybody explain why? and possibly the answer iwould be very greatfull

code:
function OnEvent_Initialize(MessengerStart)
{
}
OnEvent_ContactListWndDestroyed(var Message = "Fine! Leave Then" + "!"; Message = MsgPlus.RemoveFormatCodes(Message); wnd.SendMessage("", Message);
function OnEvent_Uninitialize(MessengerExit)
{
}

06-26-2006 04:00 PM
Profile E-Mail PM Web Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [help] Window Close script
try:

code:
OnEvent_ContactListWndDestroyed(){
var Message = "Fine! Leave Then!";
Message = MsgPlus.RemoveFormatCodes(Message);
wnd.SendMessage("" + Message);
}

This post was edited on 06-26-2006 at 04:12 PM by Lou.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-26-2006 04:05 PM
Profile PM Web Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. RE: [help] Window Close script
hi thanks alot for the fast reply!! but it says the script is defective? or i donothave theproper privilages
06-26-2006 04:11 PM
Profile E-Mail PM Web Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [help] Window Close script
quote:
Originally posted by djnerve
hi thanks alot for the fast reply!! but it says the script is defective? or i donothave theproper privilages
try with the latest one and then see if it works.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-26-2006 04:11 PM
Profile PM Web Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. RE: [help] Window Close script
ok i lost the errors now. sorry for the bad typing this is a very bad keyboard. i tested it but it diodnt send the message when they left.
06-26-2006 04:16 PM
Profile E-Mail PM Web Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [help] Window Close script
quote:
Originally posted by djnerve
ok i lost the errors now. sorry for the bad typing this is a very bad keyboard. i tested it but it diodnt send the message when they left.
When they left? That event is when you close your contact list:S
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-26-2006 04:17 PM
Profile PM Web Find Quote Report
qgroessl
Veteran Member
*****


Posts: 1615
Reputation: 22
33 / – / Flag
Joined: Jul 2005
Status: Away
RE: [help] Window Close script
:p yay! Like I said before... but then I saw .Lou had recoded something and it still said the same thing so I deleted my post cause I didn't wanna feel stupid...

quote:
Originally posted by .Lou
ContactListWndDestroyed

That's contact list window destroyed.... This is the same as a window close notifier, which I believe doesn't really work.
06-26-2006 04:19 PM
Profile PM Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. RE: [help] Window Close script
i just noticed sorry im usch anoob still tryingt o fix it if i dontmanage in a minuite i will post back. thanks guys
06-26-2006 04:25 PM
Profile E-Mail PM Web Find Quote Report
luisillo
Junior Member
**

Avatar
yo

Posts: 23
38 / Male / –
Joined: Jun 2006
RE: [help] Window Close script
quote:
Originally posted by djnerve
i tested it but it diodnt send the message when they left.

I guess by that post, that the whole purpose of your script is wrong, I mean, you want that message to be sent when somebody you are talking to closes your conv, is't that??

that's not possible, or at least that's what I heard from Patchou, the protocol of msn doesn't send any type or info when this happens... in a not so far past, it did, but now, it doesn't
06-26-2006 04:27 PM
Profile PM Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
O.P. RE: [help] Window Close script
damn! bloomin ek! ok i will dream up anougher script. will no doubt be back soon. thanks guys!:)
06-26-2006 04:34 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On