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
    • Recent
    • Tags
    • Users
    • Login

    Text Color in Gedialog

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 208 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 08/04/2009 at 00:50, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10.5 11  
      Platform:      
      Language(s) :     C++  ;

      ---------
      Hello All,
      is there a way to change text color in edittextarroe in a gedialog?
      i build interface in Createlayout, without res.
      Thanks
      Franz

      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 08/04/2009 at 01:23, xxxxxxxx wrote:

        You have to use SetDefaultColor() with the ID of the dialog element.

        > \> GroupBegin(0,BFH_SCALEFIT|BFV_SCALEFIT,0,0,String(""),0); \> { \>           AddMultiLineEditText(10000,BFH_SCALEFIT|BFV_SCALEFIT); \>      SetDefaultColor(10000, COLOR_TEXT_EDIT, Vector(1,0,0)); \> } \>

        Check c4d_colors.h for all avaible color IDs.

        cheers,
        Matthias

        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 09/04/2009 at 05:06, xxxxxxxx wrote:

          Thanks Matthias,
          it works on R11, but is not sopported from R10.5
          Best
          Franz

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