Hi Robert, how are you doing?
>2. Self-installing plug-in
>Add the label (name) in the plug-in code
>e.g.
>in_reg.RegisterCommand "VincentWroteThis", "This is a plug-in created by Vincent
"
That's exactly my problem... If I go in Customize Toolbar this custom command is listed as "VincentWroteThis", not "This is a plug-in created by Vincent".
Same problem when I drag&drop it in the toolbar.
On 7/31/07, Robert Moodie <rmoodie(at)buzzimage.com> wrote:
Because you're adding it as a menu item you don't get the options, right?
1. Old Skool commands
Make sure the name is added when you register the command
2. Self-installing plug-in
Add the label (name) in the plug-in code
e.g.
in_reg.RegisterCommand "VincentWroteThis", "This is a plug-in created by Vincent
"
Hi,
I have a registered command that I want to add inside a menu button of a toolbar.
Is it possible to have the label of that command different than its original name?
I tried using a script button but it doesn't seem to work inside a
menu button.
Thanks!
Vincent