Re: [Gambas-user] Class HtmlDocument

2017-06-23 Thread Adrien Prokopowicz
Le Thu, 08 Jun 2017 16:02:32 +0200, Adrien Prokopowicz a écrit: Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com a écrit: On Mon, 5 Jun 2017 11:56:34 +0200 Hans Lehmann wrote: Hello, why creates the following source text: Public Sub btnCreateHTMLDocument_Click() Dim hHtmlDo

Re: [Gambas-user] Class HtmlDocument

2017-06-08 Thread PICCORO McKAY Lenz
2017-06-08 10:02 GMT-04:00 Adrien Prokopowicz : > Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com > a écrit: > > On Mon, 5 Jun 2017 11:56:34 +0200 >> Hans Lehmann wrote: >> >> Hello, >>> >>> why creates the following source text: >>> >>> Public Sub btnCreateHTMLDocument_Click() >>>Di

Re: [Gambas-user] Class HtmlDocument

2017-06-08 Thread Adrien Prokopowicz
Le Tue, 06 Jun 2017 15:50:24 +0200, adamn...@gmail.com a écrit: On Mon, 5 Jun 2017 11:56:34 +0200 Hans Lehmann wrote: Hello, why creates the following source text: Public Sub btnCreateHTMLDocument_Click() Dim hHtmlDocument As HtmlDocument hHtmlDocument = New HtmlDocument At this

Re: [Gambas-user] Class HtmlDocument

2017-06-06 Thread adamn...@gmail.com
On Mon, 5 Jun 2017 11:56:34 +0200 Hans Lehmann wrote: > Hello, > > why creates the following source text: > > Public Sub btnCreateHTMLDocument_Click() >Dim hHtmlDocument As HtmlDocument > >hHtmlDocument = New HtmlDocument At this point hHtmlDocument.Html5 is false!! > > *hHtmlDocume

[Gambas-user] Class HtmlDocument

2017-06-05 Thread Hans Lehmann
Hello, why creates the following source text: Public Sub btnCreateHTMLDocument_Click() Dim hHtmlDocument As HtmlDocument hHtmlDocument = New HtmlDocument *hHtmlDocument.Html5 = False** * Print hHtmlDocument.ToString(True) hHtmlDocument.Save(Application.Path &/ "test.html", True) End