Hi,
Upon RMB a TreeView
item, you'll get the default Remove
and Remove All
.
I want to remove them but I'm having problem doing so.
Here is the working code so far:
def CreateContextMenu(self, root, userdata, obj, lColumn, bc):
bc = None # Delete the existing base container
bc = c4d.BaseContainer() # Create a blank one
bc.SetString(1231245, "Hello World!") # Add a new entry
Regards,
Ben