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

    Add Dotted Line to Labels

    Cinema 4D SDK
    3
    4
    840
    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.
    • O
      Ogers
      last edited by m_adam

      0_1545059515516_Maxon.PNG
      Hello!
      I am trying to write some lines like the ones in the picture but if I use dots as a character I get them very close to each other not like in the picture.
      Is there any way I can use to get the same result as it is shown there.
      Thank you.

      1 Reply Last reply Reply Quote 0
      • M
        mp5gosu
        last edited by

        Afaik, those dots appear automatically and only on descriptions.
        Don't know, if it is possible to mimic this behavior ootb with Dialogs.

        1 Reply Last reply Reply Quote 0
        • O
          Ogers
          last edited by

          AddStaticText(ID_QUICKTAB_SUBDIALOG_SUBGROUP_TEXT + _dialogIdx, BFH_LEFT | BFV_TOP, 220, 20, "Crop Max"_s, 0);
          

          I am using this for generating a static text and reserving 220px for that text but the unused space gives me just empty string. And as I said if I use dots character I do not get the same result as in the picture.
          Is there any way how to make the dots appear for the AddStaticText method?

          1 Reply Last reply Reply Quote 0
          • M
            m_adam
            last edited by m_adam

            Hi @Ogers, first of all, welcome in the plugincafe community.

            Before to start I would like to point you to:
            -Q&A New Functionality.
            -About Tags and Tagging.

            I've setup your topic correctly.

            As you can see, and already figured in this topic what you are seeing in your picture is a DescriptionCustomGui especially how the CustomGui display each DescId entry.
            That means it's not a text, but a parameter ID. Which can be dragged into the console / animated for example.
            There is no proper way to creates theses without using DescriptionCustomGui.

            With that's said I will answer to your other topic.
            Cheers,
            Maxime.

            MAXON SDK Specialist

            Development Blog, MAXON Registered Developer

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