Hi Mary;
Here is a sample script that may help you find a color combination on the screen. You will have to get the color numbers from the colors.ini file. Watch for line wrapping in the e-mail. One line should start with if and the next line starts with then.
Dave
Include "hjglobal.jsh" ; default HJ global variables
Include "hjconst.jsh" ; default HJ constants
Script FindWhiteNavy ()
var
String color1,; text color
String color2; background color
Let color1 = "255255255"
Let color2 = "000000128"
If FindColors (RGBStringToColor (color1), RGBStringToColor (color2), s_top)
then
SayString ("test successful")
SayWord ()
Else
SayString ("test failed")
SayWord ()
EndIf
EndScript
At 09:37 PM 2/4/99 -0600 Mary B. Wrote:
Hi,
I am trying to use a function called tracking in Ms word 97. I need to
search the screen to find the occurrence of a certain color. I thought I
had read about this in the Jfw Help file, but can't find it. Can some one
tell me how to do it?
Also, does anyone know how to get Jaws to read the underlined text
generated by the tracking function?. IF I put my cursor on a bolded
letter, and press Insert F, jaws tells me it is bold, can this be done with
the underlined text? IF so how?
Thanks in advance for your help.
Amm using Jaws 3.2.
Mary B.
[EMAIL PROTECTED]
-
Visit the jfw ml web page: http://yoyo.cc.monash.edu.au/~nallan/jfw
Dave Maynard
Franklin NC
[EMAIL PROTECTED] - Visit the jfw ml web page: http://yoyo.cc.monash.edu.au/~nallan/jfw
- Serching for colored text Mary B.
- Re: Serching for colored text Groove Papa
- Serching for colored text -Reply David Maynard
- Serching for colored text -Reply Sean Murphy
- question about internet explorer. Viola Cruz
