Skip to content

hautetechnique/ofxGrowl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
ofxGrowl is an addon for openFrameworks (v 7.0 tested) that adds Growl notification functionality to your project.

There are custom options like custom icons, sticky messages, app registration and click callback events.

functions:	
 	- title: 	the message title. The title is also the identifier of the message. Sending 2 messages with the same title will override the message instead of add it.
    - message: 	a string containing the message
    - sticky: 	Make a message sticky 
    - priority: pririoty
    - icon: 	a string containing the name of the icon file, in the OF data folder. Icons can be .icns files or images (PNG etc)
    - event: 	The name of the event that should be dispatched when the user clicks the message.


Growl can be downloaded here: http://growl.info/downloads

The included example is a Xcode 4 OF 0.07 project.

INSTALLATION NOTE:

This addon only works on Mac, since it depends on objective-c. In xcode, click on your project, select the the target and click on "Build Phases". Add the Growl.frameworks to "Copy Files" by clicking the add sign, "add other" and browse to the ofxGrowl addon directory.

Created by Sander ter Braak

About

Growl notification addon for OpenFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published