Re: z-order of overlapped windows
Re: z-order of overlapped windows
- Subject: Re: z-order of overlapped windows
- From: Eric Schlegel <email@hidden>
- Date: Fri, 7 Nov 2003 09:12:39 -0800
On Nov 7, 2003, at 8:51 AM, James Han wrote:
Thank you for all your responses. I need to know the z-order to make
application window accessible only if it is foremost window. It means
that
if any portion of window is hidden by other application windows, the
portion will be neither shown nor accessible, etc.
Do you really mean "any portion of the window is hidden", or do you
mean "the entire window is hidden"?
In other words, if you have two windows, A and B, and B is behind A in
z-order, and A hides part of B, but not the whole thing, how accessible
do you want B to be?
It sounds like you're really more interested in a visibility test than
a z-order test.
-eric
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.