we need a document level custom toolbar and menu items with corresponding
shortcuts and thus keybindings are attached on document activate events
(using VSTO).
I understand that it is possible to save this customization to the template
instead of having to attach/add them during activate event but there were
issues encountered in the past that has prompted to reattach these
customizations during activate event as much as possible.
> Under what circumstances would you require this?
>
[quoted text clipped - 14 lines]
> >
> > I've seen related concerns online but no answers. Any work arounds?
Tony Jollans - 17 Oct 2006 10:14 GMT
I don't think there's anything you can do about it.
I don't see the need to routinely change keybindings though. Once they are
set up you don't need to keep on changing them. You will run into a problem
if someone opens or creates a document while the dialog box is open but I
would venture that's unusual behaviour and if you can trap it, and take
corrective action later, that would probably be good enough, wouldn't it?
--
Enjoy,
Tony
> we need a document level custom toolbar and menu items with corresponding
> shortcuts and thus keybindings are attached on document activate events
[quoted text clipped - 23 lines]
> > >
> > > I've seen related concerns online but no answers. Any work arounds?