[jawsscripts] Re: 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, 31 Aug 2009 09:17:05 +0200

Tried both listview and listbox and neither makes a difference...who knows...?
Stay well

Jacob Kruger
jacob.kruger@xxxxxxxxxxxx


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx 
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of David Truong
Sent: Friday, August 28, 2009 2:34 AM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: A bit of experimenting - small list index script 
that works in OE, windows explorer but not in outlook 2007
Importance: High

Actually, I think I see the problem.  I think if you  look at outlook2007
the list is not truly a standard listview which is what your index script
and my alternative script will work in.  So I think if you can tell the
script to reclass or recognise the outlook2007 listbox as a listview it
might work.  Just my thoughts off the top of my head.

-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Jacob Kruger
Sent: Monday, 17 August 2009 6:51 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] A bit of experimenting - small list index script
that works in OE, windows explorer but not in outlook 2007

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


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


No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.5.409 / Virus Database: 270.13.71/2336 - Release Date: 08/30/09 
17:51:00
__________�
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: