Re: Speakable Items
Re: Speakable Items
- Subject: Re: Speakable Items
- From: Simone Manganelli <email@hidden>
- Date: Wed, 14 Jan 2004 22:35:00 -0800
Even when I put it in the iTunes specific folder (which is where I
don't really want it to be), it still doesn't work. It just refuses to
execute custom scripts at all even though it recognizes the actual
command. Grrr...
-- Simone Manganelli
On Jan 13, 2004, at 12:57 AM, Karrick S. McDermott wrote:
Have you looked at Help Viewer under the following search "Creating
spoken commands to control applications"?
I'm not sure from your email whether you are placing the Pause.scpt
compiled script into the ~/Library/Speech/Speakable Items/Application
Speakable Items/iTunes folder. Also ensure your "System
Preferences->Speech->Speech Recognition->Commands->Application
Specific Items" checkbox is enabled.
Hope this helps...
On Jan 12, 2004, at 8:52 PM, Simone Manganelli wrote:
Does anybody know why Speakable Items seems to refuse to use my
custom-made AppleScripts? I have a script like
tell application "iTunes"
pause
end tell
in my Speakable Items folder and it shows up in the Speech Commands
window, but it just doesn't work. The actual recognition of the
command works (it's simply called "pause", and when I say "pause" to
my computer, the confirmation sound plays and it shows the word
"pause" in a tooltip), but the command just sits there and does
nothing. I've also tried variations like:
on run
tell application "iTunes"
pause
end tell
end run
and:
on run
try
using terms from application "iTunes"
tell application "iTunes"
pause
end tell
end using terms from
end try
end run
like Apple did in the "Open Sherlock" speakable item, but none of
these variations work. This used to work in Jaguar, but now that I'm
on Panther, it does this. Anybody got any ideas? Does Panther add
some new necessary blocks that need to be in speakable item scripts?
Thanks in advance for any help with this issue.
-- Simone Manganelli
_______________________________________________
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.
_______________________________________________
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.