Col/row span of dialog elements
-
On 11/08/2016 at 04:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform:
Language(s) : C++ ; PYTHON ;---------
Is it possible to specify the column (and eventually row) span for an element in a GeDialog?
It is (sort of) possible in a description resource by filling the columns to be filled by the previous
element with STATICTEXT{JOINEND;} or STATICTEXT{JOINENDSCALE;}.Right now I have a group with 2 columns filled with a few widgets, and I'd like to add a separator
that is rendered in a single line. Currently I have to add two separators (because 2 columns) and
thus the separator line has a break.Thanks,
Niklas -
On 12/08/2016 at 04:30, xxxxxxxx wrote:
Hi Niklas,
I'm not aware of something like this for a dialog.
But for your separator problem, couldn't you address this by reorganizing the groups? I mean, something like one single column parent group. And in there several two column groups and the separator(s) in between. -
On 13/08/2016 at 00:13, xxxxxxxx wrote:
Hi Andreas,
thanks for the info.
But for your separator problem, couldn't you address this by reorganizing the groups? I mean, something like one single column parent group. And in there several two column groups and the separator(s) in between.
That would "work", but it wouldn't look as nice because the columns would not have consistent widths.
Cheers,
Niklas