Jump to content

Snarl (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Iron2000 (talk | contribs) at 09:18, 19 November 2009 (version update). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Snarl
Developer(s)Snarl Team
Stable release
Operating systemWindows 2000, Windows XP, Windows Vista
Typeglobal notification system
WebsiteSnarl 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 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.

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

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.

Applications supported by Snarl

Snarl-Specific applications

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