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

    Align a dialog group to the left

    SDK Help
    0
    2
    253
    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 19/07/2016 at 02:58, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R17 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      Hello.

      I have a class that inherits GeDialog and I use MenuSubBegin and MenuSubEnd to fill its menu. 
      Everything works fine here.

      Now, in the menu bar, I want to add some other dialog tools as well aligned to the left.
      So I use:

      GroupBeginInMenuLine();
      GroupBegin(MY_MENU_GROUP, BFH_LEFT, 0, 1, String(), 0);
      GroupSpace(4,2);
      AddComboBox(ANY_PARAM,0,150,0);
      GroupEnd();
      GroupEnd();

      The problem is that no matter which parameters I use in the GroupBegin (e.g. BFH_LEFT), I cannot align it to the left. Do I do anything wrong ?

      Thank you for your time.

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

        On 22/07/2016 at 02:33, xxxxxxxx wrote:

        Hello,

        I got feedback from our developers on this topic. It is indeed not possible to change this alignment and also not desired. See also this thread.

        Best wishes,
        Sebastian

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