What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » The open/closed window notifier feature

Pages: (26): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »
The open/closed window notifier feature
Author: Message:
al2002
Junior Member
**


Posts: 56
39 / Male / –
Joined: Sep 2002
O.P. RE: The open/closed window notifier feature
He may be right, but the fact is the majority here say they don't have a problem and would use a open/closed notifier - who cares if it's not accurate?

Also, i thought this thread was closed?
06-26-2006 08:10 PM
Profile E-Mail PM Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
RE: The open/closed window notifier feature
someone kindly opend it.

any advances on this? it isnt working so have a play

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

06-26-2006 08:14 PM
Profile E-Mail PM Web Find Quote Report
Jellings
Full Member
***

Avatar

Posts: 121
34 / Male / –
Joined: Dec 2004
RE: RE: The open/closed window notifier feature
quote:
Originally posted by al2002
He may be right, but the fact is the majority here say they don't have a problem and would use a open/closed notifier - who cares if it's not accurate?

Also, i thought this thread was closed?



I'd use one, i wouldn't really care if it wasn't 100% accurate, even if it's only 50% accurate that's better than nothing. i'd make one for ya if i knew how, unfortunatly i don't know how.

@cookierevised: you opinion is not law, this topic should have never been closed, stop shouting and calm down, you're acting like my sister when she doesn't get her own way - someone might want to make a notifier for the 50% change of it working..

This post was edited on 06-26-2006 at 08:20 PM by Jellings.
[Image: Jellings.png]


[Image: ++++-+Click+Here+-.png]
06-26-2006 08:17 PM
Profile E-Mail PM Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
RE: The open/closed window notifier feature
nomore bitching :) just lets make it :P
06-26-2006 08:18 PM
Profile E-Mail PM Web Find Quote Report
whYeNQue
Junior Member
**

Avatar
thats me (",)

Posts: 62
41 / Male / –
Joined: Aug 2003
RE: The open/closed window notifier feature
i suppose its fine if people wanna use a script even though its not 100% accurate, just give them a disclaimer that it doesnt always work, its up to them if they wanna use it

its not as if the script maker is shoving it down anyones throat, and i dont think it would be acceptable for people to complain that it doesnt work even after all the warnings that they were given about accuracy...

i'll support the development of the script... mainly because when i have it loaded it makes me feel like lots of people are thinking about me even if they dont.

close notifier is good for me cos i always used to leave open my windows and forget about them... at least when it used to say 'user has left the conversation' it makes me think about either continuing the convo or closing the window to clear up the desktop
06-26-2006 08:21 PM
Profile PM Web Find Quote Report
al2002
Junior Member
**


Posts: 56
39 / Male / –
Joined: Sep 2002
O.P. RE: The open/closed window notifier feature
Lol good point. Well like I said I'm still using MSN7/Plus3 so can't run any tests just yet, and also I don't really know how to code, so i'll leave that in everyone else's capable hands. Having said that I wish I could mess around with the code, so I should really learn :P
06-26-2006 08:22 PM
Profile E-Mail PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: The open/closed window notifier feature
quote:
any advances on this? it isnt working so have a play
That's because, as posted in another thread, OnEvent_ContactListWndDestroyed event is for when you close the Contact list window.

There are no events for when your contact closes the conversation available through scripting, for this you need to access the messenger protocol directly.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
06-26-2006 08:22 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: The open/closed window notifier feature
quote:
Originally posted by al2002
And you should also look up the meaning of internet forums/message boards - i believe a definition would go along the lines of something like a place where people express ideas, opinions, and hold debate.
You should look up the meaning of the word "fact".

Again, you may have all the ideas, opinions in the world, but if something is a FACT, there is nothing to 'debate' on. What I constantly stated is a fact, not an opinion....

quote:
Originally posted by djnerve
ok nice one thank you! we can chat about the code
A code which will never work because it is a FACT that it wont work.

You may believe it does, but the FACT is it does not. Again, it is not my opinion it wouldn't work, it is a FACT it wouldn't work...

This post was edited on 06-26-2006 at 08:26 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-26-2006 08:24 PM
Profile PM Find Quote Report
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: The open/closed window notifier feature
CookieRevised, are you saying that if someone opens a conversation with you, there's only a 50/50 chance that you'll get a notification about it?
The previous sentence is false. The following sentence is true.
06-26-2006 08:24 PM
Profile PM Find Quote Report
djnerve
Junior Member
**

Avatar
!-STE06-!

Posts: 46
35 / Male / –
Joined: Jun 2006
RE: The open/closed window notifier feature
posted the wrong code again sorry here we go

function OnEvent_Initialize(MessengerStart)
{
}
function OnEvent_ChatWndDestroyed( [object] ChatWnd );
var Message = "Fine! Leave Then!";
Message = MsgPlus.RemoveFormatCodes(Message);
wnd.SendMessage("test" + Message);
}
function OnEvent_Uninitialize(MessengerExit)
{
}
06-26-2006 08:25 PM
Profile E-Mail PM Web Find Quote Report
Pages: (26): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »
« 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