Re: Speech problems
Re: Speech problems
- Subject: Re: Speech problems
- From: Peter Gort <email@hidden>
- Date: Sun, 1 Jun 2003 19:56:22 +1000
It works for me too in Script Editor, it just doesn't work in
AppleScript Studio app it is part of!
The algorithm works like this
1) Display main window with two display text fields. Load the first
text field, either by typing in text or reading a file.
2) Loop through every separate word in the first display area
3) briefly display current word in large text in second display area
4) Say the word and listen for response
5) end loop
Step 4 works in Script Editor, but is where it fails in the app.
Peter
On Sunday, June 1, 2003, at 07:25 PM, Bill Cheeseman wrote:
on 03-05-31 11:49 PM, Peter Gort at email@hidden wrote:
on speakTheWord(theWord)
say theWord
end speakTheWord
--
speakTheWord("dad")
This works fine for me in Script Editor on 10.2.6.
_______________________________________________
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.