Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2013-01-24 Thread cefcom
Hi Fabien: I'm learning to use reports. Once you get the feel is relatively easy. There are some properties that I still don't understand, though. -One is how to use report.print? When I try to use it, it returns an error message, like there is still something missing. - Another is how to pr

Re: [Gambas-user] Shell command including string containing a quote

2013-01-24 Thread Rob Kudla
On 01/24/2013 12:59 PM, John Rose wrote: > I have written a GUI to execute a command which involves selecting > filenames (e.g. sCombinedPath below) to be used in a Shell command (as part > of a Process). It works OK generally. However, if any filename includes a > quote, it goes wrong. > sCommand

Re: [Gambas-user] Image quality value?

2013-01-24 Thread Ru Vuott
In fact. I tried to save a image.jpg with value = 1000 and another with value=100. The dimension of "1000" image was same of "100" image. And more, when I saved image with value=1000, I received in console this notice: QPixmap::save: Quality out of range [-1, 100] Regards vuott --- Gi

Re: [Gambas-user] Image quality value?

2013-01-24 Thread Benoît Minisini
Le 23/01/2013 20:34, Jussi Lahtinen a écrit : > Hi! > Documentation mentions quality argument, but what is that unit? 0-100..? > http://gambasdoc.org/help/comp/gb.qt4/image/save?v3 > > Jussi For JPEG images, this is the same quality value as what you entered when you save a JPEG in the GIMP for e

Re: [Gambas-user] Issue 389 in gambas: Segmentation Fault due to workspace

2013-01-24 Thread gambas
Updates: Labels: -3.3.4 Version-3.3.0 Comment #3 on issue 389 by benoit.m...@gmail.com: Segmentation Fault due to workspace http://code.google.com/p/gambas/issues/detail?id=389 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 389 in gambas: Segmentation Fault due to workspace

2013-01-24 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 389 by benoit.m...@gmail.com: Segmentation Fault due to workspace http://code.google.com/p/gambas/issues/detail?id=389 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 392 in gambas: Segfault 11 after compile error

2013-01-24 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 392 by benoit.m...@gmail.com: Segfault 11 after compile error http://code.google.com/p/gambas/issues/detail?id=392 The interpreter raises the error, not the compiler. The compiler... compiles the program, it does not run it!

Re: [Gambas-user] Issue 393 in gambas: Signal 11 in JSON.Decode

2013-01-24 Thread gambas
Updates: Status: Fixed Comment #2 on issue 393 by benoit.m...@gmail.com: Signal 11 in JSON.Decode http://code.google.com/p/gambas/issues/detail?id=393 Fixed in revision #5516. This was not a bug in the JSON class, but in the array conversion routine that tried to convert the Collection

Re: [Gambas-user] Issue 393 in gambas: Signal 11 in JSON.Decode

2013-01-24 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.3.0 Comment #1 on issue 393 by benoit.m...@gmail.com: Signal 11 in JSON.Decode http://code.google.com/p/gambas/issues/detail?id=393 (No comment was entered for this change.)

Re: [Gambas-user] Shell command including string containing a quote

2013-01-24 Thread John Rose
Thanks Tobias. It worked. Regards, John On 24/01/13 21:08, Tobias Boege wrote: > On Thu, 24 Jan 2013, John Rose wrote: >> I have written a GUI to execute a command which involves selecting >> filenames (e.g. sCombinedPath below) to be used in a Shell command >> (as part of a Process). It works OK

Re: [Gambas-user] Shell command including string containing a quote

2013-01-24 Thread Tobias Boege
On Thu, 24 Jan 2013, John Rose wrote: > I have written a GUI to execute a command which involves selecting > filenames (e.g. sCombinedPath below) to be used in a Shell command > (as part of a Process). It works OK generally. However, if any > filename includes a quote, it goes wrong. > > sCommand

Re: [Gambas-user] Shell command including string containing a quote

2013-01-24 Thread M. Cs.
I guess you will need Chr$(39) as ASCII code for ', or if you need double quote just use Chr$(34). 2013/1/24 John Rose > I have written a GUI to execute a command which involves selecting > filenames (e.g. sCombinedPath below) to be used in a Shell command (as part > of a Process). It works OK

[Gambas-user] Shell command including string containing a quote

2013-01-24 Thread John Rose
I have written a GUI to execute a command which involves selecting filenames (e.g. sCombinedPath below) to be used in a Shell command (as part of a Process). It works OK generally. However, if any filename includes a quote, it goes wrong. sCommand = "mplex -f 8 -o " & "'" & sCombinedPath & "'

[Gambas-user] Issue 393 in gambas: Signal 11 in JSON.Decode

2013-01-24 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 393 by r...@cyberjunky.nl: Signal 11 in JSON.Decode http://code.google.com/p/gambas/issues/detail?id=393 1) Describe the problem. When using JSON.Decode Gambas3 segfaults