R
regify
Hi,
I add an additional group to the existing New-Mail tab in Outlook 2007
using this XML:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad">
<ribbon>
<tabs>
<tab idMso="TabNewMailMessage">
<group id="grpRegifyCompose" label="regify®" visible ="1">
<button id="SendRegify"
getLabel="GetLabel"
getScreentip="GetToolTip"
onAction="regifyHandler"
getImage="GetImage" size="normal"
getEnabled="GetEnabled"
/>
<button id="ConfigRegify"
getLabel="GetLabel"
getScreentip="GetToolTip"
onAction="regifyHandler"
getImage="GetImage" size="normal"
getEnabled="GetEnabled"
/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Everything works fine until the day, a customer sent me this error-
report:
While trying to open an attached file (PDF or DOC for example), the
addin fails with this error:
Errorcode: 0x80004005
Failed to find Office control by ID
ID: TabNewMailMessage
I wonder, how to prevent this error? Any idea what happened? I can't
see any error here on my test-systems.
Help me please, the customer is very important to me.
Volker
I add an additional group to the existing New-Mail tab in Outlook 2007
using this XML:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="OnLoad">
<ribbon>
<tabs>
<tab idMso="TabNewMailMessage">
<group id="grpRegifyCompose" label="regify®" visible ="1">
<button id="SendRegify"
getLabel="GetLabel"
getScreentip="GetToolTip"
onAction="regifyHandler"
getImage="GetImage" size="normal"
getEnabled="GetEnabled"
/>
<button id="ConfigRegify"
getLabel="GetLabel"
getScreentip="GetToolTip"
onAction="regifyHandler"
getImage="GetImage" size="normal"
getEnabled="GetEnabled"
/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Everything works fine until the day, a customer sent me this error-
report:
While trying to open an attached file (PDF or DOC for example), the
addin fails with this error:
Errorcode: 0x80004005
Failed to find Office control by ID
ID: TabNewMailMessage
I wonder, how to prevent this error? Any idea what happened? I can't
see any error here on my test-systems.
Help me please, the customer is very important to me.
Volker