Re: [Gambas-user] Issue 151 in gambas: Gambas3 Quick Variable View in debugging has strange colour

2011-12-22 Thread gambas
Updates: Status: Fixed Comment #3 on issue 151 by benoit.m...@gmail.com: Gambas3 Quick Variable View in debugging has strange colour http://code.google.com/p/gambas/issues/detail?id=151 It should be fixed in revision #4322. -

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Updates: Status: Fixed Comment #5 on issue 166 by benoit.m...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 Fixed in revision #4321. -

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-QT4 Comment #4 on issue 166 by benoit.m...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 (No comment was entered for this

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Comment #4 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 ?8388608.0 8388607, So I think the problem is in the Float->String conversion (which does not use the C library). ---

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Comment #3 on issue 166 by jussi.la...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 Proper demonstration project attached. Attachments: GraphBug-0.0.3.tar.gz 4.8 KB --

Re: [Gambas-user] Issue 160 in gambas: Requirement connection timeout

2011-12-22 Thread Benoît Minisini
Le 22/12/2011 08:35, marco bra a écrit : > > Fyi in my daily test: > > with gambas3 svn build 4312 i get a wrong timeout option connection > creating new postgresql connection ( postgresql-8.3 ) > > Thanks > It should be fixed in revision #4317. Regards, -- Benoît Minisini

Re: [Gambas-user] Issue 163 in gambas: Events and ByRef

2011-12-22 Thread gambas
Updates: Status: Fixed Comment #2 on issue 163 by benoit.m...@gmail.com: Events and ByRef http://code.google.com/p/gambas/issues/detail?id=163 Fixed in revision #4316. -- Write once. Port to many. Get the SDK an

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Comment #3 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 Or do I file another bug report? Jussi -- Write once. Port to many. Get the SDK and

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Comment #2 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 Not sure. Dim ff As Float ff = Log2(536870912) Print ff ff = CInt(Log2(536870912)) Print ff Print Log2(536870912) <> CInt(Log2(536870912)) Result: *29* *29*

[Gambas-user] Me.Top and Me.left not working with gb.qt on Gambas 2.22!!

2011-12-22 Thread Willy Raets
Hi All, In an application I'm building I got into trouble with Me.Left and Me.Top not doing what they should do. When using Me.Center and then showing Me.Top and Me.Left values in a Message they turn up zero !!! So I did some investigation on the matter in a little TestApp. Turns out that when u

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Updates: Status: Accepted Labels: -Version -Priority-Medium Version-TRUNK Priority-Low Comment #1 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 I think the problem is in the float to string conversion. I

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread Jussi Lahtinen
I know limitations of floats. I reported this since I found it weird mostly because of it doesn't happen with equivalent C function with equivalent variable type. So, maybe there is hiding error. double a = pow(2,23); printf ("%f\n", a); Jussi On Thu, Dec 22, 2011 at 18:19, nando wr

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread nando
Personally, I do not see this as a problem for a float doing this calculation. Since it is transcendental function, this will happen. Plus, float is not 64 bits of precision, it is 52 bits. I suggest use INT or LONG This type of round-off error goes back to the beginning of time -Fernando

Re: [Gambas-user] Issue 160 in gambas: Requirement connection timeout

2011-12-22 Thread gambas
Comment #3 on issue 160 by flynetin...@gmail.com: Requirement connection timeout http://code.google.com/p/gambas/issues/detail?id=160 I will use immediately. Excellent work. Thanks -- Write once. Port to many. Get the

Re: [Gambas-user] problems after ubuntu 11.04 update --> same under 11.10

2011-12-22 Thread Jesus
El 22/12/11 07:46, JUHASZ Robert escribió: > Cure is OK, too: from synaptic I removed all the installed gambas > components and now the IDE works properly. > Thank you so much for the help. > > Robi Good to know, Robi. I was confident enough of this. Best regards! -- Jesus Guardon > - > -

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Comment #2 on issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 And you need to change gb.gtk to gb.qt4 in GraphBug-0.0.2. I cannot do it with damn windows machine I'm forced to work with.

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Comment #1 on issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 Sorry, GUI component: Qt4 Of course... -- Wri

[Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 1) Describe the pro