[Gambas-user] Gambas3 Printing - text width

2011-12-17 Thread Bill-Lancaster
I'm using Paint.DrawRichText(MoneyValue, x, y) and want to have money values right justified (ideally '.' justified). The Align.Right option doesn't help. Any ideas? Gambas 2.99.6, qt4 -- View this message in context:

Re: [Gambas-user] Gambas3 Printing - text width

2011-12-17 Thread Fabien Bodard
2011/12/17 Bill-Lancaster bill-lancas...@lineone.net: I'm using          Paint.DrawRichText(MoneyValue, x, y) and want to have money values right justified (ideally '.' justified). The Align.Right option doesn't help. yes you need to specify right relative to ??? you need to specify the

Re: [Gambas-user] Hopefully, an optimisation for gb.db.postgresql

2011-12-17 Thread Benoît Minisini
Le 13/12/2011 21:58, Bruce Bruen a écrit : On Tue, 2011-12-13 at 06:08 +0100, Benoît Minisini wrote: Cool optimization apparently... Can you send me your code as an attachment so that I can open it directly in an editor to check it? Thanks in advance! -- Benoît Minisini Attached.

[Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Randy Millner
Apologies to the moderator. Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) Hardware Zotac Zbox: CPU Intel ATOM D525 Dual Core 1.8 Ghz 800 Mhz front bus Chipset Intel NM10 Graphics Intel media accelerator 3150 4 Gig Ram Kingston 64Gig Sata SSD Drive My goal is to have at

Re: [Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Benoît Minisini
Le 17/12/2011 18:11, Randy Millner a écrit : Apologies to the moderator. Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) Hardware Zotac Zbox: CPU Intel ATOM D525 Dual Core 1.8 Ghz 800 Mhz front bus Chipset Intel NM10 Graphics Intel media accelerator 3150 4 Gig Ram

Re: [Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Randall Morgan
For make install and possibly make, you must have root access rights. sudo, or su or logged in as root. On Sat, Dec 17, 2011 at 9:11 AM, ac Millner randlemill...@gmail.com wrote: Apologies to the moderator. Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) Hardware Zotac

Re: [Gambas-user] Hopefully, an optimisation for gb.db.postgresql

2011-12-17 Thread GMail
On Sat, 2011-12-17 at 16:31 +0100, Benoît Minisini wrote: Hi, I have factorized your optimization and the code from the field_info function, and put it in revision #4280. Can you try it and check that I didn't break everything? And that optimization is always there of course!

Re: [Gambas-user] Issue 158 in gambas: Minor defect with IDE when making source arcives.

2011-12-17 Thread gambas
Updates: Status: Accepted Labels: -Version -Priority-Medium Version-TRUNK Priority-Low Comment #1 on issue 158 by benoit.m...@gmail.com: Minor defect with IDE when making source arcives. http://code.google.com/p/gambas/issues/detail?id=158 (No comment was entered for this

Re: [Gambas-user] Gambas3 WebSettings.HttpProxy

2011-12-17 Thread Benoît Minisini
Le 07/12/2011 13:03, marco bra a écrit : I defined o gambas3 WebSettings.HttpProxy it works fine but how can i add proxy exclusion i mean no proxy for some domain or ip ? Thanks Marco This is not possible at the moment. But Qt4 allows that, so I will see if I can implement something