Snarl (software)

From Wikipedia, the free encyclopedia

Snarl
Developed by Snarl Team
Latest release 1.6 / February 18, 2007
OS Windows 2000, Windows XP, Windows Vista
Genre global notification system
Website Snarl homepage

Snarl is a notification system for Windows inspired by Growl that allows applications to display alpha-blended messages 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 several messages at any one time; new messages are simply displayed beneath (or above) existing ones. An application can display any number of messages, and can update the content, icon, and time the message appears for of any particular message at any time and explicitly remove the message if required. Applications can also request to be notified if a user clicks on a particular message.

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 low-level pure C to high-level Visual Basic 6 or .net-based environments.

Contents

[edit] Features

  • Unicode support
  • Windows XP and Vista 32-bit & 64-bit support
  • Multiple notifications support
  • Notification position can be adjusted
  • Substitute native Windows tooltip with Snarl Notification

[edit] Use

To use Snarl, simply launch it from the Start Menu. The first time it runs it will test how quickly blended images can be drawn - this test should take less than 5 seconds on most computers - and then display a notification confirming it started okay. After this Snarl will sleep quietly in the background until an application sends it a notification.

[edit] Applications using Snarl

files:http://rubyforge.org/projects/ruby-snarl/

[edit] Snarl-Specific applications

  • SnarlClock (included with Snarl)
  • SnarlTray (included with Snarl)

[edit] External links