Page 1 of 1

how to make the windows taskbar flash/blink ?

Posted: 02 Mar 2013, 07:48
by howie50417
I hope when I receive the private message from other player,

the openkore will flash on taskbar in order to remind me.

Like the messenger software, it will become yellow on taskbar if I didn't currently input focus.

Image

If there exists any way to reach this function?

Then openkore could be used for chatting more conveniencely.

Re: how to make the windows taskbar flash/blink ?

Posted: 02 Mar 2013, 08:17
by ROX_Leopardo
howie50417 wrote:I hope when I receive the private message from other player,

the openkore will flash on taskbar in order to remind me.

Like the messenger software, it will become yellow on taskbar if I didn't currently input focus.

Image

If there exists any way to reach this function?

Then openkore could be used for chatting more conveniencely.
I don't know how can you make it using macro plugin, but if you edit private_message you can do this:

Code: Select all

qx("C:\\Windows\\system32\\msg.exe * $privMsgUser are calling you");
This are the path...

Re: how to make the windows taskbar flash/blink ?

Posted: 03 Mar 2013, 14:44
by gamenikko
You can use sounds to remind you instead.

read: http://forums.openkore.com/viewtopic.php?f=34&t=1490

Re: how to make the windows taskbar flash/blink ?

Posted: 12 Mar 2013, 08:24
by howie50417
THX ROX_Leopardo !!
Finally I use

`explorer http://google.com`

to catch my attention!

the effect is pretty great!

Re: how to make the windows taskbar flash/blink ?

Posted: 27 Oct 2016, 07:03
by nizdi
This post is old, but i don't really get it how it works... I can't find the .pm Private message in openkore/src.
I'm not asking for the whole process, only the path... Can anyone help me?

Thanks!

@EDIT: Discovered windows 8.1 does not come with msg.exe, which this might not work.

Re: how to make the windows taskbar flash/blink ?

Posted: 20 Jul 2022, 01:43
by pianochai
howie50417 wrote:
12 Mar 2013, 08:24
THX ROX_Leopardo !!
Finally I use

`explorer http://google.com`

to catch my attention!

the effect is pretty great!
Hi,can you share how to do it?thank you