Not sure if this is what you are looking for. But if you open the App Developer's Reference Manual, and look under Window\Vissible, you will get a chapter, that I paste in here:

---Paste Starts:
Returns a boolean value indicating the visible status of a window. This property will return false if any of the window's ancestors' visible properties are false; it will only return true if the window and all of its ancestors are visible. The Visible property might return true even if a window is hidden behind another window, or displayed off screen.

The Visible property of the
Control
object can be used to attempt to change the visibility of a window.

Syntax

boolean_value = object.Visible

where object is a Window object.
---End Of Paste.

David

On 4/10/2016 5:24 AM, Sean Farrow via Scripting wrote:
Hi,

What is the best way to discove when awindow tha never gains focus is hidden? 
The application doesn't use MSAA.Any help appreciated.
Kind regards
Sean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com/attachments/20160410/20053bd2/attachment.htm>
_______________________________________________
Any views or opinions presented in this email are solely those of the author 
and do not necessarily represent those of Ai Squared.

For membership options, visit 
http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/trailerdavid%40hotmail.com.
For subscription options, visit 
http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com
List archives can be found at 
http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com



_______________________________________________
Any views or opinions presented in this email are solely those of the author 
and do not necessarily represent those of Ai Squared.

For membership options, visit 
http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/archive%40mail-archive.com.
For subscription options, visit 
http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com
List archives can be found at 
http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com

Reply via email to