30-08-2016 04:31 PM
Hello,
I would like to know if it's possible and how to make a r-clik menu item (metacommand) on multiple selected objects.
Kind of like the "copy, delete, add to favorites,.."
And if possible, how i can find the selected objects collection to process.
Thanks for your explanation !
Wim VdV
Solved! Go to Solution.
19-09-2016 02:45 PM
Got it working, however, it does not work in the left pane, ex on the libraries list.
Any way of doing that also ?
Thanks !
kr,
Wim VdV
19-09-2016 10:44 AM
Hi,
I tried your configuration, but it only shows my menu command when 1 object(library) is selected.
Any other config i need to do ?
kr,
Wim VdV
05-09-2016 06:35 AM
Add the following in parameterization of Menu Command
[MenuItem]
CommandComponent = [MACRO]
Category = Action
ShowOnObject = 0
ShowOnSelection = 1
ShowOnCollection = 1
Use Invoke on Collection method in the macro
Sub InvokeOnCollection(mgcolObjects)
end sub