sitimoen / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

XDocReport Word macro cause UI problem #271

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Place XDocReport macro (XDocReport.dotm file) into Word startup folder.
2. Navigate into the built-in Home tab, Font sub-group disappear!

What is the expected output? What do you see instead?

XDocReport macro cause the partial disappearance of the main Word toolbar (aka 
ribbon). Normally, in Word's ribbon toolbar, we have the Home tab in which 
there are several standard sub-groups: Clipboard, Font, Paragraph, Styles, 
etc.. After adding the macro, the Font tab disappear. I have made several tries 
but if i remore the macro from the startup directory, all work again.

What version of the product are you using? On what operating system?

Same problem on Word 2010 32bit, Word 2010 64bit and Word 2007 32bit.
OS: Win7 64bit and Xp 32bit.

Please provide any additional information below.

To resolve the issue i have edited the dotm package, removing this lines:
  <tab idMso="TabHome">
    <group idMso="GroupFont" visible="false" />
  </tab>
from the file customUI\customUI.xml

Is there a specific purpose for these lines or is simply a mistake?

Thank you!
Matteo A.

Original issue reported on code.google.com by matteo.a...@gmail.com on 3 Jun 2013 at 8:00

GoogleCodeExporter commented 8 years ago
Hi Matteo,

I'm not a big expert with Macro and I think it's a big error (copy/paste of 
sample found in the web I think).

Many thank's for your information. I will fix it with your suggestion.

Regards Angelo

Original comment by angelo.z...@gmail.com on 3 Jun 2013 at 8:04

GoogleCodeExporter commented 8 years ago
Fixed in 1.0.3 
https://code.google.com/p/xdocreport/source/detail?r=bdf308c2f7dafc36f59e28c93b2
d8f379ed2f5b1

Well done Matteo!

Original comment by angelo.z...@gmail.com on 3 Jun 2013 at 11:47

GoogleCodeExporter commented 8 years ago
I'am pleased to have helped! ;)
XDocReport is superb!

Original comment by matteo.a...@gmail.com on 3 Jun 2013 at 12:41

GoogleCodeExporter commented 8 years ago
Issue 277 has been merged into this issue.

Original comment by angelo.z...@gmail.com on 17 Jun 2013 at 1:40