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

    Detect Tab change

    SDK Help
    0
    1
    167
    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 24/11/2003 at 06:11, xxxxxxxx wrote:

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

      ---------
      I use the tab group within a dialog. To which message I will have to listen to if I want to know that the active tab did change? Yes....I did search the forum, and no, there is not really given a direct answer to that question. It is not BFM_ASK_TABSWITCH as I first did guess, and even not the message with id 1935766117. This message is just one message that is sent, when I change the tab, but not the correct one. If I use this message, I cannot get the correct tab id with GetLong, because at the moment this message is sent, it is not secure which one is the active tab, this message is sent to early. At the moment I help myself with just checking every time I receive a message if the tab id I get with GetLong is different to the last one I did save....this works for a prototype, but isnt a good solution for the final plugin.

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