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
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
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
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
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.)
--
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.)
-
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!
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
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.)
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
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
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
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 & "'
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
14 matches
Mail list logo