G'day "Chuck" <Chuck@discussions.microsoft.com>,
Generally the custom options are better so that users can choose to
revert when required.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Chuck reckoned:
>We're trying to troubleshoot some strange behaviour caused by third party add
>ins and have a general question about good coding practice -- whether tis
[quoted text clipped - 74 lines]
>
>End Sub
Chuck - 25 Nov 2004 12:42 GMT
Sorry but I don't understand -- when you say "custom options" are better,
what do you mean by "custom options"? Using a macro to binding an object to
a command bar control and then executing the object or simply using the Word
programmatic command? (We're trying to figure out why (if at all) it would
be better to bind an object then execute it rather than using a simple
command.)
Thanks
Chuck
> G'day "Chuck" <Chuck@discussions.microsoft.com>,
>
[quoted text clipped - 86 lines]
> >
> >End Sub
Chuck - 25 Nov 2004 12:45 GMT
Correction - should have said in last post:
"We're trying to figure out why (if at all) it would be better to bind an
object *to a command bar control* then execute it rather than using a simple
command.)"
Chuck
> G'day "Chuck" <Chuck@discussions.microsoft.com>,
>
[quoted text clipped - 86 lines]
> >
> >End Sub
Word Heretic - 26 Nov 2004 09:47 GMT
G'day "Chuck" <Chuck@discussions.microsoft.com>,
You said this as well:
Sorry but I don't understand -- when you say "custom options" are
better,
what do you mean by "custom options"? Using a macro to binding an
object to
a command bar control and then executing the object or simply using
the Word
programmatic command? (We're trying to figure out why (if at all) it
would
be better to bind an object then execute it rather than using a simple
command.)
So, we need a longer chat.
When I, as an extremely experienced designer/developer, build my
objects, I design for both scenarious outlined: that is, I provide
Toolbar buttons to do useful stuff wherever possible. I also try and
make my API as risch as possible.
To be even more generic: I provide flexible API's that generally have
toolbar buttons that call them for the scope of the selection.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Chuck reckoned:
>Correction - should have said in last post:
>
[quoted text clipped - 94 lines]
>> >
>> >End Sub