[Gambas-user] More Sig11 problems

2012-09-10 Thread Bruce
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 but gb.qt4 then running the project crashes

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

[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

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 karl.re...@fen-net.de a écrit : Am Montag, den 10.09.2012, 08:48 +1000 schrieb Richard Terry: Karl Reinl wrote: Salut

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 but

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 files.pdf which are archived copies of

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) but I

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 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

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/ Tiago

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

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

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? Download

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 instead.

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 first time

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 apparently you