First: depending on what version of Acrobat you're fighting, you might be
able to work around the problem by re-naming your add-ins. Word loads them
in reverse alpha order, so if you name it something less than whatever
Acrobat's add-in is called, yours is loaded later (so you can trash their
menus instead, if you want).
Failing that, the CustomizationContext is a challenge. When I met the
situation you describe, not only did Word just abort, it always wrecked any
templates open at the time. It's a bug in Word that has something to do with
situations where a toolbar in one template is customized by another
template. The sequence (in my case) was something like: customize a toolbar
in normal.dot; then customize the same toolbar in an add-in; then in code in
the add-in open a document based on a template other than normal, set the
customizationcontext to the that document's template and customize the
toolbar again. I just gave up trying to do that sort of customization on the
fly.
> Hi All,
>
[quoted text clipped - 34 lines]
>
> Thanks so much.
Laura - 21 Mar 2007 17:05 GMT
Jezebel,
Thanks for the reply. If nothing else, it's good to know I'm not the only
person who has encountered this type of thing!
I'm a little confused because the menu that Adobe is trashing is one in
documents where the templates are used once Word is open: "New Letter" "New
Memo" etc. So I would think Adobe would be fully loaded already, but those
menus, when just placed in the template, often just don't appear. Wherease
my menu that comes from my startup template that does load with Word USUALLY
is just fine.
> First: depending on what version of Acrobat you're fighting, you might be
> able to work around the problem by re-naming your add-ins. Word loads them
[quoted text clipped - 51 lines]
> >
> > Thanks so much.