[Gambas-user] How to auto-reload webview
Benoît Minisini
gambas at ...1...
Sun Sep 14 21:06:12 CEST 2014
Le 03/09/2014 22:57, Antonio Sánchez a écrit :
> In this project, when I try to change fonts, Webview1 need right click and
> select "reload" to show new font choosen. Is there any way to auto-refresh
> or auto-reload the page showed in Webview1?
>
>
> I tried with webview1.reload() and webview1.refresh(), but this doesn't
> work.
>
>
> Thanks.
>
You can try webview1.Reload(True) with a recent development version, or
you can assign the URL property again.
Regards,
--
Benoît Minisini
More information about the User
mailing list