[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component


Am 06.04.25 um 20:58 schrieb Benoît Minisini:
As you can run any javascript in the page, you should be able to implement your own custom search method also. If you want more control, because the find method provided by Qt or WebKitGTK+ does not give any guarantee.

1.    This would require a preinstalled Java-Script as prerequisite on the platform.

2.    Why should we inject a Java-Script into an existing (third party) HTML-document, just because we want to display it? Currently the search function is realized with Gambas GUI control elements (i.e. in a HTML-Help-viewer) and I would prefer to keep it like that.

3.   I am assuming, that the search function of web-browsers like Firefox are also part of the application GUI and not injected into the HTML-document as Java-Script.

The search function of the deprecated webkit works perfectly. Why should this be different with any other/new engine?

Best regards

Claus