On Aug 5, 2010, at 04:20:21, armadillu wrote: > My intention is to completely stop growl while OmmWriter is running... I > couldnt find any way of doing so from the API, so I tried running an > applescript that stop the GrowlHelper when the app starts, and starting it > when OmmWriter quits.... It seems to work, but it seems to get re spawned > every now and then... > > Is there any better way of doing this?
You could dig up the old growlctl utility from one of our old disk images and run it through NSTask. Note that it'll require Rosetta. You could also build it from source (it was deleted a long time ago, but you should be able to update to a version before then), but I don't know how well it'll build with modern tools and the current SDK. -- 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.
