Questions tagged [growl]

Growl is a global notification system for the Mac OS X and Windows operating systems.

Growl is a global notification system for the Mac OS X and Windows operating systems. Applications can use Growl to display small notifications about events which the user deems important, in a consistent manner. This allows users to fully control their notifications, application developers to spend little time creating notifications, and Growl developers to concentrate on the usability of notifications.

201 questions
3
votes
2 answers

System Notification binding for Ruby in Mountain Lion

I don't want to use growl notifications from Ruby. I want to make use of Native System Notifications of Mountain Lion. Do we have any gem that does it?
Antony
  • 1,608
  • 1
  • 20
  • 27
3
votes
1 answer

How to make an app use Growl on Lion and Notification Center on Mountain Lion?

I am making an app that uses notification center on mountain lion. I included support for growl on snow leopard and lion. How do I make it so the binary will be able to run on both and not require 2 separate .app bundles.
Weston
  • 1,481
  • 1
  • 11
  • 31
2
votes
1 answer

Is there a way to suppress Growl notifications when all the specs pass in guard-rspec?

Is it possible to suppress guard-rspec notifications when all the specs pass? I'd like to get a giant Growl notification when the specs fail, though. Is that possible? i.e. Does such a setting exist in any part of the stack? guard-rspec guard the…
John Douthat
  • 40,711
  • 10
  • 69
  • 66
2
votes
1 answer

Growl Notification - Won't fire notification using framework (Mist)

I'm working on a small wrapper for the Growl 1.3.1 SDK. More specifically, I'd like to package Growl in my application so that even if the user doesn't have Growl, they will still be able to get notifications. I previously had Growl installed and my…
Julio
  • 2,261
  • 4
  • 30
  • 56
2
votes
2 answers

How do I get growlnotify to show a multiple-line message from the command line?

Using growlnotify how can I display multiple lines of text from the command line? Slash-n - \n - like this doesn't seem to work: growlnotify -t title -m "messageline1\nmessage2" I just get a message messageline1\nmessage2
Richieliu
  • 23
  • 3
2
votes
4 answers

Growl like notifications in Flex

Has anyone heard of a library to achieve such an effect in flex apps ? Otherwise it just be a simple panel with some skinning, fading effect and a timer.
coulix
  • 3,328
  • 6
  • 55
  • 81
2
votes
1 answer

Python UDP server on ubuntu not working

I am trying to run this script on a ubuntu 11.04 box: http://taoofmac.com/space/projects/ReGrowl Its a small script bound to UDP port 9887 designed to relay Growl packets. I can send the script Growl packets from the local machine and it works…
James
  • 917
  • 3
  • 9
  • 25
2
votes
1 answer

file not found in xcode

I'm trying to add a growl notification to an application for the mac but keep getting an error. I think I've followed the instructions right but something is wrong.Here's what I did: I downloaded the growl SDK, added the…
Elbimio
  • 1,041
  • 2
  • 10
  • 25
2
votes
2 answers

Growl Notifications: How to push Growl notifications from a website?

I'm wondering how I can push desktop Growl notifications from my web application to the user of my web application. I would like to use javascript, if possible, otherwise a language like Ruby or PHP would be my second choice. Have you implemented…
Andrew
  • 227,796
  • 193
  • 515
  • 708
2
votes
4 answers

Modify shell script to monitor/ping multiple ip addresses

Alright so I need to constantly monitor multiple routers and computers, to make sure they remain online. I have found a great script here that will notify me via growl(so i can get instant notifications on my phone) if a single ip cannot be pinged.…
Alex
  • 53
  • 1
  • 5
2
votes
1 answer

Changing the growl position on the center of the page

I'm using jsf2.2 primefaces 6.0 and I already implemented a login interface with a growl to display the failure of the authentication. The issue now is that I want to display the growl in the center of the web page instead of the top right for…
user8232074
  • 47
  • 2
  • 6
2
votes
1 answer

How to change z-index for primefaces growl component?

My problem is that, i have a fixed navbar on the top of the page, which has 1030 z-index value. The growl component shows behind the fixed navbar. I tried to override the z-index value for the growl like this (from a custom css file): .ui-growl { …
gfazek
  • 73
  • 1
  • 6
2
votes
1 answer

Protractor (to test angular-growl) passing/failing inconsistently

I am trying to test that a growl message appears after a valid email is entered and the submit button is clicked. I know the functionality is there, because I see the growl message appear when webdriver is running. The problem is capturing the…
2
votes
2 answers

Adding Growl notifications after Rake tasks are finished

Is there a way to add Growl notifications to the end of all Rake tasks? I initially thought of creating a task that Growls, and adding it as a dependency to tasks I want alerts from, but realized the dependencies get run before the task begins. Is…
funkymunky
  • 1,811
  • 3
  • 20
  • 22