Sven Heitmann
Posts: 193
Joined: 2004-08-23
|
on controls with id!=1 i have noticed the following issues
-begin group is not recognized
-caption is not recognized
-style is not recognized
...
in ADXCommandBarControl.UpdateControlObj these values are set for controls with id==1 only but some of them are important like begingroup or caption...Best regards,
Sven Heitmann |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Sven,
It will be fixed in next build tomorrow. OK? |
|
Sven Heitmann
Posts: 193
Joined: 2004-08-23
|
yep, that is ok... thank you :)Best regards,
Sven Heitmann |
|
Eugene Starostin
Guest
|
Hi Sven,
We have published a new build.
Look at http://www.add-in-express.com/news-premium.php
Please let us know if you face any problems.
Also please note that we do not change our documentation on premium builds, we do this only on public builds. |
|
Sven Heitmann
Posts: 193
Joined: 2004-08-23
|
hi eugene, thank you for publishing a new build
as far as i can see all issues i mentioned are solved :)
well nothing is perfect and i have still one isue... it is not an issue with adx furthermore a feature by office what is broken by adx indirectly
the problem occurs with the control of id=333, the "insert table" popup thing
word will change the icon and caption for that control when yo edit a table, e.g.
if there is a blank document i have the "insert table" icon and function on that control, if i mark some cells word changes the icon and function to "insert cells", if my cursor is one line behind the table the function will change into "add new row"...
now the issue...
when the caption on that control is set, word will change the icon but not the caption...
i've tried this inside the addinstartupcomplete-eventhandler
(this.ctrlCreateTable.ControlObj as Office.CommandBarControl).Caption = "";
word will use the builtin caption but will not change the caption anymore,but the icon and action wich is confusing
the only way to prevent this issue is to add the control and don't set the caption... then the word feature is working well
my request now, if you find its kind of usefull for others too (perhaps there are other controls word is changing in different situations),please change adx this way:
when the CommandBarControls id is greater than 1 and caption is empty don't set the caption... then word will use the builin caption and all will be fine :)
i mentioned that the designer will add automatically a caption to the control (controls variable name)... you have to chenge this too, of courseBest regards,
Sven Heitmann |
|
Eugene Starostin
Guest
|
Hi Sven,
Now I see. We will add this feature to the next premium build without any problems. |
|
Sven Heitmann
Posts: 193
Joined: 2004-08-23
|
got the same issue with "hide/show grid of tables"... word is changing the caption...
Now I see. We will add this feature to the next premium build without any problems.
thank you very much... once again ;)Best regards,
Sven Heitmann |
|