[Gambas-user] web view control

Bruce Steers bsteers4 at gmail.com
Fri Feb 19 14:16:15 CET 2021


On Fri, 19 Feb 2021 at 08:41, KKing <kicking177 at gmail.com> wrote:

> Is there a web view control (i.e. show html content from a URL or file)
> in standard "Graphical application" in stock 3.15.2  ?
> Or does it require either
> - GTK or QT base project
> - a component added to project
> - available in a newer version (built form source)
>

Depends how you mean by "standard"
As "Standard" all my linux systems use gtk3 but they also have gtk2 and qt5
as "standard" gambas uses gb.gui switcher in a "Graphical application" that
will use gtk or qt depending on the system or GB_GUI env choice.
because of that gb.gui is limited to controls that all the gui systems have.
GTK3 webview only exists in the newer gambas so your only options for
webview are..

1. use gb.gui.qt not gb.gui , that'll force your app to be QT and enable
the qt webview
2.  if the linux you have is ubntu based use the PPA install method to
easily upgrade gambas.
3. manually compile to upgrade.
4. use one of my most awesome tools to upgrade if you have a supported
system ;) lol
http://gambaswiki.org/wiki/installtools

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210219/478cf2e4/attachment.htm>


More information about the User mailing list