[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HtmlView vs WebView
[Thread Prev] | [Thread Next]
- Subject: HtmlView vs WebView
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Fri, 23 May 2025 19:45:21 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Is HtmlView limited to many things online or is it meant for local files? giving a URL like the following page online... HtmlView1.Url = "http://138.68.116.47/index.html" We only get a blank page. but this local version works. HtmlView1.Url = "/var/www/html/index.html" (like .Url would be better named .Path) Is it broken or is that expected? Many thanks for any info :) BruceS
Re: HtmlView vs WebView | Bruce Steers <bsteers4@xxxxxxxxx> |