[JAWSLite] Re: Keystroke For Clicking A Balloon

smile, alright, here you go, just remember that this is not my creation, I
can only wish I was good enough at programming to do this kind of thing.

HTH,
inthane

* here are the instructions for creating the Windows Help Balloon scripts:

1. download the attached TXT file (* Note: the text file is pasted in after
the instructions).

2. open the Script Manager by pressing Insert + 0.

3. Once it is open, press ctrl + Shift + D, to bring the Default.JSS file
up.

4. Press end key to move to the bottom of the script.

5. Press ctrl + E, to create a new script.

6. input each value of the fields" as noted below:

A. Script name: WindowsHelpBalloon

B. Insert into Function check box: yes, (Press space bar to check)

C. Synopsis: Clicks the Window Help Balloon

D. Description: use to click the Window Help Balloon in Windows XP

E. Assign hot key: (User define) I use ctrl + alt + F9

7. Once you are done, look for the Ok button and press your space bar.

8. A part of the new script has been created. Go to the blank line inside
the new script and copy the content of the attached file and paste it in the
blank line.

9. next , re-compile the default.jss by pressing ctrl + S.

10. when you are done , close the Script manager and try to use the new
script.

Hope This helps

Roden

* the contents of the text file is pasted in below:

Var

String SClass, ; The name of the window class.

String SName, ; The name of the window.

Handle HWND ; The handle of the current window.

Let SClass = GetWindowClass (GetFirstWindow (FindTopLevelWindow

("Shell_TrayWnd", "")))

Let SName = GetWindowName (GetFirstWindow (FindTopLevelWindow

("Shell_TrayWnd", "")))

Let HWND = GetFocus ()

GetFocus ()

If SClass == "tooltips_class32"

& SName != "" then ; Click the balloon.

SayFormattedMessage (OT_NO_Disable, "Please wait, Windows Help Balloon
clicked", "System Notification")

SetFocus (GetFirstWindow (FindTopLevelWindow ("Shell_TrayWnd", "")))

SaveCursor ()

RouteJAWSToPc ()

RoutePcToJAWS ()

{LeftMouseButton}

SetFocus (HWND) ; Return the focus to its previous window.

Else

if SClass != "tooltips_class32"

|| SName == "" then ; State that a help balloon wasn't found.

SayFormattedMessage (OT_No_Disable, "Windows Help Balloon not found",
"System Notification")

EndIf

EndIf



*end script:

----- Original Message -----
From: "Colleen" <amergen@xxxxxxxxxxx>
To: <jawslite@xxxxxxxxxxxxx>
Sent: Tuesday, August 26, 2008 2:26 PM
Subject: [JAWSLite] Re: Keystroke For Clicking A Balloon


> Oh yes!  I am very interested in it.  Please.
>
> Colleen
> ----- Original Message -----
> From: "inthaneelf" <inthaneelf@xxxxxxxxxxxxxx>
> To: <jawslite@xxxxxxxxxxxxx>
> Sent: Tuesday, August 26, 2008 4:22 PM
> Subject: [JAWSLite] Re: Keystroke For Clicking A Balloon
>
>
> > ok, this helps some, I also have some information on extending the life
of
> > such balloons if anyone is interested in it?
> >
> > regards,
> > inthane
> > ----- Original Message -----
> > From: "don mauck" <don.mauck@xxxxxxxxxx>
> > To: <jawslite@xxxxxxxxxxxxx>
> > Sent: Tuesday, August 26, 2008 1:39 PM
> > Subject: [JAWSLite] Re: Keystroke For Clicking A Balloon
> >
> >
> >> You can press the Ctrl+Tab to get to the dialog message or if you catch
> >> it
> > within a few seconds of it happening, you can press the left mouse
button
> > (Num Lock slash.
> >>
> >>
> >> Regards,
> >>  Don
> >>
> >>
> >>
> >>
> >> Oracle
> >> Don Mauck | Accessibility Evangelist
> >> Cross Applications Unlimited
> >> 7700 Technology Way
> >> Denver CO 80237
> >> Phone (303) 334-4184
> >> Email don.mauck@xxxxxxxxxx
> >>
> >> -----Original Message-----
> >> From: jawslite-bounce@xxxxxxxxxxxxx
> >> [mailto:jawslite-bounce@xxxxxxxxxxxxx]
> > On Behalf Of inthaneelf
> >> Sent: Tuesday, August 26, 2008 2:27 PM
> >> To: jawslite@xxxxxxxxxxxxx
> >> Subject: [JAWSLite] Re: Keystroke For Clicking A Balloon
> >>
> >> no, I had that information a short while back, but it has been lost in
a
> > double hard drive failure, check the archives for this list and you
might
> > find it.
> >>
> >> HTH,
> >> inthane
> >> ----- Original Message -----
> >> From: "graham stoodley" <stoodlg@xxxxxxxxxx>
> >> To: <jawslite@xxxxxxxxxxxxx>
> >> Sent: Tuesday, August 26, 2008 11:18 AM
> >> Subject: [JAWSLite] Keystroke For Clicking A Balloon
> >>
> >>
> >> > Occasionally, my NOD32 pops up a message about some file it doesn't
> >> > trust, and it asks me to click something to check the problem.  Is
> >> > there a way to get JAWS to click on that message.  I thought I
> >> > remembered some recently-added feature that would do this, but I
can't
> >> > find the reference in the JAWS Help menu.  Am I misremembering?
> >> >
> >> > ===================
> >> >
> >> > Take your shshopping life back at http://tinyurl.com/32rsxz
> >> >
> >> > View the list's information at
> >> > http://www.freelists.org/list/jawslite
> >> >
> >> >
> >>
> >>
> >> ===================
> >>
> >> Take your shshopping life back at http://tinyurl.com/32rsxz
> >>
> >> View the list's information at
> >> http://www.freelists.org/list/jawslite
> >>
> >>
> >> ===================
> >>
> >> Take your shshopping life back at http://tinyurl.com/32rsxz
> >>
> >> View the list's information at
> >> http://www.freelists.org/list/jawslite
> >>
> >>
> >
> >
> > ===================
> >
> > Take your shshopping life back at http://tinyurl.com/32rsxz
> >
> > View the list's information at
> > http://www.freelists.org/list/jawslite
> >
>
> ===================
>
> Take your shshopping life back at http://tinyurl.com/32rsxz
>
> View the list's information at
> http://www.freelists.org/list/jawslite
>
>


===================

Take your shshopping life back at http://tinyurl.com/32rsxz

View the list's information at 
http://www.freelists.org/list/jawslite

Other related posts: