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).
On 24/10/2014 at 05:58, xxxxxxxx wrote:
User Information: Cinema 4D Version: R14 Platform: Windows ; Language(s) : C++ ;
--------- Hi Folks, just a quick one, how do I get the web address of a page from a HtmlViewerCustomGui? If I click on a link to another page, how do I know the user has clicked a link, and how do I get the new address as a string object? Cheers, WP.
On 24/10/2014 at 06:08, xxxxxxxx wrote:
Hello,
you can define a callback function via SetURLCallback(). This HtmlViewerCustomGuiURLCallback should receive the new URL.
Best wishes, Sebastian