[jawsscripts] Re: Bits - What Are They?

  • From: Doug Lee <doug.lee@xxxxxxxxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Wed, 3 Oct 2007 11:31:53 -0400

That's StyleBits, the result of the GetWindowStyleBits function.
There are some bits that have fairly universal meaning across all
windows, but there are also bits that have specific meanings based on
what window class you're dealing with.  For example, the WS_Visible
bit is pretty standard for all windows, but ES_MultiLine is a bit that
only applies to edit controls.  Some of the bit constants can be found
in winuser.h in any Windows development platform containing it or
something equivalent, but styles for specific window types are
sometimes hard to find in my experience, there being so many window
types out there.

On Wed, Oct 03, 2007 at 11:22:13AM -0400, james.homme@xxxxxxxxxxxx wrote:

Hi,
I've been wondering about this. When you go into Home Row Mode and press F3
to cycle through things to exampne, one of them is Bits. What is that and
how would you use it in scripting?

Thanks.

Jim

James D Homme,
Usability Engineering
Highmark Inc.
james.homme@xxxxxxxxxxxx
412-544-1810

"It's more important for me to start to do the right thing than it is to
wait until I think I
can do it just right."

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

-- 
Doug Lee, Access Technology Programmer
SSB BART Group
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 
http://www.freelists.org/list/jawsscripts

Other related posts: