https://bugs.documentfoundation.org/show_bug.cgi?id=168409

--- Comment #13 from Jean-Pierre Ledure <[email protected]> ---
>     accessiblecontext = element.RealInterface.getProperty("XAccessible")

This is great news. However it works fine in LO 26.2, but not in LO 25.8.

I tried
      accessiblecontext =
element.RealInterface.AccessibleContext.AccessibleParent.AccessibleContext.getAccessibleChild(1)

where (1) is hardcoded (should be computed in reality) being the index in the
layoutmanager.XUIElements array related to the concerned toolbar.
This works fine in LO 25.8, but not in LO 26.2.

=> To bypass the current blocking, I can prepare a patch in ScriptForge code
with a few specific lines of code depending on the LO versions: <= 25.2, 25.8,
>= 26.2

Better idea ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to