<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Add Hyperlink in user area defined by GeUser Area class]]></title><description><![CDATA[<p dir="auto">HI,</p>
<p dir="auto">Is it possible to add a hyperlink in user area defined by GeUser Area??<br />
If it is, how can I achieve this?<br />
I am using R19 SDK with C++ for the development.</p>
<p dir="auto">Thanks in advance.</p>
]]></description><link>http://developers.maxon.net/forum/topic/11071/add-hyperlink-in-user-area-defined-by-geuser-area-class</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 10:43:57 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/11071.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Oct 2018 13:46:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add Hyperlink in user area defined by GeUser Area class on Mon, 15 Oct 2018 09:51:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/s_bach">@<bdi>s_bach</bdi></a> Hello Sebastian,</p>
<p dir="auto">Thanks a lot for clearing my confusion. Now I know what to do. Thanks for the help!</p>
<p dir="auto">Best Regards<br />
Gogeta</p>
]]></description><link>http://developers.maxon.net/forum/post/56027</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/56027</guid><dc:creator><![CDATA[gogeta]]></dc:creator><pubDate>Mon, 15 Oct 2018 09:51:12 GMT</pubDate></item><item><title><![CDATA[Reply to Add Hyperlink in user area defined by GeUser Area class on Mon, 15 Oct 2018 08:57:51 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">you can't "<em>add a hyperlink</em>" to a <code>GeUserArea</code>. You can only add GUI elements to a <code>GeDialog</code>.</p>
<p dir="auto">A <code>GeUserArea</code> 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.</p>
<p dir="auto">You find information on these topics in the documentation:</p>
<ul>
<li><a href="https://developers.maxon.net/docs/cpp/2023_2/page_manual_geuserarea.html" target="_blank" rel="noopener noreferrer nofollow ugc">GeUserArea Manual</a> (especially <a href="https://developers.maxon.net/docs/cpp/2023_2/page_manual_geuserarea.html#page_manual_geuserarea_drawing_draw" target="_blank" rel="noopener noreferrer nofollow ugc">Drawing Operations</a>)</li>
<li><a href="https://developers.maxon.net/docs/cpp/2023_2/page_manual_geclipmap.html" target="_blank" rel="noopener noreferrer nofollow ugc">GeClipMap Manual</a> (for more drawing operations)</li>
</ul>
<p dir="auto">You also find examples on how to implement a GeUserArea in the cinema4dsdk:</p>
<ul>
<li><a href="https://github.com/PluginCafe/cinema4d_cpp_sdk_extended/blob/fb28fee81285132f25c7be9c9fbc3a1fa3654b3c/plugins/cinema4dsdk/source/gui/gedialog_gadgets.cpp#L85" target="_blank" rel="noopener noreferrer nofollow ugc">gedialog_gadgets.cpp</a></li>
<li><a href="https://github.com/PluginCafe/cinema4d_cpp_sdk_extended/blob/fb28fee81285132f25c7be9c9fbc3a1fa3654b3c/plugins/cinema4dsdk/source/gui/customdata_customgui.cpp#L44-L137" target="_blank" rel="noopener noreferrer nofollow ugc">customdata_customgui.cpp</a></li>
</ul>
<p dir="auto">Please notice that you can mark a post as a question using our Q&amp;A system. See <a href="https://developers.maxon.net/forum/topic/11004/q-a-new-functionality" target="_blank" rel="noopener noreferrer nofollow ugc">Q&amp;A New Functionality</a>.</p>
<p dir="auto">best wishes,<br />
Sebastian</p>
]]></description><link>http://developers.maxon.net/forum/post/56023</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/56023</guid><dc:creator><![CDATA[s_bach]]></dc:creator><pubDate>Mon, 15 Oct 2018 08:57:51 GMT</pubDate></item></channel></rss>