I need to include some kind of notifications in a sidebar gadget, preferably systray popups or sound notifications, so that they can't be missed/overlooked.
Is there any existing JavaScript lib or ActiveX that you could recommend?
I need to include some kind of notifications in a sidebar gadget, preferably systray popups or sound notifications, so that they can't be missed/overlooked.
Is there any existing JavaScript lib or ActiveX that you could recommend?
My company looked at PopupNotify early on the days of the Vista betas. It has a lot of features, such as skins, etc.
To quote:
Some of PopupNotify's Features:
The biggest downside is that it's not free. The second biggest downside is that different gadgets using them will overlap each other's messages. Those are the reasons we built our own in the end.
For sounds, your gadget can play sounds (well, wav files) natively using the System.Sound.playSound
method.