Re: AppleScript can't launch DVD Player on Mac OS X 10.2
Re: AppleScript can't launch DVD Player on Mac OS X 10.2
- Subject: Re: AppleScript can't launch DVD Player on Mac OS X 10.2
- From: Walter Ian Kaye <email@hidden>
- Date: Mon, 12 Jul 2004 04:01:47 -0700
At 06:13p +0800 07/12/2004, Eddie Hsu didst inscribe upon an
electronic papyrus:
tell application "DVD Player"
activate
end tell
This script work fine on Mac OS 10.3, but when I run it on 10.2.8, nothing
happens. I use Script Editor to run this script, I got a message
"Application isn't running". I tried many applications "iTunes", "QuickTime
Player" and so on, they all work. I don't know what go wrong.
Did you try launching it manually just to make sure it's not broken itself?
Is there any other way to launch DVD Player?
Sure; have the Finder do it:
tell application "Finder" to open application file id "com.apple.dvdplayer"
-boo
amused that its CFBundleSignature is "cfbs" (so creative, LOL)
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.