Depending on what you want to do with the information, you might be
able to do it right in Growl in a plugin, however, read on.
There are a couple ways you can accomplish getting the information,
first is to write a plugin that sends the information to your
application.  As a warning though, Growl 2.0 has two big changes that
will affect this, first, Growl 2.0 has a new plugin model, and it
would be best to wait for that before putting tons of work into
something and having to rework it to work with the new model.  Second,
is that Growl 2.0 is sandboxed, and the only communications related
entitlements it has is network client/server, and many older methods
would no longer work (Such as NSDistributedNotificationCenter).
As another option, and Im not entirely sure this would work well, or
even at all, you could subscribe to Growl using GNTP, and use a
different port to listen on (Our UI does not support different ports
and local host subscription but the backend should).

On Jul 8, 1:43 am, Johnny <[email protected]> wrote:
> Hey!
>
> I am brand new to growl development but am semi-familiar with iOS and OSX
> dev.  Is there any way that I can have my application notified whenever any
> sort of growl is presented?  It can be from any application.  I would like
> to run a simple task whenever this happens.  Do any of you have any
> suggestions on how I could accomplish this?  Thank you in advance and I
> love these development communities.
>
> Johnny

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to