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
4
votes
6 answers

PrimeFaces growl change color dynamically

Is there a way to change dynamically the background of the PrimeFaces growl component? I want to be able to show a red background when it's an error and a green background when is a success. Thanks in advance.
Daniel Rojas
  • 407
  • 2
  • 5
  • 16
4
votes
1 answer

How to close GROWL Message on click anywhere on the message? (JSF,Primefaces)

I need to close the growl messages in my UI, if the user clicks anywhere on the message. That is required, because the close button of the default growl messages in Primefaces is difficult to find for the user. Is there a way of doing that?
Johnny2012
  • 1,512
  • 8
  • 31
  • 46
4
votes
2 answers

Sending autotest / guard desktop notifications from Vagrant Ubuntu VM to host (W7 and OS X)

I have a question for all you Vagrants and TDD'ers out there, How can I make a Vagrant Ubuntu VM send autotest / guard notifications to a Windows 7 or OS X host? Details: I'm trying to build my ultimate road-warrior development environment, so that…
timmy
  • 61
  • 1
  • 3
4
votes
1 answer

Should i use Growl on a mac app?

I design an app for mac (new in cocoa) and i need to use a notification on monitor. I was going to implement growl. But i see that growl now is not free at App Store. So i wondered if it will still be the default notification manager on macs. So do…
ozmax
  • 470
  • 6
  • 17
3
votes
1 answer

Growl forwarding to Java server

I have a java server which is using TCP and sockets to connect to an Android application (the client) and sends strings (currently taken in from a scanner object) which are then displayed as notifications by the client. heres the Server code…
patrickjquinn
  • 288
  • 1
  • 15
3
votes
2 answers

Growl with guard and spork fails silently on OS 10.6.6

I get no Growl notifications when tests pass or fail. I've gone through all the setup guides I can find. Details I run guard and it starts Spork fine: Using RSpec Preloading Rails environment Loading Spork.prefork block... Spork is ready and…
John Gallagher
  • 6,208
  • 6
  • 40
  • 75
3
votes
1 answer

how to growl from php

I am trying to send growl notifications from PHP. The receiving computer is OSX and I am able to receive local notifications as well as notifications from ruby scripts executed from other computers. No password is set. I use the php-growl class and…
Radek
  • 13,813
  • 52
  • 161
  • 255
3
votes
1 answer

Growl-WithInstaller.framework keep failing on Xcode4

These are my steps I downloaded the latest Growl sdk and put the Growl-WithInstaller.framework in the /Frameworks folder. Drag & drop Grow-WithInstaller.framework directory to "Framework" in project, Copy Items into destination folder... I see…
Teo Choong Ping
  • 12,512
  • 18
  • 64
  • 91
3
votes
1 answer

How to detect when OS X Screen Sharing is active programmatically?

OS X does not make it obvious that you might've left a screen sharing session open -- and it's still actively broadcasting your session to these other computers. Does anyone know where Snow Leopard stores that the computer you're sitting at has an…
Arbol
  • 45
  • 1
  • 3
3
votes
2 answers

Primefaces p:ajax and remoteCommand does not update growl messages

In the following example, I modify a datatable using p:ajax then use remoteCommand to update the table. That works. However, I would also like to update growl msgs in the event of an error or success. That doesn't work. I see from the examples if a…
user6627139
  • 406
  • 6
  • 16
3
votes
1 answer

How to remove angular growl notification from controller?

I'm adding a notification to may page when I make a server call and I want to remove it when the call is successful. Can you please guide me how to update/remove that same notification? https://github.com/marcorinck/angular-growl
Adam Boostani
  • 5,999
  • 9
  • 38
  • 44
3
votes
1 answer

Showing messages in the same growl

How can I show all validation messages in one pop up using growl, because by default every validation message on the client side creates new pop up. Of course I could do validation on the server side and send final message to the growl but is it…
Benas
  • 2,106
  • 2
  • 39
  • 66
3
votes
1 answer

How to create Javascript/Chrome notifications that are shown over fullscreen applications

I have a web application (HTML5, CSS3, JQuery) that displays notifications using both methods: a growl-like jquery plugin (javascript+html), or using the Chrome notification API (only if you are using Chrome). What I want is to create a javascript…
user2447073
3
votes
1 answer

Where in the Microsoft Lync API can I set an event handler for incoming IMs?

I'm setting a handler for the InstantMessageReceived event, but it only seems to fire on outgoing text messages, not incoming. Here is the code I'm running: # Register the app with Growl $icon =…
John O
  • 4,863
  • 8
  • 45
  • 78
3
votes
1 answer

Is it possible to send a growl message to another user on the same computer on OSX?

My app currently uses growl to send the occasional message to the user, which works great when I am developing it. But once it is run as a in production, as a system-level Launch Daemon under a different user, the growl messages no longer…
Stu Thompson
  • 38,370
  • 19
  • 110
  • 156
1 2
3
13 14