This is from Debbie Scales, and as it came up here recently I figured it 
would be good to post it today.  The auto change speech engines question 
reminded me that I have some untapped files of information sitting on my 
local drive for you folks to hopefully benefit from. I did modify it just a 
bit though.
David Ferrin
[EMAIL PROTECTED]

Maximizing the message window.

1. To do this, first back up your settings enu folder.  Please Listen to the 
audio tutorial on backing up your script files.

2. Copy the below script to your clipboard with control C.

Script AutoMaximize ()
var string StatusSymbol
SaveCursor ()
FindGraphic (GetAppMainWindow (GetCurrentWindow ()), "maximize symbol", 
s_top, s_unrestricted)
let StatusSymbol=GetWord()
If StatusSymbol == "Maximize Symbol" Then
LeftMouseButton ()
EndIf
RestoreCursor ()
Pause()
EndScript

3.  Do the following while in Outlook Express.
4. Press insert-0, this will open the OE script file called MSOE.jss.
Press control end to be placed at the bottom of the script.
5. Paste the new script in with control V.
6. Press control l for the script list, then press the letter F until
you find FocusChangedEvent function.
7. Then press enter and you will land in the focus changed event script.
8.  Place the following line at the bottom of the script before the line
that says EndFunction.

PerformScript AutoMaximize()

9. Compile the change by hitting control S.
10. Exit the script manager (alt F4).
11. Exit OE and come back in for the change to take effect.

This will automatically maximize the reading and edit message windows.


--~--~---------~--~----~------------~-------~--~----~
Visit the JAWS Users List home page at:
http://www.jaws-users.com
Address for the list archives:
http://www.mail-archive.com/jaws-users-list%40googlegroups.com/
Address to contact the management team:
[EMAIL PROTECTED]
  You received this message because you are subscribed to the Google Groups 
"JAWS Users List" group.
To post to this group, send email to 
jaws-users-list@googlegroups.com
To unsubscribe from this group, send email to 
[EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jaws-users-list?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to