On Apr 21, 2009, at 06:30:28, Felipe wrote: > How this "Growl installed but not running because a recent user > decision" state could be detected programatically? > > I saw only Growl_isInstalled() Growl_isRunning() for state checking.
That's what Growl_IsRunning is for. If Growl is turned on, GrowlHelperApp should be running, in which case the function will return true. As for “turned on but not running because it crashed or the user killed it”: Neither of those is a normal case. Most users don't kill their Growl, and GrowlHelperApp crashes pretty rarely. When it does crash, we'd prefer to fix the crash. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
