Re: How to stop Classic launching iTunes? (Cocoa & Applescript)
Re: How to stop Classic launching iTunes? (Cocoa & Applescript)
- Subject: Re: How to stop Classic launching iTunes? (Cocoa & Applescript)
- From: Lance Drake <email@hidden>
- Date: Tue, 20 May 2003 11:22:05 -0600
Here's hoping this is not a completely useless response...
If, prior to dispatching your AppleScript, you were to know the path to
the correct version of iTunes, wouldn't you then be able to insist
AppleScript launch the correct version?
If so, might not you make use of the LaunchServices call
LSFindApplicationForInfo() where you could specify the MacOSX BundleID
of 'com.apple.iTunes' - and then you would be able to point the
AppleScript specifically at the OSX item.
Well - it's a thought,
Lance Drake
_______________________________________________
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.