[jawsscripts] Re: How to maximize windos in JAWS script?

  • From: "Travis Roth" <travis@xxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 6 Jun 2013 09:20:27 -0500

Send the window a maximize command with the Windows API function
SendMessage. JAWS script has a wrapper SendMessage() function that supports
a subset of the Windows API function.

SendMessage(GetAppMainWindow(GetFocus()), 274, 61488, 0)


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Csaba Godo
Sent: Thursday, June 06, 2013 8:04 AM
To: JAWSScripts List
Subject: [jawsscripts] How to maximize windos in JAWS script?

Hi guys,

What is the best practice in JAWS script to maximize the active window? 
I would like to maximize all application windows at startup and examine this
status at GetFocus event. If the window is in normal state, then it should
be maximized. Is it possible with JAWS script? I did not find any built-in
command.

Thanks in advance for your help!

Csaba
__________ďż˝

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: