Re: [Gambas-user] Gambas3 WebSettings.HttpProxy

2011-12-17 Thread marco bra
> Anyway I'm curious: why should we need different proxies for different > domains or ip? Because i have to made some try querying localhost with no proxy set and then also with other external ip with proxy BTW i have solved by set WebSettings.HttpProxy or WebSettings.noProxy based on the address

Re: [Gambas-user] Bug drawing_area

2011-12-17 Thread Benoît Minisini
Le 26/11/2011 07:16, nando a écrit : > Thank you Benoit, > A project archive is attached with a simple example > -Fernando > OK: don't call Draw.Begin() / Draw.End() during the Draw event. Qt does not like it. And it is useless... And you should not move the DrawingArea during its Draw event, bu

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 s

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 change

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] 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 wrote: > Apologies to the moderator. > > Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) > Hardware Zotac Zbox: > CPU Intel A

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

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

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 M

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

2011-12-17 Thread Bill-Lancaster
OK, didn't try hard enough! Paint.Font.RichTextWidth(TextString) should do the trick. -- View this message in context: http://old.nabble.com/Gambas3-Printing---text-width-tp32991752p32992108.html Sent from the gambas-user mailing list archive at Nabble.com. ---

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

2011-12-17 Thread Fabien Bodard
2011/12/17 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. yes you need to specify right relative to ??? you need to specify the width and height o

[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: http://old.nabble.com/Gambas3-Printing---text-width-tp3299175