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

    Event Handling

    SDK Help
    0
    2
    230
    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 17/09/2003 at 01:41, xxxxxxxx wrote:

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

      ---------
      Hi,
      1. I would like to open up a dialog box when the user clicks any object in the document (using C.O.F.F.E.E.) Any guidelines how to do?
      2. I want to monitor all the events going on in the C4D Document. That means, what the user does with the document, like mouse click, double-click, move object etc., Is there any way in C.O.F.F.E.E to monitor all the events?

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 19/09/2003 at 11:28, xxxxxxxx wrote:

        1. There are no direct events for this. I guess it would be possible by having a non-modal dialog open, listening for core messages, and manually comparing the selection status in the object list.
        2. No, and not much in C++ either. The only place where you get events outside of your dialog is for tool plugins, but that only concerns mouse events in the editor window.
        So I'm afraid most of what you want is impossible.

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