Re: [Gambas-user] Can FontChooser retur a Font object?

2015-10-13 Thread Tobias Boege
On Wed, 14 Oct 2015, Moviga Technologies wrote: > > > I can only find FontChooser.SelectedFont which returns a comma separated > string. > > Are there really no way for a Font object and the FontChooser to > "communicate", either by the FontChooser returning a Font object, or by > the Font obj

Re: [Gambas-user] Printing

2015-10-13 Thread Fabien Bodard
Le 13 oct. 2015 23:16, "Shane" a écrit : > > Is there a way to stop ReportImage from scaling up to fill the page > Hum. Change the height and width. If they are 0 then autoresize is used. > > > On 14/10/15 08:02, Shane wrote: > > Thanks Fabien I had a quick look at setting ignore to true and I ca

Re: [Gambas-user] String length of Key.Text

2015-10-13 Thread ...
Ctrl is actually a modifier key. It just lowers (resets, or sets to zero) bit 6 (bit weight is 64 decimal) of the character it modifies. For example, ASCII code 7 is BEL. It's represented by Ctrl-G. The ASCII code of G is 71. 71 - 64  = 7. If you look for the ASCII code of W (87) and subtract 6

[Gambas-user] String length of Key.Text

2015-10-13 Thread Moviga Technologies
If I hit Ctrl+W on the keyboard, 'Debug Key.Text' prints '^W'. If I do 'Debug String.Len(Key.Text)' this prints 1... I understand that ^ represents Ctrl, but it is still a character?? Why is it not counted? --

[Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner.

2015-10-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Comment #1 by Zainudin AHMAD: it is back normal if I select a control in form designer -- ___ Gambas-user m

[Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner.

2015-10-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner.

2015-10-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD added an attachment: test-0.0.1.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists.sou

[Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner.

2015-10-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- Help feature in Property Editor only show Spinner. Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment D

[Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner.

2015-10-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] Can FontChooser retur a Font object?

2015-10-13 Thread Moviga Technologies
I can only find FontChooser.SelectedFont which returns a comma separated string. Are there really no way for a Font object and the FontChooser to "communicate", either by the FontChooser returning a Font object, or by the Font object receiving a comma separated string? I see that it works the

Re: [Gambas-user] Printing

2015-10-13 Thread Shane
Is there a way to stop ReportImage from scaling up to fill the page On 14/10/15 08:02, Shane wrote: > Thanks Fabien I had a quick look at setting ignore to true and I can now > move things where i want > so it might work for me after all Thanks. > > > On 14/10/15 03:47, Fabien Bodard wrote: >> W

Re: [Gambas-user] Printing

2015-10-13 Thread Shane
Thanks Fabien I had a quick look at setting ignore to true and I can now move things where i want so it might work for me after all Thanks. On 14/10/15 03:47, Fabien Bodard wrote: > Well gb.report is based on a similar arrangement routine than the forms. > > To center a picture on the page you h

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
Yes, yes, you are right :-[ . But often, when I think something is unusual, I search www instead of YaSt... I will remember. Am 13.10.2015 um 22:06 schrieb Moviga Technologies: > > > Hah! So, where do you normally look when you look for packages :) > ---

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
Hah! So, where do you normally look when you look for packages :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinf

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
My fault. Didn't look in my repos (openSuSe 13.2) - and there it is. Will have a look at it tomorrow. Am 13.10.2015 um 21:50 schrieb Moviga Technologies: > > > What distro are you using? It is very strange that tidy is not included > in your repo. I have it on my Arch system, and I see that Ub

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
There is a newer version/fork called tidy-html5 though, but this is normally not in the official repos (yet). -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
What distro are you using? It is very strange that tidy is not included in your repo. I have it on my Arch system, and I see that Ubuntu has it too (http://packages.ubuntu.com/search?keywords=tidy). -- _

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
Hmm. Yes, maybe. But I spent almost 1 hour now trying to download this and getting it to work. Without luck. It's very old, and the binary doesn't react to anything... I imagine something that a possible user of my program coulld use, too. Am 13.10.2015 um 19:37 schrieb Moviga Technologies: >

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
1. You can use Tidy HTML through Shell -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
1. Everything I write into WebView using '.Eval("document.execCommand('insertHTML'...)' is written in the source code in one line. There is no formatting at all, and '\n' etc are not accepted. So, the whole document from to is just one line, including text and tables and and... The HTML sourc

Re: [Gambas-user] Printing

2015-10-13 Thread Fabien Bodard
Well gb.report is based on a similar arrangement routine than the forms. To center a picture on the page you have 2 way. - playing with the containers to center it - set the ignore property of the image to true and setup the left and top properties (or X and Y) To setup a text just add a reportl