[jawsscripts] Re: Automating the Move option on a command menu
- From: Jamal Mazrui <empower@xxxxxxxxx>
- To: jawsscripts@xxxxxxxxxxxxx
- Date: Thu, 25 Sep 2008 16:30:43 -0400 (EDT)
In case this issue is still present, I found the following constant that
may be used with the SendMessage or PostMessage function:
WM_MOVE = 0x3
So, I would try
PostMessage, h, WM_Move, 0)
Where h is the handle of the main application window.
Jamal
-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Tim Burgess
Sent: Wednesday, September 24, 2008 12:31 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Automating the Move option on a command menu
Has anybody ever tried (and hopefully succeeded) automating the Move
option on the command menu of an application using Jaws script code in
conjunction with Windows messages? I'm trying to help internationalise a
set of scripts and this is one method of solving a problem we have.
Alternative methods would be:
1 - Passing keys (i.e. Alt+Hyphen followed by 2 down arrows) - not sure if
the Move option is always two steps down for all language versions of
Windows;
2 - Pass the Alt+Hyphen then transmit the quick key for the Move option (M
for English languages of Windows). This would require knowing the
appropriate quick key for every language and I wouldn't know where I could
get a comprehensive list. Any ideas?
Best wishes.
Tim Burgess
Raised Bar Ltd
PO Box 4442
Atherstone
Warwickshire
CV9 9AT
Phone: +44 (0)1827 719822
Email: tim@xxxxxxxxxxxxx
Web: http://www.raisedbar.net
Don't forget to vote for improved access to music and music technology at
http://www.raisedbar.net/petition.htm
__________
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
Other related posts: