Re: [Gambas-user] DrawArea gtk versus qt4 problems rev. #5146

2012-09-10 Thread Willy Raets
On di, 2012-09-11 at 01:59 +0200, Benoît Minisini wrote: > Le 11/09/2012 01:55, Willy Raets a écrit : > > On di, 2012-09-11 at 01:49 +0200, Benoît Minisini wrote: > >> Le 11/09/2012 01:38, Willy Raets a écrit : > >> > >> The Show event is officially raised after the window is visible, but > >> appa

Re: [Gambas-user] DrawArea gtk versus qt4 problems rev. #5146

2012-09-10 Thread Benoît Minisini
Le 11/09/2012 01:55, Willy Raets a écrit : > On di, 2012-09-11 at 01:49 +0200, Benoît Minisini wrote: >> Le 11/09/2012 01:38, Willy Raets a écrit : >> >> The Show event is officially raised after the window is visible, but >> apparently you cannot be sure with Qt. >> >> Try to do your animation the

Re: [Gambas-user] DrawArea gtk versus qt4 problems rev. #5146

2012-09-10 Thread Willy Raets
On di, 2012-09-11 at 01:49 +0200, Benoît Minisini wrote: > Le 11/09/2012 01:38, Willy Raets a écrit : > > The Show event is officially raised after the window is visible, but > apparently you cannot be sure with Qt. > > Try to do your animation the first time the Activate event is raised > inst

Re: [Gambas-user] DrawArea gtk versus qt4 problems rev. #5146

2012-09-10 Thread Benoît Minisini
Le 11/09/2012 01:38, Willy Raets a écrit : > This problem I discovered changing GUI component dependency of an > application of mine from gtk to qt4 running Gambas 3.2.1 > > So I made a small example to replicate the problem and run it on > rev#5146. Problem persist. > > How to replicate? > Downloa

[Gambas-user] DrawArea gtk versus qt4 problems rev. #5146

2012-09-10 Thread Willy Raets
This problem I discovered changing GUI component dependency of an application of mine from gtk to qt4 running Gambas 3.2.1 So I made a small example to replicate the problem and run it on rev#5146. Problem persist. How to replicate? Download source archive (made in rev# 5146, so it won't run on 3

Re: [Gambas-user] Modal Form

2012-09-10 Thread Benoît Minisini
Le 10/09/2012 17:17, Jussi Lahtinen a écrit : > I can confirm this problem with Gambas 3 rev 5152 @ Xubuntu 12.04 64 bit. > Problem applies only to GTK+, Qt4 works fine. > > > [System] > > OperatingSystem=Linux > > Kernel=3.2.0-30-generic > > Architecture=x86_64 > > Memory=4049136 kB > > Distribu

Re: [Gambas-user] Modal Form

2012-09-10 Thread Jussi Lahtinen
I can confirm this problem with Gambas 3 rev 5152 @ Xubuntu 12.04 64 bit. Problem applies only to GTK+, Qt4 works fine. [System] OperatingSystem=Linux Kernel=3.2.0-30-generic Architecture=x86_64 Memory=4049136 kB DistributionVendor=Ubuntu DistributionRelease="Ubuntu 12.04.1 LTS" Desktop=X

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Benoît Minisini
Le 10/09/2012 15:54, Tiago Baciotti Moreira a écrit : > Hi, > > In the past I used something alike to pint a pdf on a shell script. I do > not remember excatly what I did, but I found an link that may help: > > > http://stepanoff.org/wordpress/2007/02/02/how-to-print-pdf-directly-to-the-printer/ >

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Tiago Baciotti Moreira
Hi, In the past I used something alike to pint a pdf on a shell script. I do not remember excatly what I did, but I found an link that may help: http://stepanoff.org/wordpress/2007/02/02/how-to-print-pdf-directly-to-the-printer/ Tiago On Mon, Sep 10, 2012 at 10:47 AM, Benoît Minisini < gam...@

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Benoît Minisini
Le 10/09/2012 10:35, Charlie Reinl a écrit : > > Salut Richard, > > thank you, > yes I do it in a similar way, but I want to avoid all that code, because > the printer object do and control that. > What he needs is the possibility to send a file with the Printer.Print() > function to the printer >

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Fabien Bodard
Yes i'm quite sûre of that as gb.PDF generate an image for each page... You know the number of page and the printer resolution.. Paint.image(0,0,. Le 10 sept. 2012 14:10, "Charlie Reinl" a écrit : > Am Montag, den 10.09.2012, 13:44 +0200 schrieb Fabien Bodard: > > I think you can directly d

Re: [Gambas-user] Modal Form

2012-09-10 Thread Benoît Minisini
Le 10/09/2012 13:36, Tiago Baciotti Moreira a écrit : > Hello, > > This is my first post here ;-) > > My name is Tiago Baciotti Moreira and I am a Brazilian user of Gambas. As > an old VB 4.0/5/6 developer, I am very satisfied with Gambas. I researched > another options (like RealBasic and Lazarus)

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Charlie Reinl
Am Montag, den 10.09.2012, 13:44 +0200 schrieb Fabien Bodard: > I think you can directly do it with printer object, and the gb.PDF > component... It's quite simple. > > If you want I can do an example Salut Fabien, my problem is not making a PDF. I have .pdf which are archived copies of printe

Re: [Gambas-user] More Sig11 problems

2012-09-10 Thread Benoît Minisini
Le 10/09/2012 08:26, Bruce a écrit : > It looks like my signal 11 problems in the IDE is not related to > Willy's. I have narrowed it down though and it's reproduceable here > even with a project containing just an empty form. > > If I set the IDE Project Properties environment GB_GUI to anything

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Fabien Bodard
I think you can directly do it with printer object, and the gb.PDF component... It's quite simple. If you want I can do an example Le 10 sept. 2012 10:37, "Charlie Reinl" a écrit : > Am Montag, den 10.09.2012, 08:48 +1000 schrieb Richard Terry: > > Karl Reinl wrote: > > > Salut Benoît, > > > >

[Gambas-user] Modal Form

2012-09-10 Thread Tiago Baciotti Moreira
Hello, This is my first post here ;-) My name is Tiago Baciotti Moreira and I am a Brazilian user of Gambas. As an old VB 4.0/5/6 developer, I am very satisfied with Gambas. I researched another options (like RealBasic and Lazarus) but I prefered Gambas I began to write a simple management progr

Re: [Gambas-user] gambas3, question about printer and sending files to the printer

2012-09-10 Thread Charlie Reinl
Am Montag, den 10.09.2012, 08:48 +1000 schrieb Richard Terry: > Karl Reinl wrote: > > Salut Benoît, > > > > I look for a way to send a pdf or ps document to a printer, without > > passing by a pdf/ps viewer. > > Like I would do it with lpr/gtklp. > > But I would like to use the printer.Configure()

Re: [Gambas-user] Problem with rev. 5144

2012-09-10 Thread Rolf Schmidt
Hi Benoît > It is better with revision #5146? I checked out newest Version (5151) this morning and the problem has gone. Thank you Rolf -- Live Security Virtual Conference Exclusive live event will cover all the ways to