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
    • Recent
    • Tags
    • Users
    • Login
    The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.

    Implementing the new rename fields?

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 338 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/10/2005 at 15:51, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.1+9.5 
      Platform:      
      Language(s) :     C++  ;

      ---------
      Hi,

      I have a treeview gadget thats populated by a large list of data. If I doubli click an item, I show the RenameDialog where the user can rename the selected data.

      This is with the 9.1 SDK

      R9.5 supports a integrated edit field when you double click an object in the OM.

      Is it possible to re-produce this behaviour with the treeview gadget itself? I'm assuming the OM uses the treeview gadget so I imagine there is some function for this (but I coldn't see anything in the SDK)

      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/10/2005 at 09:55, xxxxxxxx wrote:

        The 9.5 SDK documentation isn't available yet so it would be difficult to know if the functionality exists and how it operates. You can find for the TreeViewCustomGui and TreeFunction definitions in "resource/_api/c4d_customgui/customgui_listview.h" and see if the new functionality has indeed been imparted to it.

        But,if you are using the 9.1 SDK and want 9.5 functionality, you'll need to use the 9.5 SDK. There is neither a way to 'reach' the 9.5 functionality from an older SDK nor to 'extend' built-in class functionality except by defining it using CustomDataType plugin classes and such.

        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 01/11/2005 at 07:23, xxxxxxxx wrote:

          This is done with PopupEditText(). The good news is that this function was available in 9.1 as well, it just wasn't used in the Object Manager.

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