Re: [Gambas-user] WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread Bruce
On Sun, 2013-02-24 at 17:49 +0100, vu...@tiscali.it wrote: > Hello, > > I have noticed that not all the HTML code works with WebView.HTML. So, in > this cases I must use WebView.Url property. > > > Example, if this HTML code: > > > > src="my_file_audio"> > > > > >

Re: [Gambas-user] WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread Jesus
El 24/02/13 17:49, vu...@tiscali.it escribió: > Hello, > > I have noticed that not all the HTML code works with WebView.HTML. So, in > this cases I must use WebView.Url property. > > > Example, if this HTML code: > > > > src="my_file_audio"> > > > > > > > it doesn't wo

[Gambas-user] WebView.HTML does not show that instead WebView.Url shows.

2013-02-24 Thread vu...@tiscali.it
Hello, I have noticed that not all the HTML code works with WebView.HTML. So, in this cases I must use WebView.Url property. Example, if this HTML code: it doesn't work if I write: WebView1.HTML = "" but it works, if I write it in a "html file", and then I re-call it