S
Sanjay Singh
Hi Ken
I am using a copy of your Inspector Wrap class in my code. I have a couple
of questions that I hope you can help with.
1. Unique key for toolbar: I noticed that each button on a commandbar has to
have a unique key to avoid buttons getting fired more than once. How about
the actual command bars. I am adding a custom command bar to Inspectors.
Should they also have a unique key for each time an Inspector opens.
2. KillButtons: You have a sub called KillButtons in your code but this does
not appear to get called from any place. Should this sub be called from
anywhere in the code. I am creating my menu buttons as temporary buttons.
3. Question re Explorer buttons: In your InspectorWrap class, the buttons
are defined within the class. However in Randy's Items sample, the Explorer
command buttons are defined outside of the wrapper class. Is there a reason
for the difference since it is possible to have multiple explorers as well.
Thank you for your help
Sanjay
I am using a copy of your Inspector Wrap class in my code. I have a couple
of questions that I hope you can help with.
1. Unique key for toolbar: I noticed that each button on a commandbar has to
have a unique key to avoid buttons getting fired more than once. How about
the actual command bars. I am adding a custom command bar to Inspectors.
Should they also have a unique key for each time an Inspector opens.
2. KillButtons: You have a sub called KillButtons in your code but this does
not appear to get called from any place. Should this sub be called from
anywhere in the code. I am creating my menu buttons as temporary buttons.
3. Question re Explorer buttons: In your InspectorWrap class, the buttons
are defined within the class. However in Randy's Items sample, the Explorer
command buttons are defined outside of the wrapper class. Is there a reason
for the difference since it is possible to have multiple explorers as well.
Thank you for your help
Sanjay