Shoutbox

The tabs won't blink when I get a message! - 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: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: The tabs won't blink when I get a message! (/showthread.php?tid=71306)

The tabs won't blink when I get a message! by duo8675309 on 02-02-2007 at 05:57 AM

I just blew out my machine and upgraded to vista. When I went to install Messenger Plus! Live everything went fine but when I put everything in tabs nothing would blink. Normally the tab would blink a darker color and the taskbar button would blink orange, but nothing blinks anymore. I still hear the sound though. Any help?


RE: The tabs won't blink when I get a message! by NanaFreak on 02-02-2007 at 05:59 AM

this is a known bug, please search next time ;) search


RE: The tabs won't blink when I get a message! by Kenji on 02-02-2007 at 06:00 AM

As said many times before, Tabbed chats have problems in Vista. patchou cant fix this untill he gets a copy of vista.

You will just have to put up with it, or disable tabbed chats for now.

See: Windows Vista :: 3DStacked Windows Bug..

Edit:

quote:
Originally posted by Patchou in November
This kind of bug in Vista will be fixed early next year :)

RE: RE: The tabs won't blink when I get a message! by duo8675309 on 02-02-2007 at 06:06 AM

quote:
Originally posted by NanaFreak
this is a known bug, please search next time ;) search


Haha i'm sorry. I searched for tabs blinking, tabs alert, and vista, but never tabs and vista.

This could have helped. Sorry! :P
RE: The tabs won't blink when I get a message! by Felu on 02-02-2007 at 09:56 AM

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
    Interop.Call("User32", "FlashWindow", ChatWnd.handle, true);
}
A temporary fix for vista.
RE: RE: The tabs won't blink when I get a message! by duo8675309 on 02-02-2007 at 09:36 PM

quote:
Originally posted by Felu
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
    Interop.Call("User32", "FlashWindow", ChatWnd.handle, true);
}
A temporary fix for vista.


And where might I insert this code?
RE: The tabs won't blink when I get a message! by Zahid™ on 02-03-2007 at 10:49 AM

Messenger Plus Preferences> Scripts>New script> and insert the code and save it and run it. Its something like that.