--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> With current com.dll, try
> comPluginDemoScriptAccessibleWord.powerpro
> in
> http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/
>
> I was lazy, so for it to work word has to be up and running first.
It works, but for Word:
showChildren("Word edit menu", haoMenuItem)
aka haoMenuItem.get_accessible_children()
the vector entries in the vector your function creates contain handles, not
integer index numbers aka simple elements.
On XP, or more likely the accessible interface implemented in the version of
wordpad on XP, it returns simple elements.
Have you tested your get_accessible_child when get_accessible_children returns
simple elements on W2K?
Your documentation indicates that your functions get_accessible_child and
get_accessible_children can return simple elements. Have you ever seen any?
Regards,
Sheri