I had a problem with it though. I just started win98, pulled up the
system tray dialog, opened volume control. when I closed volume control,
I heard my extra messages and then  I heard the volume control  tittle
again. what had happened is JAWS clicked on the volume control. so I aded
a rout jaws to PC which pulls the JAWS cursor to the top leftmost corner
of the screen and clicks on the desktop. these messages helped me to pick
this one out. here is how my script looks now:

function AutoStartEvent()
;This routine is a temporary fix for JFW 33025 getting lost when
; closing apps and JFW is the only thing on TaskBar.
; It has enough conditional statements to ensure it only gets executed
; when this particular focus loss occurs.
SayString("hmmm where am I?") 
If(GetWindowTypeCode(GetCurrentWindow()) == -1) &&
(GetWindowSubTypeCode(GetCurrentWindow()) == -1) &&
(GetControlID (GetCurrentWindow ()) == 0) Then
; If  this unique info is returned, then click the left mouse button
; to get focus placed on the Desktop.
RouteJAWSToPc ()
SayString("Okay, I am lost.  One of you Icons pull me to the desktop,
please?")
LeftMouseButton()
EndIf
EndFunction


On Fri, 11 Jun 1999 08:06:31 -0700 "Dennis Brown"
<[EMAIL PROTECTED]> writes:
> Hi Jeff,
> Yes it would, but in every instance I've tried this script with, it 
> seems
> the mouse cursor is indeed somewhere on the Desktop.  One way to 
> find out is
> to activate the JAWS cursor when the focus is in this limbo state  
> and see
> if you are indeed on the Desktop.   Make sure you try this before 
> adding
> ScriptTip106 to your JFW file though!<g>
> 
> Thanks,
> Dennis Brown, [EMAIL PROTECTED]
> Visit the Blind Programming site at 
> http://www.mindspring.com/~brown99/
> 
> 
> ----- Original Message -----
> From: Jeff <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 10, 1999 10:29 PM
> Subject: Re: ScriptTip#106: 3.3 Lost Focus Fix.
> 
> 
> > Hi Dennis, what happens if the mouse pointer happens to be 
> somewhere
> > besides the desktop, such as on an icon in the system tray, or on 
> an
> > icon on the desktop?  Wouldn't this launch the program?
> >
> > Join the access2apps mailing list.  Send a blank email to:
> > mailto:<[EMAIL PROTECTED]
> >
> > Regards
> > Jeff <[EMAIL PROTECTED]>  -  ICQ UIN:  736807
> > http://www.HookedOnThe.Net
> > ftp://ftp.HookedOnThe.Net
> >
> >
> > -
> > Visit the jfw ml web page: http://jfw.cjb.net
> 
> -
> Visit the jfw ml web page: http://jfw.cjb.net

want to see what my lists are about, or participate in list discussions
before subscribing?
 now you can. check it out at my list page and see what you think.
http://mmdlep.cjb.net/Lists.html
From: David Edick<[EMAIL PROTECTED]>, 
ICQ#:  31410451  Phone: (360) 876-9712   Jesus Is, Lord! of my life,
-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to