Re: A problem
Re: A problem
- Subject: Re: A problem
- From: Axel Luttgens <email@hidden>
- Date: Thu, 24 Feb 2011 20:59:22 +0100
Le 23 févr. 2011 à 20:23, louie a écrit :
> Hi all,
> I am working on the data that I got from you all. ( see email (need your thoughts) The below code scrap edit fields will not speak. I am a blind person and use the apple screen reader voice over. When I enter data into the edit fields I do not hear what I am typing. I have voice over configured to echo characters when I type.
> As always thank you for your help.
>
> tell application "Finder"
> activate
>
> set theName to the text returned of (display dialog "enter the name" default answer "")
> set theNUmber to the text returned of (display dialog "enter the phone number" default answer "")
>
> end tell
Hello Louie,
Nice to hear from you again.
I fear "display dialog" doesn't implement the hooks (or whatever) needed for a nice cooperation with VoiceOver; I couldn't manage to have the keys pronounced while typing too.
Perhaps with another additions (hem... Emmanuel?)?
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >A problem (From: louie <email@hidden>) |