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

    Mandatory call of GetDDescription needed

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 183 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 10/02/2012 at 04:47, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   13 
      Platform:   Windows  ;   
      Language(s) :

      ---------
      Hello,

      in my tag plugin, I build dynamical an combo box in the GetDDescription( ... ) function.
      But this function will be called only if I select this object or tab in the attribute manager, so if this tab already open and I like to updating this combo box I need an update message or something like that. How can I do this?😢

      Marky

      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 10/02/2012 at 07:05, xxxxxxxx wrote:

        Try sending a core message:

        SendCoreMessage(COREMSG_CINEMA,BaseContainer(COREMSG_CINEMA_FORCE_AM_UPDATE),0);
        

        If that doesn't do it, you could also force the AM to re-open the tag's description by doing:

        ActiveObjectManager_SetMode(ACTIVEOBJECTMODE_TAG, FALSE);
        

        (include lib_activeobjectmanager.h from the API).

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