[Gambas-user] Calling a sub from a Webview

Tobias Boege taboege at ...626...
Thu Dec 5 11:19:02 CET 2013


On Wed, 04 Dec 2013, terco IDE wrote:
> Hi:
> i'm the mad guy who made that VB code wich calls Funcitions from the HTML code :)
> 
> I'n new  to Gambas, but from what I've read, it is possible to set up an Object Observer ...so why not intercept the webview control  and do  things BEFORE the Click event takes place?
> 

That's indeed a cleaner solution because it leaves the WebView alone but in
the Observer_Click() handler, you would do exactly the same as in the
WebView_Click() handler.

Regards,
Tobi




More information about the User mailing list