Why are you even here?
A fancy notification system for Windows
Published on October 30, 2005 By FutureMillennium In Software Development

Snarl is a notification system inspired by Growl that allows applications to display a nice alpha-blended message on the screen.

Unlike other forms of notification, Snarl does not hijack the current focused window, nor does it force the taskbar to be visible. Notifications can either be cancelled by clicking on them, or left to disappear automatically if ignored for a period of time.

Snarl can display many message at any one time; new messages are simply displayed beneath existing ones. The application displaying the message can also update the content at any time, remove the message, or specify an icon to be displayed.

Best of all, developers of other applications can include Snarl support in their applications with almost no effort at all - Snarl uses Windows window messaging functionality to show and hide notifications, making it accessible to any programming language from pure C to Visual Basic or .net-based environments.

Changes

  • Minor bugfixes
  • New app 'SnarlTunes' displays artist and song information when current playing track in iTunes changes

Download


Comments
No one has commented on this article. Be the first!