[jawsscripts] A bit of experimenting - small list index script that works in OE, windows explorer but not in outlook 2007

  • From: Jacob Kruger <Jacob.Kruger@xxxxxxxxxxxx>
  • To: "jawsscripts@xxxxxxxxxxxxx" <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 17 Aug 2009 10:50:56 +0200

Script TellMeIndex ()

var
int iIndex

let iIndex = GetCurrentItem (GetFocus ())
SayString ("item number ")
SayInteger (iIndex, 10)

EndScript

The above works in both outlook express, and windows explorer to simply just 
tell me the index number of a message or file/folder item, but, although it 
tells me the current control with focus is a listbox in outlook 2007, it always 
just says the index number is 0.

Any ideas?

Stay well

Jacob Kruger
jacob.kruger@xxxxxxxxxxxx


__________ 
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: