Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can get away with growl-like notifications using HTML/CSS/JS like so:</p> <p><a href="http://www.thedevshack.com/growl-type-notifications-in-adobe-air/" rel="nofollow">http://www.thedevshack.com/growl-type-notifications-in-adobe-air/</a></p> <p>Note that the example doesn't include handling for actually adjusting the notification messages. </p> <h2>EDIT: A Better Solution</h2> <p>The source code to the Twitter client Spaz is open sourced. It contains some very clever handling for creating both growl and growl-esque notifications. Here's some of the core files related to growl notifications to get you started:</p> <ul> <li><a href="https://github.com/funkatron/spaz-desktop-air/blob/master/vendors/purrjs.js" rel="nofollow">https://github.com/funkatron/spaz-desktop-air/blob/master/vendors/purrjs.js</a></li> <li><a href="https://github.com/funkatron/spaz-desktop-air/blob/master/vendors/SpazGrowl.js" rel="nofollow">https://github.com/funkatron/spaz-desktop-air/blob/master/vendors/SpazGrowl.js</a></li> <li><a href="https://github.com/funkatron/spaz-desktop-air/blob/master/vendors/as3growl.swf" rel="nofollow">https://github.com/funkatron/spaz-desktop-air/blob/master/vendors/as3growl.swf</a></li> <li><a href="https://github.com/funkatron/spaz-desktop-air/blob/master/bin/growlnotify" rel="nofollow">https://github.com/funkatron/spaz-desktop-air/blob/master/bin/growlnotify</a></li> </ul> <p>Spaz also includes <strong>Mac OSX Growl</strong> notifications via <a href="http://code.google.com/p/as3growl/" rel="nofollow">as3growl</a>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload