Re: [Gambas-user] How to use WBrowser.Print(True)

2014-09-01 Thread Randall Morgan
OK, the thread was split so I didn't see this earlier. Sorry. On Mon, Sep 1, 2014 at 1:01 PM, Tobias Boege wrote: > On Mon, 01 Sep 2014, abbat81 wrote: > > Hi, > > > > I want to print HTML by "WBrowser.Print(True)" > > > > but I get: > > > > "Unknown symbol 'Print' in class in WebView" > > > >

Re: [Gambas-user] How to use WBrowser.Print(True)

2014-09-01 Thread Tobias Boege
On Mon, 01 Sep 2014, abbat81 wrote: > Hi, > > I want to print HTML by "WBrowser.Print(True)" > > but I get: > > "Unknown symbol 'Print' in class in WebView" > Yes, because there is no such thing as a Print method in the WebView class. > WebVew is created: > > Private WBrowser As WebView > WB

[Gambas-user] How to use WBrowser.Print(True)

2014-09-01 Thread abbat81
Hi, I want to print HTML by "WBrowser.Print(True)" but I get: "Unknown symbol 'Print' in class in WebView" WebVew is created: Private WBrowser As WebView WBrowser = New WebView(FPreview) How to fix it to print HTML ? Thanks -- View this message in context: http://gambas.8142.n7.nabble.co