https://issues.apache.org/ooo/show_bug.cgi?id=111214
--- Comment #4 from hanya <[email protected]> --- Created attachment 79721 --> https://issues.apache.org/ooo/attachment.cgi?id=79721&action=edit Extension provides complex toolbar for testing This extension contains complex toolbar for Writer document having an edit field and two buttons, written in Python. - Install the package and then restart the office. - Open new Writer document -> "Add-On 1" toolbar is shown (maybe its name is different). - Push "SetText" button to check the extension working well -> "abc" is shown in the edit field on the toolbar means ok. - Push "SetFocus" button on the toolbar -> focus gained to the edit field. The attached extension does not work with multiple documents, only for testing purpose. Arguments field of css.frame.ControlCommand set to State field of css.frame.FeatureStateEvent passed to statusChanged method can not be void. If void is specified, differently processed in ComplexToolbarController::statusChanged method, empty []com.sun.star.beans.NamedValue can be used to set focus to target edit field. -- You are receiving this mail because: You are on the CC list for the bug.
