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] R: Font style in Printing Example

2014-09-01 Thread Randall Morgan
Abbat81, You really didn't give any details about your text. Is the text being displayed as a web page or in a gui control? If a control which one? Or is the text being used in a console app? Give a few more details or attach your project and people can help you better. On Mon, Sep 1, 2014 at

Re: [Gambas-user] gambaswiki.org driving me nuts

2014-09-01 Thread Benoît Minisini
Le 01/09/2014 21:51, Tobias Boege a écrit : >> OK, I think I get it: the links are wrong if you type: >> >> http://gambaswiki.org/wiki/comp/ >> >> with the slash at the end! >> > > Yes, right! I can reproduce it this way deliberately. Great observation. It > must be something about <%/%> in the Web

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

Re: [Gambas-user] gambaswiki.org driving me nuts

2014-09-01 Thread Tobias Boege
On Mon, 01 Sep 2014, Beno?t Minisini wrote: > Le 01/09/2014 19:42, Beno?t Minisini a ?crit : > > Le 01/09/2014 15:30, Tobias Boege a ?crit : > >> Hi, > >> > >> some time ago I noticed that gambaswiki.org does not work for me > >> sometimes. > >> This happens every couple days and so this very momen

Re: [Gambas-user] gambaswiki.org driving me nuts

2014-09-01 Thread Benoît Minisini
Le 01/09/2014 19:42, Benoît Minisini a écrit : > Le 01/09/2014 15:30, Tobias Boege a écrit : >> Hi, >> >> some time ago I noticed that gambaswiki.org does not work for me >> sometimes. >> This happens every couple days and so this very moment again. >> >> What I do is: >> - enter a URL, like http

Re: [Gambas-user] gambaswiki.org driving me nuts

2014-09-01 Thread Benoît Minisini
Le 01/09/2014 15:30, Tobias Boege a écrit : > Hi, > > some time ago I noticed that gambaswiki.org does not work for me sometimes. > This happens every couple days and so this very moment again. > > What I do is: > - enter a URL, like http://gambaswiki.org/wiki/comp in this case. > - hovering a

[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

[Gambas-user] gambaswiki.org driving me nuts

2014-09-01 Thread Tobias Boege
Hi, some time ago I noticed that gambaswiki.org does not work for me sometimes. This happens every couple days and so this very moment again. What I do is: - enter a URL, like http://gambaswiki.org/wiki/comp in this case. - hovering a link (to the gb component), my browser says it directs to

Re: [Gambas-user] R: Font style in Printing Example

2014-09-01 Thread abbat81
It must be joke Thanks anyway -- View this message in context: http://gambas.8142.n7.nabble.com/Font-style-in-Printing-Example-tp47901p47903.html Sent from the gambas-user mailing list archive at Nabble.com. -- Slash

[Gambas-user] R: Font style in Printing Example

2014-09-01 Thread Ru Vuott
Hi, an example with TextEdit: ** Public Sub Form_Open() TextEdit1.RichText = "molly-malone.txt" End ** Regards vuott Lun 1/9/14, abbat81 ha scritto: Oggetto: [Gambas-

[Gambas-user] Font style in Printing Example

2014-09-01 Thread abbat81
Hi, There is "molly-malone.txt" with some tags like: / In Gambas it is marked as Html, but how can I set align="center"? Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/Font-style-in-Printing-Example-tp47901.html Sent from the gambas-user mailing list archive at Nab