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

    Description Layout

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 225 Views
    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 Offline
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 02/05/2007 at 05:02, xxxxxxxx wrote:

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

      ---------
      Hi
      finally my plugin works fine. But the description files are no eye candy, cause i can't find flags in the SDK to layout my descriptions. The dialogflags [SIZE] [SCALE_V] [FIT_V] don't work here. Are there flags like these for the descriptions i can use here?
      thx

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 02/05/2007 at 08:39, xxxxxxxx wrote:

        Welcome to one of the oddities of the C4D SDK. Dialogs and Descriptions are basically two different GUI interfaces - there is no real correlation between them.

        The Description interface provides even less element control and variation than Dialogs. Description files provide a minimum layout structure (tabs, groups, and group columns). In the SDK documentation, do an Index for "Description" (class Description) and you'll see what can be set for a description element through a BaseContainer programmatically - there are many more options than the resource provides including DESC_SCALEH, DESC_ALIGNLEFT, and DESC_FITH. Many of these DESC_ settings correlate to some of the resource settings (e.g.: COLUMNS = DESC_COLUMNS).

        As you'll note, there is no vertical layout control whatsoever for Descriptions.

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