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

    Get Active View

    SDK Help
    0
    5
    475
    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 30/07/2003 at 02:45, xxxxxxxx wrote:

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

      ---------
      Hi
      Is there any function in C.O.F.F.E.E to get the active view of the viewport, ie. View 1/2/3/4. I need this to find out, in which view the user is currently working.

      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 30/07/2003 at 04:08, xxxxxxxx wrote:

        No, not accesible with COFFEE

        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 30/07/2003 at 19:04, xxxxxxxx wrote:

          Is it possible in C++? In this case, I think its the peak time for me to move towards C++.
          I would like to know one more thing also:
          I have created one dialog box. After opening the dialog box, when the user clicks any object from the viewport, that particular (active) object name should be appeared in the dialog box. This is something like event trapping. Is it possible in COFFEE? If not, what about C++?

          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 31/07/2003 at 03:34, xxxxxxxx wrote:

            Hi,
            yes that´s possible in C++ with the BaseDraw class.
            For the dialog thing. That should also be possible in COFFEE. Just overload the CoreMessage function of your dialog class and check for NEW_ACTIVE_OBJECT (hope that still works in R8. If not check for DOCUMENT_CHANGED and then do some tests to find out if the object changed.
            HTH
            Samir

            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 14/09/2003 at 18:38, xxxxxxxx wrote:

              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
              • First post
                Last post