Re: [Gambas-user] Adding headers and footers to printing

2008-07-19 Thread Jacky
Le Saturday 19 July 2008 07:11:06 jbskaggs, vous avez écrit : I switched my program to qt from gtk to add printer capabilities beyond just LPR. Could somebody give me an example how to add headers (page numbers) etc? I have the printing module working just fine I just need to understand how

Re: [Gambas-user] Adding headers and footers to printing

2008-07-19 Thread Jacky
Le Saturday 19 July 2008 10:56:53 Jacky, vous avez écrit : Le Saturday 19 July 2008 07:11:06 jbskaggs, vous avez écrit : I switched my program to qt from gtk to add printer capabilities beyond just LPR. Could somebody give me an example how to add headers (page numbers) etc? I have

Re: [Gambas-user] Adding headers and footers to printing

2008-07-19 Thread Jacky
Le Saturday 19 July 2008 07:11:06 jbskaggs, vous avez écrit : I switched my program to qt from gtk to add printer capabilities beyond just LPR. Could somebody give me an example how to add headers (page numbers) etc? I have the printing module working just fine I just need to understand how

Re: [Gambas-user] Feature Request

2008-07-19 Thread Epíleg
En/na Benoit Minisini ha escrit: On lundi 14 juillet 2008, Arief Bayu Purwanto wrote: Dear all, I have a small feature request for gambas 3 development. Benoit, Can you add an information about current revision installed on About page on gambas IDE. Something similar to geany's about page.

[Gambas-user] Postgresql date question

2008-07-19 Thread richard terry
Hi to postgres users of gambas. I'm passing some information to postges, which gets the data from date type eg date1 as date data2 as date (N the postgres database the default on the date field is null) my problem is that postgres baulks when Ive not put a date into one of the gambas

[Gambas-user] howto disable optimization?

2008-07-19 Thread Kari Laine
Hi, could someone tell me how to turn of all the optimization in compiling Gambas. The optimization plays games when stepping through for example gbc3. I tried to give CFLAGS=-O0 to configure but somehow the option -Os is still used. Thank you for any help Best Regards Kari Laine

Re: [Gambas-user] howto disable optimization?

2008-07-19 Thread Benoit Minisini
On samedi 19 juillet 2008, Kari Laine wrote: Hi, could someone tell me how to turn of all the optimization in compiling Gambas. The optimization plays games when stepping through for example gbc3. I tried to give CFLAGS=-O0 to configure but somehow the option -Os is still used. Thank you

Re: [Gambas-user] Postgresql date question

2008-07-19 Thread Pino Zollo
Alle 17:51, giovedì 17 luglio 2008, richard terry ha scritto: insert into mytable (date1, date2) values ('01/01/2008','00:00:00') What about insert into mytable (date1, date2) values ('01/01/2008', NULL) Maybe you want the type timestamp ...which is the set of a date and a time. Good luck

[Gambas-user] I finished my basic module.

2008-07-19 Thread jbskaggs
Well I finished my basic module of my first serious Gambas Project and posted it to qtapps and freshmeat for usage and beta testing. I am hoping people like it. It is a program for writing novels. Even though there are a lot of features I need to add I have finished my first major release. if

[Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-19 Thread jbskaggs
Help! My program was running fine then suddenly and unexpectedly it started this: It does it at seemingly random times. The only difference I have done was to switch from GTK to QT for printing purposes. http://www.nabble.com/file/p18551527/bugScreenshot.png What does this mean? JB -- View

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-19 Thread jbskaggs
Okay it has caused my computer to reboot. I ran the program in terminal and here is what it showed: ValueBox.WarningTimer.410: #29: Invalid object 0: ValueBox.WarningTimer.410 1: ValueBox.TextBox_LostFocus.375 Mutex destroy failure: Device or resource busy [EMAIL PROTECTED]:~$ Any idea what

Re: [Gambas-user] [29]invalid object. ValueBox.Warning.Timer.410

2008-07-19 Thread jbskaggs
Okay it has caused my computer to reboot. I ran the program in terminal and here is what it showed: ValueBox.WarningTimer.410: #29: Invalid object 0: ValueBox.WarningTimer.410 1: ValueBox.TextBox_LostFocus.375 Mutex destroy failure: Device or resource busy [EMAIL PROTECTED]:~$ Any idea what