On 20/04/2018 at 01:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Mac ;
Language(s) : C++ ;
---------
Greetings to all.
I'm trying to build a plugin UI via GetDDescription(). Everything is working fine, except I've encountered an issue where I need to "stretch" a single element horizontally so it takes up more than one column in a multi-column group.
In a *.res file, I'd just use STATICTEXT { JOINENDSCALE; } to achieve what I want.
However, I can't seem to find an equivalent for this in the C++ API. There's DESC_NEWLINE, but this doesn't seem to do the same thing as JOINENDSCALE. It will take up a column, but then the widget before it won't stretch out horizontally.
How can I achieve the same effect as JOINENDSCALE in C++?
Cheers,
-CMPX