Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Add Hyperlink in user area defined by GeUser Area class

    Cinema 4D SDK
    2
    3
    1.4k
    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.
    • G
      gogeta
      last edited by

      HI,

      Is it possible to add a hyperlink in user area defined by GeUser Area??
      If it is, how can I achieve this?
      I am using R19 SDK with C++ for the development.

      Thanks in advance.

      1 Reply Last reply Reply Quote 0
      • S
        s_bach
        last edited by s_bach

        Hello,

        you can't "add a hyperlink" to a GeUserArea. You can only add GUI elements to a GeDialog.

        A GeUserArea is just a blank canvas. You can draw in that canvas. So for example you can draw some text in the user area. Then you can check the user interaction with the user area to find out if the user clicked on the text.

        You find information on these topics in the documentation:

        • GeUserArea Manual (especially Drawing Operations)
        • GeClipMap Manual (for more drawing operations)

        You also find examples on how to implement a GeUserArea in the cinema4dsdk:

        • gedialog_gadgets.cpp
        • customdata_customgui.cpp

        Please notice that you can mark a post as a question using our Q&A system. See Q&A New Functionality.

        best wishes,
        Sebastian

        MAXON SDK Specialist

        Development Blog, MAXON Registered Developer

        G 1 Reply Last reply Reply Quote 2
        • G
          gogeta @s_bach
          last edited by

          @s_bach Hello Sebastian,

          Thanks a lot for clearing my confusion. Now I know what to do. Thanks for the help!

          Best Regards
          Gogeta

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