Hello Dave,
Welcome back.
Perhaps you should explain what you mean "you are stuck in that field";
perhaps you should send a copy of your script along.
Could it be that you expect the tab key to behave one way at one time, and
revert back to it's original behavior at another time?
Don't forget that there are three areas in which computers greatly outweigh
we mere humans: they are able to process massive amounts of data at one
time; they are very very patient; and, this one may be appropriate here,
they are stupidly consistent (they do as we say, not what we mean).

I may be barking up the wrong tree here, so send us more info and we will
work it out.
Thanks,
Bob


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 27, 1999 12:53 AM
Subject: stuck in a loop.


> Hello,
> This is my first post for about three weeks+ because I have been out of
> town, I hope I haven't missed much. I did not want to post a request for
> help on my first post back, but rather hopefully some helpful solution to
> a problem, however, I'm stuck on the following script problem.
> I'm trying to get prompts in an app to read. I've got a script,
> SayPrompt ), see below, actually has since been converted to a function,
> that does exactly what I need. I asigned it to insert f5 for testing
> purposes. Finding that it worked, I tried to asign it to the tab key, by
> opening keyboard manager, going to options, then hotkeys, and checking
> the tab checkbox. I said ok, exited out, changed the key from insert f5
> to tab, then went back in to the hotkeys dialog and unchecked the
> checkbox.
> However, now when I press tab the field is read, as it should be, but
> the next time I press tab I'm stuck in that field. Suggestions welcome.
> Thanks.
> Great to be back.
> Dave.
> Void Function SayPrompt ()
> SaveCursor ()
> JAWSCursor ()
> RouteJAWSToPc ()
> PriorChunk ()
> SaveCursor ()
> InvisibleCursor ()
> RouteInvisibleToJAWS ()
> SayChunk ()
> RestoreCursor ()
> RestoreCursor ()
> PcCursor ()
> EndFunction
>
> Script NextField ()
> If (GetWindowClass (GetAppMainWindow (GetFocus ())) == "AwtFrame") then
> SayPrompt ()
> Else
> {tab}
> SayString ("tab")
> EndIf
> EndScript
> ___________________________________________________________________
> Get the Internet just the way you want it.
> Free software, free e-mail, and free Internet access for a month!
> Try Juno Web: http://dl.www.juno.com/dynoget/tagj.
> -
> Visit the jfw ml web page: http://jfw.cjb.net
>

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

Reply via email to