[jawsscripts] Re: automaximizing OE message window

  • From: Mario Brusco <mrb620@xxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Fri, 7 Feb 2014 15:29:50 -0500

Doug, I used the beep statement to verify this was the correct spot.

ok, made changes, but still doesn't work:



Script Enter ()

If IsMessagesList(GetFocus()) Then

let giWasMessagesList=TRUE

delay (4)

SaveCursor ()

JAWSCursor ()

JAWSPageUp ()

JAWSEnd ()

PriorWord ()

If GetWord () == "Restore Symbol" Then

LeftMouseButton ()

Else

Return ()

EndIf

Else

let giWasMessagesList=FALSE

EndIf


----- Original Message ----- 
From: "Doug Lee" <doug.lee@xxxxxxxxxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: February 07, 2014 10:55 AM
Subject: [jawsscripts] Re: automaximizing OE message window


JAWSHome() goes to the left edge but not to the top line. You might
get somewhere with a JAWSPageUp() before the JAWSHome().

You can use SayString() commands to make temporary announcements in various
places to see which part of your code is actually running. For
example, this will tell you if the lines inside the "If
IsMessagesList(GetFocus())" block are running. Just remember to take
the SayString() calls out when you're done.

On Fri, Feb 07, 2014 at 10:26:28AM -0500, Mario Brusco wrote:
Hi, I want to automaximize the message of an email in Outlook Express. I
added simple code to the default OE script

Script, but it isn't working. Can someone help, please?



Script Enter ()

If ...

EndIf



If IsMessagesList(GetFocus()) Then

let giWasMessagesList=TRUE

SaveCursor ()

JAWSCursor ()

JAWSHome ()

JAWSEnd ()

PriorWord ()

If GetWord () == "Restore Symbol" Then

{alt+space}

{x}

PCCursor ()

Else

let giWasMessagesList=FALSE

EndIf

EndIf

if ...



__________???

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

-- 
Doug Lee, Senior Accessibility Programmer
SSB BART Group - Accessibility-on-Demand
mailto:doug.lee@xxxxxxxxxxxxxxxx  http://www.ssbbartgroup.com
"While they were saying among themselves it cannot be done,
it was done." --Helen Keller
__________�

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


__________�

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

Other related posts: