Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-18 Thread RICHARD WALKER
I understand, at least enough to get rid of the ragged effect. Now both qt4 and gtk versions use PaintImage with virtually identical smooth results. _That_ is a result. I had been using the image installed as a picture on FLogo in order to access it easily from FMain by using Flogo.Picture.Image.

Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-18 Thread Benoît Minisini
Le 18/09/2012 23:48, RICHARD WALKER a écrit : > OK Benoît, > I have rebuilt gambas3-3.1.1, which is the version distributed with > Mageia 2, with the patch I derived from your modified > gb.gtk/src/CClipboard.cpp file in revision 5175. It works just fine > (sort of - see later) and I have registere

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Rolf Schmidt
Hi Rolf-Werner > But Apache has some problem with it. I configured the cgi-bin as above > (actually not me, but it's the default). Apache looks for it and > seemingly it DOES find it but it complaints with a 500 Internal Error > page and in /var/log/apache2/suexec.log we can read something about >

Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-18 Thread RICHARD WALKER
> If Component.IsLoaded("gb.gtk") Then ... It's a good thing that you are a programmer 'cos you think like one :-)) I'm less analytical - I just look at the spinbox on the screen and know straight away! R -- Live Securi

[Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Demosthenes Koptsis
Hu??? If you can run any script (file beginning with "#!") as CGI script, then you run any gambas executable, that are script too. The only requirement is that "gbr3" and "gbx3" directory *must be in the PATH environmental variable*. Because Gambas executable start with "#! /usr/bin/env gbr3". Reg

Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-18 Thread Benoît Minisini
Le 18/09/2012 20:07, RICHARD WALKER a écrit : > On 18/09/2012, Benoît Minisini wrote: >> This is an internal QT4/GTK+/LXDE stuff I think. By default, Gambas >> tells the window manager that the window top-left corner coordinates are >> 0,0. Then the window manager does what it wants. Maybe GTK+ in

Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-18 Thread RICHARD WALKER
On 18/09/2012, Benoît Minisini wrote: > This is an internal QT4/GTK+/LXDE stuff I think. By default, Gambas > tells the window manager that the window top-left corner coordinates are > 0,0. Then the window manager does what it wants. Maybe GTK+ internally > check the panels and fix the Gambas coor

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-18 Thread Benoît Minisini
Le 18/09/2012 14:58, Charlie Reinl a écrit : > Am Dienstag, den 18.09.2012, 14:50 +0200 schrieb Benoît Minisini: >> Le 18/09/2012 13:16, Charlie Reinl a écrit : >>> Salut, >>> >>> - I mark printPDF in the code >>> - press Ctrl+F the (attached Window appears >>> (without PDFPrinter in 'replace')

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-18 Thread Charlie Reinl
Am Dienstag, den 18.09.2012, 14:50 +0200 schrieb Benoît Minisini: > Le 18/09/2012 13:16, Charlie Reinl a écrit : > > Salut, > > > > - I mark printPDF in the code > > - press Ctrl+F the (attached Window appears > > (without PDFPrinter in 'replace') > > - write PDFPrinter into 'replace' > > - now

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-18 Thread Benoît Minisini
Le 18/09/2012 13:16, Charlie Reinl a écrit : > Salut, > > - I mark printPDF in the code > - press Ctrl+F the (attached Window appears > (without PDFPrinter in 'replace') > - write PDFPrinter into 'replace' > - now I push 'replace' button > the printPDF (I marked before) is changed to PD

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-18 Thread Charlie Reinl
Am Dienstag, den 18.09.2012, 12:06 +0200 schrieb Benoît Minisini: > Le 16/09/2012 14:27, Karl Reinl a écrit : > > Salut, > > > > gambas3 rev 5165 , IDE search and replace don't work as expected. > > > > - Searching in current file. > > - fill find and replace. > > - push 'next' button. > > - y

Re: [Gambas-user] gambas3, IDE search and replace don't work as expected

2012-09-18 Thread Benoît Minisini
Le 16/09/2012 14:27, Karl Reinl a écrit : > Salut, > > gambas3 rev 5165 , IDE search and replace don't work as expected. > > - Searching in current file. > - fill find and replace. > - push 'next' button. > - you will stay on the first item found > - push 'replace' button, the item wil

Re: [Gambas-user] How do I replace Image transparent background with a white background?

2012-09-18 Thread Benoît Minisini
Le 17/09/2012 14:47, RICHARD WALKER a écrit : > ... With gtk we get some white, some black and random coloured dots, > perhaps even some recognisable shapes of the image. This has been fixed in revision #5175. Now copying images to the clipboard is safe! > > Aside from subtle differences in the p

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Rolf-Werner Eilert
Am 17.09.2012 21:46, schrieb Benoît Minisini: > Le 17/09/2012 21:41, Demosthenes Koptsis a écrit : >> Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε: >>> On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote: Hi everyone, Long time ago I set up a Gambas application in my internal server for