[jawsscripts] Re: Bits - What Are They?

  • From: james.homme@xxxxxxxxxxxx
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Wed, 3 Oct 2007 14:59:43 -0400

Hi,
The reason I am asking is that I was thinking that it may be possible that
the bits may help us figure out the characteristics of a window if we don't
get enough information in the normal window information-gathering
functions.

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."



                                                                       
             "Doug Lee"                                                
             <doug.lee@ssbbart                                         
             group.com>                                                 To
             Sent by:                  jawsscripts@xxxxxxxxxxxxx       
             jawsscripts-bounc                                          cc
             e@xxxxxxxxxxxxx                                           
                                                                   Subject
                                       [jawsscripts] Re: Bits - What Are
             10/03/2007 11:31          They?                           
             AM                                                        
                                                                       
                                                                       
             Please respond to                                         
             jawsscripts@freel                                         
                 ists.org                                              
                                                                       
                                                                       




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



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

Other related posts: