Questions tagged [growl-for-windows]

Growl for Windows is a Windows-compatible version of Growl, a notification system for Mac OS X.

Growl for Windows is a Windows-compatible version of Growl, a notification system for Mac OS X.

Growl can let you know when any event occurs with a subtle notification. Growl also gives you full control over how you are notified and what action (if any) you want to take in response to the notification. You can choose to be alerted with a visual indicator or an audible alert, both, or neither. You can choose the type of display that is shown, whether the display remains on the screen, the importance of the notification, and even if the notification should be forwarded to another computer. You can have notifications that trigger an email, run a script, launch a program, or are read out loud.

9 questions
2
votes
1 answer

How can I include a hyperlink in a Growl notification?

I couldn't find any code to do so on Growl's documentation (which IMO is pretty terrible), nor in the Perl libraries on CPAN. The most recently updated Perl module, Growl::GNTP doesn't show any code snippet that would enable custom displays, which…
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
2
votes
2 answers

Running Growl as a Windows Service

Is there a way to run Growl as a Windows Service? I searched around SO, but have not found a solution, please let me know if there is one out there already.
mservidio
  • 12,817
  • 9
  • 58
  • 84
2
votes
2 answers

growl for windows - rss feed not being parsed - format error?

So I'm attempting to use the custom subscriber SDK for Growl for Windows. Trying to dynamically create a RSS feed. Using C#, with Razor views. This is a sample of what the view looks like to which I am pointing the url of the subscriber: @model…
JPThorne
  • 610
  • 11
  • 17
1
vote
0 answers

Why do I get an error code from growl when using grunt-notify?

I installed grunt-notify to get messages on desktop. Here is the Gruntfile.js : module.exports = function(grunt) { grunt.initConfig({ notify: { test: { options: { message: "YO" } } } }); …
Cyril Gandon
  • 16,830
  • 14
  • 78
  • 122
0
votes
1 answer

NLog & GrowlNotify, added assembly can't be found after deploying

I'm using NLog and Growl. It works fine locally. When I deploy the website, I get the error that : Exception: NLog.NLogConfigurationException: Exception when parsing E:\Websites\SPECIFICATION\NLog.config. ---> System.ArgumentException: Target…
Jack Reilly
  • 158
  • 2
  • 14
0
votes
1 answer

growl example windows 7

I grabbed the growl for .NET on this page http://www.growlforwindows.com/gfw/developers.aspx i ran the examples and nothing happened. Am i suppose to do something before running the example? I am using windows 7.
user34537
0
votes
1 answer

Growl for windows, custom subscriber - How to set notification properties in code? e.g. Sound

Trying to set certain properties for an applications notifications in Growl for Windows. (Properties being: duration, sticky, priority and sound)... So, for example, I'm creating a new application, giving it a name etc. Application application =…
JPThorne
  • 610
  • 11
  • 17
0
votes
2 answers

Running guard and growl on windows

How can I run guard on windows. I have tried to install bundler like it says on the git but don't know what to do now also how can I install growl notify?
Luis Liz
  • 1,939
  • 4
  • 20
  • 31
0
votes
1 answer

Custom growl SDK subscriber feed notification creation error

Using Growl for Windows. I'm trying to implement a custom feed subscription plugin, similar to the RSS/Atom Feed Subscriber. Been searching the forums but can't seem to find any useful info. I have downloaded the Growl Subscriber SDK, and…
JPThorne
  • 610
  • 11
  • 17