Shoutbox

Plugin Idea: k-killer - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Plugin Idea: k-killer (/showthread.php?tid=56318)

Plugin Idea: k-killer by Vramin on 02-28-2006 at 04:06 PM

I have an idea for a plug in, and I'm willing to take a run at it, but this is the first time I've ever looked at this plugin stuff, so there might be something out there that already does what I'm after, or at least lays the ground work as a jumping off point. I've looked around a little, but I'm hoping someone can point me in the right direction if there's something I just didn't see.

The notion of the k-killer is this:

When I'm IM'ing, I'm usually doing other stuff, too, so I toggle off to another app or another machine after sending a message. Then someone messages back and says:

quote:






k







It's very annoying to toggle back and see only that.

I want to set up a prenotification filter so that, when the response is simply "k" or "okay" or whatever, the text is displayed, but the notification sound is not made and the taskbar doesn't flash. I don't mind reading
quote:






k







but I hate changing machines and toggling apps just for
quote:






k







If there is something similar I should use or look at as a jumping off point, please let me know. If this sounds like a useful plugin that hasn't been done already let me know and I will see what I can do about implementing it. If it has been done, then by all means point me toward the plugin. :D


RE: Plugin Idea: k-killer by matty on 02-28-2006 at 04:23 PM

Use ActiveAccessibility to monitor the conversations. Then if the text that shows up isn't 'k' or 'okay' then play the wave sound saying you have a new message.

Matty's reply to Active Accessibility for incoming messages


RE: Plugin Idea: k-killer by Mike on 02-28-2006 at 05:15 PM

However, how would you stop the sound from playing and stop the window from flashing if the message is "k" or "okay"?


RE: RE: Plugin Idea: k-killer by Vramin on 02-28-2006 at 05:33 PM

quote:
Originally posted by Mike
However, how would you stop the sound from playing and stop the window from flashing if the message is "k" or "okay"?

Yeah, that's the question. I would want to intercept it before the UI was updated and suppress the notification completely.

I suppose I could disable notification overall, then let the script provide the notification if the message passes the filter...

RE: Plugin Idea: k-killer by matty on 02-28-2006 at 07:23 PM

PM raspourk raceprouk (:mipdodgy: Plik) to find out how he did it. And you can have your status set to something other then Online and it will disable the sound playing.


RE: Plugin Idea: k-killer by RaceProUK on 03-01-2006 at 01:45 PM

What did I do then?


RE: RE: Plugin Idea: k-killer by DJKAL on 03-01-2006 at 02:45 PM

quote:
Originally posted by Matty
And you can have your status set to something other then Online and it will disable the sound playing.


just set your stats as "busy"
this always worked for me.

RE: RE: RE: Plugin Idea: k-killer by matty on 03-01-2006 at 02:50 PM

quote:
Originally posted by DJKAL
quote:
Originally posted by Matty
And you can have your status set to something other then Online and it will disable the sound playing.


just set your stats as "busy"
this always worked for me.



Isn't that what I already said?

quote:
Originally posted by raceprouk
What did I do then?

Didn't you prevent the conversation windows from flashing at one point?
RE: Plugin Idea: k-killer by DJKAL on 03-01-2006 at 03:06 PM

quote:
Originally posted by Matty
    quote:Originally posted by DJKAL

        quote:Originally posted by Matty
        And you can have your status set to something other then Online and it will disable the sound playing.



    just set your stats as "busy"
    this always worked for me.



Isn't that what I already said?


no - you said "other than online"
the status has to be "busy" - you didnt say that
RE: RE: RE: Plugin Idea: k-killer by Vramin on 03-01-2006 at 03:28 PM

quote:
Originally posted by DJKAL
just set your stats as "busy"
this always worked for me.

Sure, that would suppress all notifications, but I need to get meaningful notifications. I have 4 machines on a KVM, and when I'm off on different machine I still need to hear it when an IM comes in, but I hate having to switch machines, interrupt what I'm doing, for a meaningless "k" response.
RE: Plugin Idea: k-killer by RaceProUK on 03-01-2006 at 05:48 PM

quote:
Originally posted by Matty
Didn't you prevent the conversation windows from flashing at one point?
No, not that I remember.
RE: Plugin Idea: k-killer by matty on 03-01-2006 at 06:07 PM

WOW!

It was Lopardo : lopardo's reply to [Request] Remove taskbar flash.

My bad.