Jump to content

Snarl (software): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Capitalized ".NET"
Iron2000 (talk | contribs)
m version update
Line 5: Line 5:
| caption =
| caption =
| developer = Snarl Team
| developer = Snarl Team
| latest_release_version = 2.06
| latest_release_version = 2.21
| latest_release_date = [[July 21]], [[2008]]
| latest_release_date = [[September 09]], [[2009]]
| operating_system = [[Windows 2000]], [[Windows XP]], [[Windows Vista]]
| operating_system = [[Windows 2000]], [[Windows XP]], [[Windows Vista]]
| platform =
| platform =
Line 44: Line 44:
* [[Mozilla_Thunderbird|Thunderbird]]
* [[Mozilla_Thunderbird|Thunderbird]]
* [[Mozilla_sunbird|Sunbird]]
* [[Mozilla_sunbird|Sunbird]]
* [[Miranda IM]]
* [[Miranda IM]] (support up to 0.7.x)
* [[mIRC]]
* [[mIRC]]
* [[Quintessential Player]]
* [[Quintessential Player]]

Revision as of 09:18, 19 November 2009

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)