[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can WebView ignore SSL Certificate errors?
[Thread Prev] | [Thread Next]
- Subject: Re: Can WebView ignore SSL Certificate errors?
- From: Lee <t.lee.davidson@xxxxxxxxx>
- Date: Tue, 6 May 2025 16:33:03 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On 5/6/25 4:05 PM, Benoît Minisini wrote:
Le 06/05/2025 à 21:57, Lee a écrit :On 5/6/25 3:49 PM, Benoît Minisini wrote:Le 06/05/2025 à 21:46, Lee a écrit :The Wiki markup for https://gambaswiki.org/edit/comp/ gb.qt5.webview/ webview is just two lines: @{help} @{symbols} How can I modify what @{symbols} displays?You have nothing to modify there. What do you want to do?I thought that perhaps by reading the source code for WebView (c_webview.cpp), I might be able to determine what might be appropriate documentation for each symbol. And, then I could update the documentation on the Wiki myself in hopes it would help others (although it would be far less than perfect).Fine! The '@{symbols}' just lists all Gambas symbols defined in the source code automatically. You just have to document each page of each symbol. The first line of the documentation of a symbol will be used for filling the symbol tables generated by '@{symbols}'.
Okay, I somewhat understand that. But, I am confused about a couple of things.1. Taking HttpClient as an example, the first line is a header, "# HttpClient". (But yet, more is displayed for that line on the actual page: "HttpClient (gb.net.curl)".) The second, non-blank line is the description which is what is displayed in the second column for HttpClient on https://gambaswiki.org/wiki/comp/gb.net.curl , ie. it is what is the symbol table is filled in with. If the first line is a header, is it ignored for purposes of filling the symbol table?
2. For WebView, the links for inherited symbols are not automatically redirected to the page for the symbol of the parent like I have seen with other components. Is it desired that they do redirect? If so, how is that accomplished when, say, https://gambaswiki.org/edit/comp/gb.qt5/control/action already exists?
-- Lee --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: Can WebView ignore SSL Certificate errors? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Can WebView ignore SSL Certificate errors? | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Can WebView ignore SSL Certificate errors? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Can WebView ignore SSL Certificate errors? | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Can WebView ignore SSL Certificate errors? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Can WebView ignore SSL Certificate errors? | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Can WebView ignore SSL Certificate errors? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |