Laurent Godard wrote:
Hi

i create an addon, installed through package manager
the addon.xcu contains

  <node oor:name="AddonUI">
    <node oor:name="OfficeToolBar">
      <node oor:name="org.openoffice.myAddonName" oor:op="replace">
        <node oor:name="btn01" oor:op="replace">

everything works fine

BUT

the ToolBar is always nammed Add-on 1 in view > toolbars
there is no way to change it (reading the xcs)

I would like to be able to provide a Title like this

  <node oor:name="AddonUI">
    <node oor:name="OfficeToolBar">
      <node oor:name="org.openoffice.myAddonName" oor:op="replace">
    *<prop title>
      <lang >My menu label</lang>
        </prop>*
        <node oor:name="btn01" oor:op="replace">

It is not possible regardoing .xcs file
Is there any workaround ?


Hi Laurent,

Sorry, this is currently not possible as the Addon.xcs has no entry for the toolbar name. We want to extend the Addon.xcs for the next major version, so this should be possible in the future.

Regards,
Carsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to