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

    Text in res file

    SDK Help
    0
    3
    321
    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 05/09/2016 at 03:38, xxxxxxxx wrote:

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

      ---------
      Hello.

      I need to have some text in a TagData's interface. Is there such a parameter or do I have to implement it as a gui area ?

      I need a description parameter without any interactivity with the user. I just need to write some notes there for anyone to read.

      Thank you.

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

        On 05/09/2016 at 04:55, xxxxxxxx wrote:

        1. STRING YOURID { READONLY; }
        2. STRING YOURID { CUSTOMGUI MULTISTRING; READONLY; }
        -> data->SetString(YOURID, "Best text ever..");

        3. STATICTEXT YOURID {}
        -> text defined in .str resource file

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

          On 06/09/2016 at 04:46, xxxxxxxx wrote:

          Hi,

          just for completeness, here are some links to the docs on description resources:
          STATIC_TEXT
          STRING

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