Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Col/row span of dialog elements

    SDK Help
    0
    3
    345
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post