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.
-
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.
-
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
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).
---
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
--
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
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
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
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*
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
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
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
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
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
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
> -
> -
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.
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
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
18 matches
Mail list logo