Re: [Gambas-user] Using a relative file path for a WebView URL

2017-06-06 Thread adamn...@gmail.com
On Sat, 3 Jun 2017 09:13:57 -0400 T Lee Davidson wrote: Thanks Lee, I'll give that a try! b > wvwPage.HTML = File.Load(path &/ "index.html") ? > > > On 06/02/2017 08:57 PM, adamn...@gmail.com wrote: > > I am trying to get a WebViewer control in a loaded library to display an > > html file s

Re: [Gambas-user] Using a relative file path for a WebView URL

2017-06-03 Thread T Lee Davidson
wvwPage.HTML = File.Load(path &/ "index.html") ? On 06/02/2017 08:57 PM, adamn...@gmail.com wrote: I am trying to get a WebViewer control in a loaded library to display an html file stored inside the executable archive of a project using that library. This appears to be not possible ... in t

[Gambas-user] Using a relative file path for a WebView URL

2017-06-02 Thread adamn...@gmail.com
I am trying to get a WebViewer control in a loaded library to display an html file stored inside the executable archive of a project using that library. This appears to be not possible ... in the following the main project is calling the library form Run method with a relative path say "../help/