Will this work if you haven't got a clue where the dialog box will appear?
Example:  I was just installing a new software package, and it gave the text
"Dialog", "Next".  So basically, I got the class of the parent window, then
the Current control's name, but none of the text within the parent window!
As you stated, there are a lot of dialog boxes that don't read
automatically, so how do you set a frame around the dialog when you have no
way of knowing where an application is going to place the next dialog it
sends to the screen?

Thanks,
Dennis Brown
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-----Original Message-----
From: John Goldthwaite <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>;
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
Date: Thursday, March 11, 1999 9:15 AM
Subject: Re: automatic reading of dialog boxes


>There are a lot of dialogs that don't say anything.   You can
>create a function in the profile to search for the dialog and
>announce it if it appears.   You need to create a frame around
>the area the box appears,  make it a silent frame and put the name
>of your search function as the New Text Function on the
>action tab in the frame definition.   The search function can
>look like this:
>
>
>Script FindNastyDialog ()
>SaveCursor ()
>JawsCursor ()
>FindString (GetCurrentWindow (), "Error 234 ", S_TOP, S_UNRESTRICTED)
>SayField ()
>RestoreCursor ()
>EndScript
>
>>[EMAIL PROTECTED] writes:
>>
>><< Subj:       dialogue boxes not read.
>> Date: 3/8/1999 10:22:55 PM Central Standard Time
>> From: [EMAIL PROTECTED] (Mark Hemmings)
>> Sender:       [EMAIL PROTECTED]
>> Reply-to:     [EMAIL PROTECTED]
>> To:   [EMAIL PROTECTED]
>>
>> Hi all.
>>
>> As a new user of jfw I am wondering how common it is for dialogue boxes
to
>> remain silent except for buttons which might appear.  IE, I am only
>> informed that an ok button is on the screen after haws voices the word
>> dialogue.  Of course I can use the insert-b keys to read the information
in
>> the box but I would like a workaround to automatically read them.
>>
>> Mark.
>John Goldthwaite <[EMAIL PROTECTED]> Voice:(404) 894-0563
>Center for Rehabilitation Technology, Georgia Tech Fax:    (404) 894-9320
>http://www.arch.gatech.edu/crt/
>
>Barrier Free Education
>http://www.crt.gatech.edu/bfe/index.html
>
>
>
>-
>Visit the jfw ml web page: http://jfw.cjb.net

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to