views:

32

answers:

1

My program needs to display a notification once in a predetermined interval. Under Windows, Shell_NotifyIcon does the job well except that when the user is running a full-screen application, the notification isn't shown. Though that may be the right thing in most of the cases, in my case I need to ensure the notification can be seen even when the user runs a program in full-screen mode (such as a video game), but without causing the full-screen application to be minimized or otherwise intervening with the user playing the game. Much like what Skype does when a message is received. How to accomplish that?
Platforms: Windows, Mac OS X

A: 

Take a look at Growl - it's a popularly supported third-party notification system (that hands control of how the user wants notifications displayed to the user) - I know it is used by Skype for notifying receipt of messages if it is installed.

What I am not sure is whether it is the sole notification system used by Skype.

JulesLt
@JulesLt Thanks. I just installed Growl for Windows but it didn't make a difference for Skype; it continued to use its own notification as before, and Growl didn't show any registered applications in its 'Applications' tab. Anyway, can Growl show notifications even when a full-screen app is running?
usta