Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    QUICKTAB orientation

    SDK Help
    0
    2
    246
    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 27/11/2003 at 01:07, xxxxxxxx wrote:

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

      ---------
      I use the following code to define three entries of a quicktab:
       QuickTabCustomGui * pquicktab = (QuickTabCustomGui* )FindCustomGui( IDC_RESTREE_QUICKTAB, ID );
       pquicktab->AppendString( 10, "test1", true );
       pquicktab->AppendString( 20, "test1", false );
       pquicktab->AppendString( 30, "test1", false );
      By doing so the three tabs are set under each other. What I like to do is to set them next to each other in a line....is that only possible if I define three quicktabs inside a group with three rows, or can I somehow set the orientation in one quicktab?

      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 27/11/2003 at 01:25, xxxxxxxx wrote:

        no but the group that the quicktab is inside must be big enough! SCALE_FIT doesn´t work but the default size has to be of certain size.
        Edit: Sorry, the quicktabsize has to have a certain default size...*patsch*

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