THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/12/2009 at 07:01, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
In a Tag plugin I need to create a dynamic list, exactly the same that you can see in the C4D Character Tags -> Morph, with ADD and REMOVE buttons too and then possibility to change the items names!
Every items of the list will correspond to a generic object instance!
I know that I have to work in GetDDescription function, but isn't clear how to create the "LIST". The DESC_CUSTOMGUI don't include this kind of object and I don't know how to create it from a custom resource.
I saw the customgui_inexclude.cpp and customgui_listview.cpp in resource api but I don't know if is it possible (in SDK there is an example but is for dialogs not for descriptions) and how put them in a description!?!
Thank's
Lorenzo