On 10/11/2017 at 03:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18.057
Platform: Windows ;
Language(s) : C++ ;
---------
Hi everybody,
actually I got stucked by adding a link-field to my dialog. Reading the online help shows that LINK's are related to description and CustomGui LINKBOXES are allowed in dialogs.
When I try to add a linkbox to the layout inside the .cpp it works just fine. But adding a linkbox in the .res file throws an error (using the identifier LINKBOX or CUSTOMGUI_LINKBOX).
Isn't it possible to add a linkbox per definition to dialogs?
Surprisingly Using the LINK identifier in the .res file works fine.
Cheers,
Svente
->Searching for "LINK" in the res-files contained in the Cinema program folder shows many dialogs using the LINK element (e.g. in the cinema4dsdk IDD_SHADER_BROWSER example).