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

    A scrolling group not working

    SDK Help
    0
    2
    431
    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

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

      On 15/01/2003 at 16:03, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.020 
      Platform:    Mac  ;  
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Well, it's not the scroll group that isn't working. It's the text inside. After doing this:

        
      AddScrollGroupBegin(200010, BFV_SCALEFIT,SCROLLGROUP_VERT);  
      AddGroupBeginV(200013,BFV_TOP|BFH_SCALEFIT,1,"",0);  
      {  
      AddStaticText(200011, BFV_TOP|BFH_FIT, 350, 200, helptxt,0);  
      }  
      AddGroupEnd();  
      AddScrollGroupEnd();  
      

      All I get is a single line of text (and the helptxt variable contains a loooooong text) vertically centered. I even have to scroll down to see some text. All I want is the text to appear left and top aligned. How can I do it?
      Thank you in advance.

      Rui Batista

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

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

        On 16/01/2003 at 18:01, xxxxxxxx wrote:

        I think static text fields are always just one line. You should use MultiLineEdit instead.

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