Hello All,
I want to to use a view to display a html EULA to the user on first install.
I have a Agree button in the panel outside the WebView disabled by default.
I would like to enable it when the user scrolls to the end of the document.
Any ideas on how to do that?
If you have control over the contents of the html EULA, you could modify it and add an "Agree" button at the bottom of html page, then detect the button press using the webview_override event sub.
If you have control over the contents of the html EULA, you could modify it and add an "Agree" button at the bottom of html page, then detect the button press using the webview_override event sub.