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

    TreeView rmb context menus not showing?

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 336 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 24/09/2008 at 15:40, xxxxxxxx wrote:

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

      ---------
      I can get the context menu to popup in an empty area of my dialog's TreeView but none of the item-specific context menus appear when over the item. My code has not changed for this (unless required) since R8.2.

      While awaiting the R11 SDK docs, any chance of getting information on what changed?

      Thanks,

      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 06/10/2008 at 17:48, xxxxxxxx wrote:

        Figured it out. You guys changed the behavior of MouseDown() (which hasn't changed since at least 8.2 or earlier). When you return TRUE, it no longer calls CreateContextMenuColumn() by the way. So, I need to return FALSE so that it chain cascades to the other call.

        JFYI, everyone.

        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 07/10/2008 at 01:12, xxxxxxxx wrote:

          Thanks for the info Robert!

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