On Jul 10, 2008, at 12:24 PM, Elan Feingold wrote:

Hi,

I'm writing an application that would like to intercept Apple Events sent to iTunes, and possibly even reply with its own replies (say, if iTunes isn't running). Is such a thing possible?

A very limited way might be with the debug environment variables.
e.g.
macosxhints.com Monitor AppleEvents an application sends and receives
http://www.macosxhints.com/article.php? story=20030430145833233&query=bugs

The application would need to be running.
You would probably have to parse it's events from the Console. tail command or whatever, If you launch it you could probably control the setting of the environment variables and not require the application to be Terminal launched? Or you could possibly change the Info.plist using LSEnvironment. Although thats still not a really convenient thing to ask a user to do.

Mike Hall        hallmike at att dot net
http://www.geocities.com/mik3hall
http://sourceforge.net/projects/macnative



_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to