What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Suggestion for Event Notifications

Suggestion for Event Notifications
Author: Message:
kheppel
New Member
*


Posts: 4
Joined: Feb 2011
O.P. Suggestion for Event Notifications
It would be nice to able to create a sound event notification when a person sends a message wether or not the chat window has focus.

I often leave a chat window open but fail to notice new messages due to life's many distractions. It would be great to have an audible notification for every message.

Just a thought.
02-09-2011 04:52 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Suggestion for Event Notifications
You can make a script for that... May look into it tonight to see if it'll work with WLM2011 and MP!5 as well.

Erm, leave it with me :)
<Eljay> "Problems encountered: shit blew up" :zippy:
02-09-2011 05:04 PM
Profile PM Find Quote Report
kheppel
New Member
*


Posts: 4
Joined: Feb 2011
O.P. RE: Suggestion for Event Notifications
I used to use a script that used the following code, only prob is that I can't use it for certain contacts and not for others. Seems like it might be a popular feature request for the event notifications.  *shrugs*

I'm not very good with scripting unfortunately or I would try to whip up something myself.

function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
    if (Origin != Messenger.MyName){
        MsgPlus.PlaySound("new_message.mp3");
    }
}
02-09-2011 05:16 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Suggestion for Event Notifications
quote:
Originally posted by kheppel
only prob is that I can't use it for certain contacts and not for others

So you want to be able to stop it making noises for certain people?
<Eljay> "Problems encountered: shit blew up" :zippy:
02-09-2011 05:23 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Suggestion for Event Notifications
quote:
Originally posted by kheppel
It would be nice to able to create a sound event notification when a person sends a message wether or not the chat window has focus.

I often leave a chat window open but fail to notice new messages due to life's many distractions. It would be great to have an audible notification for every message.

Just a thought.
Without using a script you can do something like that already. But it does require you to close the chat window each time (or... if the new message has been send a while after the previous one, you didn't had to close the chat window, since then the internal chat session would have been renewed anyways by then).

For this you create a new notification alert for the "has started a new chat" event in the Notification Wizard. This will fire each time a new chat session is created. And a session is created when a) a new chat window is opened, or B) a session timeout has occured (thus without closing the chat window).

If you don't want to close your chat window each time, the only option for now is using Spunky's script he is about to make :p
.-= A 'frrrrrrrituurrr' for Wacky =-.
02-09-2011 05:43 PM
Profile PM Find Quote Report
kheppel
New Member
*


Posts: 4
Joined: Feb 2011
O.P. RE: Suggestion for Event Notifications
Spunky, Yeah, you are correct, it would be nice to have it not make noise for certain people.


CookieRevised, This was something I had more or less already assumed, however, I'm in the habbit of leaving my chat windows open. Closing the window seems a bit of a pain, so by the looks of it Spunky has a good grasp at what I'm looking for. I just figured that since Messenger Plus already facilitates alot of versatility with event notifications, it would be easy to add this option in one of it's future releases. 

Thanks for the feedback, very much appreciated
02-09-2011 08:23 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Suggestion for Event Notifications
In that case, check back in a few days and I'll have GUI etc all done to be able to do that and hopefully a finished script
<Eljay> "Problems encountered: shit blew up" :zippy:
02-09-2011 08:27 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Suggestion for Event Notifications
PS: New Message Audio Alert Script
look for the update from davidpolitis though. But even that one could be improved....

It is also available in the database, though I dunno which version is supposed to be the latest though:
http://www.msgplus.net/Downloads/Download-Details/DocumentID/7847/
Due to the current DNS problems you might not yet be able to access that link

This post was edited on 02-09-2011 at 09:46 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
02-09-2011 09:42 PM
Profile PM Find Quote Report
kheppel
New Member
*


Posts: 4
Joined: Feb 2011
O.P. RE: Suggestion for Event Notifications
I just looked at the two scripts and I've tested them both out in the past. Both scripts work well but still lack the ability to select which people in my contact list actually trigger the sound and which ones don't. If I knew some advanced scripting, I'd try coding myself. But unfortunately, my scripting knowledge is kinda limited.
02-09-2011 11:37 PM
Profile E-Mail PM 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