Shoutbox

[Req] New Message notif when busy - 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)
+----- Thread: [Req] New Message notif when busy (/showthread.php?tid=86345)

[Req] New Message notif when busy by ezak on 10-01-2008 at 09:05 PM

hi all,,

I have searched about something like this but couldn't found it.
I want to see notification for new message when I'm busy

how to make that.
thanks for advice.


RE: [Req] New Message notif when busy by djdannyp on 10-01-2008 at 09:22 PM

What kind of notification are you after?


RE: [Req] New Message notif when busy by ezak on 10-01-2008 at 09:26 PM

I want notification like when someone signin
or
when I set "online" , I see notification for new message recived
but when I set "busy" , I can't see this notification for the new message

//edit
I'm talking about the new web mail message "hotmail inbox"


RE: [Req] New Message notif when busy by Matti on 10-04-2008 at 06:30 PM

From what I read, I understand that you want to set your status to Busy while still receiving Hotmail notifications but no other notifications than that.

The purpose of the Busy status is that you shouldn't be disturbed with pop-ups and flashing stuff. So enabling such notifications while you're set to Busy partially destroys the idea of it.

As for doing this with a script... well, there's no such built-in event which is called when you receive a new Hotmail message. Even if there was such an event and you'd call MsgPlus.DisplayToast to show the notification, it's not guaranteed you'd always be able to see it as the preference "Show Messenger Plus! popup notifications while Busy" has to be checked in order to let Plus! show the pop-up. And changing the actual behavior of the Busy status isn't an easy option either...

So basically, what you want is very hard to achieve in my opinion.


RE: [Req] New Message notif when busy by Spunky on 10-05-2008 at 12:00 AM

It would probably need you to sniff the protocol for the message, but if the servers see you as offline, it might not send the message at all (although it should as it would still need to update the message count in the contact list ^o))


RE: [Req] New Message notif when busy by ezak on 10-05-2008 at 04:03 PM

i have enable the notifecation when someone signin and my status is busy "default by live plus"
that mean there is something can feel when someone signin and the script told me that

is there any code scripts can feel when new message arrived
and use pops up  tolding me that there is new message arrived ?