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

    Tab Groups not working

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 340 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 27/09/2012 at 18:27, xxxxxxxx wrote:

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

      ---------
      I created a dialog in Resedit that uses a tabs group with two groups inside it.
      It all works fine in Resedit. But, as I execute the plugin and the dialog is shown, both tabs are highlighted and I can't switch between them. It is as if they are locked and only my first group is showing.
      Is there anything else I need to do for tab groups to work?

      Rui Batista

      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 28/09/2012 at 01:53, xxxxxxxx wrote:

        This is because your groups inside the tab group have the element ID IDC_STATIC. Change this to a new ID, for example IDC_GROUP1, IDC_GROUP2 etc.

        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 28/09/2012 at 05:15, xxxxxxxx wrote:

          Actually, the names were all different (IDC_TAB1, IDC_TAB2)
          But, for some reason, the c4d_symbols.h file was not updated correctly. Once I edited it, it all worked fine 🙂
          Thank you.

          Rui Batista

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