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

Re: HtmlView vs WebView


Le 24/05/2025 à 21:05, Bruce Steers a écrit :
Thank you all.

I think i get it.
I'm now thinking HtmlView to be like a more advanced version of TextLabel.
with a handy Load method and root dir so i guess still quite usable but for our own hand crafted pages not normal URLs.

Perhaps a Path property would make sense and make the wiki refer to URL as a synonym for Path?

Respects
BruceS



The URL property is not just a path. It's between a path and a URL:

- it can have a fragment (the "#stuff" at the end of the url).

- it raises a "Link" event when it cannot handle the contents of the URL property.

The HtmlView source code (the Gambas part) can be easily modified to be able to download stuff from the Internet. I let that to people who want to play with it.

Regards,

--
Benoît Minisini.


References:
HtmlView vs WebViewBruce Steers <bsteers4@xxxxxxxxx>
Re: HtmlView vs WebViewBruce Steers <bsteers4@xxxxxxxxx>
Re: HtmlView vs WebViewBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: HtmlView vs WebViewFabien Bodard <gambas.fr@xxxxxxxxx>
Re: HtmlView vs WebViewBruce Steers <bsteers4@xxxxxxxxx>