On 15/09/2015 at 09:20, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I'd like to hide the "Delete Tag" button on one of my objects.
I think the code should be like this:
myObject->SetDescIDState(DescID(ID_TAGLIST, Tprotection, IDS_DELETE_TAG), DESCIDSTATE_HIDDEN);
I found IDS_DELETE_TAG inside c4d_strings.str, but I don't know how to include it in my project, if I have to, nor how to access it in a different way.
Does anybody know how to do this?
If you need more information, feel free to ask.
Thanks in advance for your help and time!