--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote:
> local hTom = com.get_accessible_object(g_hwnd_re, "dispatch")
> win.debug("handle to an ITextDocument: ", hTom)
> local hITextSel = hTom.get_property("Selection")
> win.debug("handle to an hITextSelection: ", hITextSel)
doDesc(hITextSel, "ITextSelection") (using doDesc function in
comPluginDemoScriptAccessible.powerpro) works fine.
Haven't tried any of its many methods.
