[jawsscripts] Re: Writing a script to read the title of a window in the same app!

  • From: "James Panes" <jimpanes@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Tue, 6 May 2008 09:39:56 -0400

Hi Jitendra,

At the beginning of your script, use the saveCursor() function to save your 
current position. At the end of your script, use the restoreCursor() 
function to return you to your starting point. It will be as if you never 
left.

Alternatively, define frames over the other information you wish to read and 
assign them hot keys to read them. This may not work as controls and windows 
can be moved around the screen by drag and drop operations or may even 
appear in different places when they first pop up.

Regards,
Jim
jimpanes@xxxxxxxxx
jimpanes@xxxxxxxxxxxx
"Everything is easy when you know how."

----- Original Message ----- 
From: "Jitendra" <jeet.invincible@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Tuesday, May 06, 2008 5:02 AM
Subject: [jawsscripts] Writing a script to read the title of a window in the 
same app!


Hello friends, in an app I am scripting, with MDI feature, it has one
other window, other than its workspace windows,
that holds the info of the current status of the workspace windows in
various small windows,
but it is docable, and contains other small windows with different ctrl
ID's and names, and the value can be obtained by using getWindowName
function,
what I want is:
while I stay in the main window, or the workspace, I press a key to get
status of a particular window without going  and coming back to where I am.
Thank you.
__________
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts

__________ 
View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: