THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/06/2005 at 07:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
Can someone help met with the CUSTOMGUI_LINKBOX ?
I want to use this in a dynamic group.
I have for example MyDropBox = (LinkBoxGui* )AddCustomGui(My_DROP_BOX, CUSTOMGUI_LINKBOX, "HelloWorld", BFH_LEFT, 200,0,NULL)
The Linkbox appears, but no HelloWorld text. Cannot find a link(GetLink) too.
Must be the text parameter in the AddCustomGui or what else ?
How do i set the Accept types etc. Seen this for the Description variant, but how is it done dynamic in AddCustomGui?
Regards,