Hello, i know how i can register a new toolbar with a extension (i use Addons.xcu-file in the extension).
But in this case the situation after the installation of the extension is that the new toolbar is visible. It is possible to register a user-defined toolbar with a extension which ist not visible directly after the installation? (the new toolbar should be only visible when i manually activate the toolbar in the menu view-toolbars...) i tried to use the file CalcWindowState.xcu (in the extension) with: <?xml version="1.0" encoding="UTF-8"?> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="CalcWindowState" oor:package="org.openoffice.Office.UI"> <node oor:name="UIElements"> <node oor:name="States"> <node oor:name="private:resource/toolbar/addon_jm.OfficeToolBar" oor:op="replace"> <prop oor:name="UIName" oor:type="xs:string"> <value>jm toolbar</value> </prop> <prop oor:name="Visible" oor:type="xs:boolean"> <value>false</value> </prop> </node> </node> </node> </oor:component-data> but that work not for me. thanks for any help Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
