[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
[Thread Prev] | [Thread Next]
- Subject: Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Sun, 6 Apr 2025 16:49:43 +0200
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
So I changed to gb.qt5 and gb.qt5.webview and everything seems to work fine.
I have to withdraw the above statement and to apologize. What I didn't test and notice (but Hans):
Other than the deprecated WebKit-component the new WebView-control doesn't support the method FindText. As search functions are indispensable for HTML-Browsers, we will be forced to switch back to the Webkit unless someone has an idea how we can emulate the following search function with the new WebView component.
Private Sub DoFind(Optional argBackward As Boolean) Dim sFindText As String If Not Trim(TextBoxFindKeyword.Text) Then Return sFindText = TextBoxFindKeyword.TextIf WebViewPreview.FindText(sFindText, argBackward, CheckBoxCaseSensitive.Value, True) = True Then '-- TRUE = Search *without* success!
HBoxHTMLFind.Background = &HFFDFDF Else HBoxHTMLFind.Background = Color.Default Endif End With best regards Claus
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | BB <adamnt42@xxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Error on Mint 22 with Gambas 3.20.2 when adding the gb.gui.qt.webview component | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |