Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
Hello,
you can't "add a hyperlink" to a GeUserArea. You can only add GUI elements to a GeDialog.
GeUserArea
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:
You also find examples on how to implement a GeUserArea in the cinema4dsdk:
Please notice that you can mark a post as a question using our Q&A system. See Q&A New Functionality.
best wishes, Sebastian
@s_bach Hello Sebastian,
Thanks a lot for clearing my confusion. Now I know what to do. Thanks for the help!
Best Regards Gogeta