On 09/02/2017 at 04:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17 demo
Platform: Windows ;
Language(s) : C++ ;
---------
Hello,
I have ObjectData based object with dynamic description very similar to the one in official example project. One of elements in description is LONG_QUICKTAB.
Item selection works as expected but in some cases I'd like to deselect all items in it (from code). I tried to set parameter to -1 but it does nothing. Removing parameter looks wrong and selects always first item anyway.
Is there something I can use to deselect all items in it? (the control surely supports that since if it is used in GeDialog function QuickTabCustomGui::Select can do it).
Thank you.
PS: if you need example - in official example project, file objectdata_descriptions.cpp, function ObjectDynamicDescription::SetParameter. If it works there it will work in my project too.