On Mar 6, 2011, at 12:18:36, Jeremy Gale wrote: > I am communicating extensively with iTunes via Apple Events at almost all > times when I post a notification. Does Growl use Apple Events to post > notifications to GrowlHelperApp? Is it possible that there is some sort of > contention?
If you mean your app is taking to both iTunes and Growl at the same time on different threads, then yes, that could be the problem. I'm not sure whether there's a way to asynchronously send an Apple Event and wait for the reply. There probably is. If so, and you're using it, that could also be the problem. You might try checking whether you have an event out and, if so, enqueueing the Growl notification to be sent after the reply comes back. -- 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.
