I worked as you expected. If growl killed out of band the client app I ´m writing loads the Growl up again.
thoughts... Don´t you think It would be nice to have a Statechart with all this rather hidden Growl states? 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. f- On 21 abr, 09:35, Felipe <[email protected]> wrote: > Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > f- > > On 20 abr, 18:37, Peter Hosey <[email protected]> wrote: > > > On Apr 20, 2009, at 11:37:26, f/ wrote: > > > > - Growl running > > > - Adium working, everything´s working .. happy happy > > > - Growl stopped by hand through system preferences > > > - Growl if started by smthg like this: > > > if(!GrowlNotifier::isRunning()){ > > > GrowlNotifier::launchIfInstalled(); > > > } > > > - It appers as running in the system preferences! > > > That's a bug. It should go back to “Growl stopped” within a second. > > > > - BUT it doesn´t work! (Adium/everithing can not send notifications!) > > > That's normal. > > > You, as the user, stopped Growl explicitly in the preferences. > > Applications cannot override user orders: the application can launch > > Growl, but Growl will immediately quit because the user ordered it to > > not be running. > > > It will accept any app registrations, so don't worry about that. It > > won't post notifications, though, because the user ordered it not to. > > > If you want to test your app's ability to revive a crashed Growl, kill > > it in the Terminal: > > > killall GrowlHelperApp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
