Add Hyperlink in user area defined by GeUser Area class
-
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 aGeDialog
.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:
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