[jawsscripts] Re: Move to Window
- From: "Rui Fontes" <rui.fontes@xxxxxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Mon, 26 Jan 2009 15:25:17 -0000
Hi,
It is already working!
The problem was that I was routing virtual to PC instead of routing PC to
Jaws...
But, by the way, how to use, and where to download, BX Tools?
Rui
----- Original Message -----
From: "David Farough" <David.Farough@xxxxxxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Monday, January 26, 2009 1:04 PM
Subject: [jawsscripts] Re: Move to Window
Hi Rui:
Have you checked the application to see if there is more than this
window that has this class and ID?
If there are others, then the FindWindowWithClassAndId may not return
the correct handle, or may not return any handle at all.
You might try adding a sayinteger (Janela) after the let statement. If
you hear the value for the handle, then check in the application to see
if the window you found was correct.
You might also use the bx tool to determine the correct path to the
window and then write a function that will follow that path and then
return the handle for the window.
David Farough
Application Accessibility Coordinator/coordonateur de l'accessibilité
Information Technology Services Directorate /
Direction des services d'information technologiques
Public Service Commission / Commission de la fonction publique
Email / Courriel: David.Farough@xxxxxxxxxxxxx
Tel. / Tél: (613) 992-2779
>>> "Rui Fontes" <rui.fontes@xxxxxxxxxxxxxxx> 07:09 pm Sunday, January
25, 2009 >>>
How to move to that window?
I have tried the following:
Script MoveToTopic ()
Var
Handle Janela
Let Janela=FindWindowWithClassAndId (GetAppMainWindow
(getCurrentWindow()),"MozillaWindowClass",0)
MoveToWindow (Janela)
RouteVirtualToPc ()
EndScript
Rui
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
--
Estou utilizando a versão gratuita de SPAMfighter para usuários privados.
Foi removido 58879 emails de spam até hoje.
Os usuários pagantes não têm esta mensagem nos seus emails.
Adquira SPAMfighter grátis aqui: http://www.spamfighter.com/lpt
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
Other related posts: