All,
In my Office Communicator script, the list control I want to watch is 
(according to the HarvestWindow.txt report) about 10 levels deep inside the 
main client window. See report lines below:

A1.1.4.1.4.1.4.1.3.3 list, Contacts List
AccessibleName: Contacts List
AccessibleRole.Text: list

Is there some object/method call where I can simply provide the path to the 
window I want (e.g. A1.1.4.1.4.1.4.1.3.3) and get the object back so I can 
connect to its events? Alternatively, is there a method which would take an 
Accessible.Role.Text and Accessible.name value and search the window hierarchy 
given a specified starting window object?
I could manually code to navigate my way down to the list window I want but I 
just thought such a quick reference ability would be helpful; especially, for 
those of us using Harvestwindow reports to analyze the application window. It 
would almost be like an XML XPath reference.


Reply via email to