[Gambas-user] Anyone userd .Grab()?

2010-02-05 Thread richard terry
I wanted to grab the contents of a HBox as picture (it contains other controls), put the code under a button: Public Sub Button1_Click() Dim pic As Picture pic = HBox1.Grab() End This gives an error message 'wanted picture, got void instead'. Any one got any ideas? Thanks in anticipatio

Re: [Gambas-user] printer problem

2010-02-05 Thread Benoît Minisini
> Salut, > > I still haven't solved the Draw.Text tab problem, but I'v a new one (a > problem). > > If you open the printer-setup the first time, the 'Print to printer' is > chosen, and the target-file behind 'Print to file' is empty. > > If you check 'Print to file' and fill the target-file and

Re: [Gambas-user] Signal 11

2010-02-05 Thread Jussi Lahtinen
I tested again with revision 2664. Maybe there was problem with my installation, or did this "BUG: Forgot to implement a static class variable in gapplication.cpp." has something to do with crash..? Now everything works with both Qt and GTK+. Jussi 2010/2/5 Benoît Minisini : >> Hi, >> >> I send

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 12:39 +0100 schrieb Rolf-Werner Eilert: > Am 04.02.2010 20:59, schrieb Charlie Reinl: > > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: > >>> Salut, > >>> > >>> I still haven't solved the Draw.Text tab problem, but I'

Re: [Gambas-user] Compilation of Gambas2 SVN aborted

2010-02-05 Thread Leonardo Miliani
Il giorno ven, 05/02/2010 alle 12.13 +0100, Benoît Minisini ha scritto: > > I'm using Arch Linux. > > When I try to compile Gambas2 from SVN repository, the configure proceed > > without errors ("ALL COMPONENTS WILL BE COMPILED") but when make starts its > > run it stops with this error: > > > > m

Re: [Gambas-user] TabStrip not visible

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 13:50 -0300 schrieb Dag Jarle Johansen: > hi, > > I installed SVN 3 rev 2663 from the scratch yesterday; the old problems > are gone, one new: I can paint a TabStrip, but it is completly > transparent, no borders, no tabs, no nothing - can't even find it on the > form,

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 17:45 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > > > >> Charlie Reinl ha scritto: > >> > > So I repeat my question, where/how can I see/test the output device, > > af

[Gambas-user] TabStrip not visible

2010-02-05 Thread Dag Jarle Johansen
hi, I installed SVN 3 rev 2663 from the scratch yesterday; the old problems are gone, one new: I can paint a TabStrip, but it is completly transparent, no borders, no tabs, no nothing - can't even find it on the form, when not selecting a big area around where I presume it. (Ubuntu 9.10 AMD64) r

Re: [Gambas-user] printer problem

2010-02-05 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: >> > So I repeat my question, where/how can I see/test the output device, > after printer.setup. > > > Printer.name. >>>

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > > >>> So I repeat my question, where/how can I see/test the output device, > >>> after printer.setup. > >>> > >>> > >> Printer.name. > >> This name identifies a CUPS device, and has little to

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 17:06 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > > >>> So I repeat my question, where/how can I see/test the output device, > >>> after printer.setup. > >>> > >>> > >> Printer.name. > >> This name identifies a CUPS device, and has little to

Re: [Gambas-user] printer problem

2010-02-05 Thread Doriano Blengino
Charlie Reinl ha scritto: > >>> So I repeat my question, where/how can I see/test the output device, >>> after printer.setup. >>> >>> >> Printer.name. >> This name identifies a CUPS device, and has little to do with the >> physical device. >> >> >> > Salut, > > about Printer.Setup()

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 10:09 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > > > >> Charlie Reinl ha scritto: > >> > >>> If you open the printer-setup the first time, the 'Print to printer' is > >>>

Re: [Gambas-user] printer problem

2010-02-05 Thread Charlie Reinl
Am Freitag, den 05.02.2010, 10:09 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > > > >> Charlie Reinl ha scritto: > >> > >>> If you open the printer-setup the first time, the 'Print to printer' is > >>>

[Gambas-user] Sqlite and Gambas and image blobs

2010-02-05 Thread M. Cs.
Hi, I'd like to know how can I store image thumbnails (~10 KByte each) inside the sqlite database using Gambas. I'd like to use the stored thumbs as preview images, so I'd have to know how to read the blob data out of database and use it as a content of a Picture container. Once more: CREATE TABLE

Re: [Gambas-user] printer problem

2010-02-05 Thread Rolf-Werner Eilert
Am 04.02.2010 20:59, schrieb Charlie Reinl: > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: >> Charlie Reinl ha scritto: >>> Salut, >>> >>> I still haven't solved the Draw.Text tab problem, but I'v a new one (a >>> problem). >>> >>> If you open the printer-setup the first tim

Re: [Gambas-user] Compilation of Gambas2 SVN aborted

2010-02-05 Thread Benoît Minisini
> I'm using Arch Linux. > When I try to compile Gambas2 from SVN repository, the configure proceed > without errors ("ALL COMPONENTS WILL BE COMPILED") but when make starts its > run it stops with this error: > > make all-recursive > make[1]: Entering directory > `/tmp/yaourt-tmp-leo/aur-gambas2-

[Gambas-user] Compilation of Gambas2 SVN aborted

2010-02-05 Thread leonardo
I'm using Arch Linux. When I try to compile Gambas2 from SVN repository, the configure proceed without errors ("ALL COMPONENTS WILL BE COMPILED") but when make starts its run it stops with this error: make all-recursive make[1]: Entering directory `/tmp/yaourt-tmp-leo/aur-gambas2-svn/gambas2-svn/

Re: [Gambas-user] printer problem

2010-02-05 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Donnerstag, den 04.02.2010, 09:48 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: >> >>> If you open the printer-setup the first time, the 'Print to printer' is >>> chosen, and the target-file behind 'Print to file' is empty. >>> >>> If you chec