How to stop Classic launching iTunes? (Cocoa & Applescript)
How to stop Classic launching iTunes? (Cocoa & Applescript)
- Subject: How to stop Classic launching iTunes? (Cocoa & Applescript)
- From: ruffnex <email@hidden>
- Date: Mon, 19 May 2003 21:39:30 +0800
Hi,
My Cocoa application invokes some AppleScript, using NSAppleScript, to
call iTunes like thus:
tell application "iTunes"
...
However, on some users' systems, the Classic version of iTunes is
launched, instead of the OSX version.
Can anybody tell me why this is happening (documentation?) and how to
stop this from within my Cocoa application?
I know that if users rename the Classic version of iTunes, or just
delete it, then the system finds the OSX version instead. Ideally, I
would have a solution in my software which would not require the user
to do anything. Thanks.
Regards,
Simon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.