Re: [Gambas-user] Issue 159 in gambas: No Toolbox after warning about el_GR.utf8

2011-12-23 Thread Ron
I had the same problem, it's there, but hidden by default (click the arrows on right side and bottom of the IDE screen to see it, when in form mode) There use to be a toolbar icon in gambas2 who made the toolbox visible with one click, but it's not there anymore in gambas3, better re-add it to

[Gambas-user] Gambas 3 TableView Column.Width doesn't react

2011-12-23 Thread Rolf-Werner Eilert
Finally I got a running Gambas3 (rc 6 download) on my laptop. So far, everything runs ok, but there is one thing I couldn't solve yet. I tried one smaller project I started under Gambas2, converted it and let it run. Conversion was smooth (congratulations for that, amazing thing, though it

[Gambas-user] Online help in Gambas3

2011-12-23 Thread Rolf-Werner Eilert
There is one more thing I would like to mention about Gambas3. When the computer is not online, I found there is no help text. Maybe it would be useful to have a basic help stored locally in case there is no internet available. And it might be nice to be able to update it from time to time.

[Gambas-user] MovieBox

2011-12-23 Thread tobias
hi, i forward a question about MovieBox: --- i try to write some demonstration code for MovieBox for some hours now. the project is attached and working so far but there are error reports in the ide console: MNG error 4: Encountered unexpected end-of-file; chunk vpAg; subcode 0:0 MNG error

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

2011-12-23 Thread gambas
Comment #4 on issue 151 by ron.mcin...@gmail.com: Gambas3 Quick Variable View in debugging has strange colour http://code.google.com/p/gambas/issues/detail?id=151 Thanks Benoit - fast work. Ron -- Write once. Port

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

2011-12-23 Thread Willy Raets
Any help here please, I'm stuck. Is this a know issue with the gb.qt components in Gambas 2? Willy On do, 2011-12-22 at 18:43 +0100, Willy Raets wrote: 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

[Gambas-user] A question about how Frac works

2011-12-23 Thread Santiago Oberto
Good Morning! Recently I have been devoloping an application in wich I needed to use several strings and numbers like if they were strings. I have been having a problem with this issue: I realized that when trying to use frac(my_float_number) I don't get the desired result. For instance: Print

Re: [Gambas-user] A question about how Frac works

2011-12-23 Thread Benoît Minisini
Le 23/12/2011 16:34, Santiago Oberto a écrit : Good Morning! Recently I have been devoloping an application in wich I needed to use several strings and numbers like if they were strings. I have been having a problem with this issue: I realized that when trying to use frac(my_float_number)

Re: [Gambas-user] MovieBox

2011-12-23 Thread Benoît Minisini
Le 23/12/2011 13:32, tobias a écrit : hi, i forward a question about MovieBox: --- i try to write some demonstration code for MovieBox for some hours now. the project is attached and working so far but there are error reports in the ide console: MNG error 4: Encountered unexpected

Re: [Gambas-user] Gambas 3 TableView Column.Width doesn't react

2011-12-23 Thread Benoît Minisini
Le 23/12/2011 12:45, Rolf-Werner Eilert a écrit : Under LXDE (gtk+) as well as under KDE4 (qt4) the TableView doesn't care about Column.Width indications which looks somewhat silly. Is there anything additional in Gambas3 I have to observe to make sure the columns are adjusted by code?

Re: [Gambas-user] MovieBox

2011-12-23 Thread tobias
On 23.12.2011 16:39, Benoît Minisini wrote: Le 23/12/2011 13:32, tobias a écrit : hi, i forward a question about MovieBox: --- i try to write some demonstration code for MovieBox for some hours now. the project is attached and working so far but there are error reports in the ide console:

Re: [Gambas-user] MovieBox

2011-12-23 Thread Benoît Minisini
Le 23/12/2011 16:56, tobias a écrit : On 23.12.2011 16:39, Benoît Minisini wrote: Le 23/12/2011 13:32, tobias a écrit : hi, i forward a question about MovieBox: --- i try to write some demonstration code for MovieBox for some hours now. the project is attached and working so far but there

Re: [Gambas-user] MovieBox

2011-12-23 Thread tobias
On 23.12.2011 17:17, Benoît Minisini wrote: Le 23/12/2011 16:56, tobias a écrit : On 23.12.2011 16:39, Benoît Minisini wrote: Le 23/12/2011 13:32, tobias a écrit : hi, i forward a question about MovieBox: --- i try to write some demonstration code for MovieBox for some hours now. the

Re: [Gambas-user] Online help in Gambas3

2011-12-23 Thread Randall Morgan
It would nice to have the system check for updates to the help text and ask if you want to update when updates are made available... On Fri, Dec 23, 2011 at 3:48 AM, Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: There is one more thing I would like to mention about Gambas3. When

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

2011-12-23 Thread gambas
Comment #6 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 That is kind of expected result, since with doubles (float in Gambas) the actual value is (5.025 - 5): 0.0253552713678800500929355621337890625000 And

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

2011-12-23 Thread Randall Morgan
Now you guys come up with samples of floating point rounding hehehehe A couple months ago I was looking for such rounding demos for my tutorials I am writing. Note that this is just a part of programming. Many real numbers do not have a direct representation in base 2 (binary). So to

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

2011-12-23 Thread Jussi Lahtinen
If same code works with gb.gtk then it's very probably bug with gb.qt. Right now I have only Gambas3 installed... Jussi On Fri, Dec 23, 2011 at 15:50, Willy Raets wi...@earthshipbelgium.bewrote: Any help here please, I'm stuck. Is this a know issue with the gb.qt components in Gambas 2?

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

2011-12-23 Thread Jussi Lahtinen
You can use the samples. BUT some of them are because of bug of Gambas, not the general problem with floating points! Example, Log2(536870912) = 29 is true with double precision floating points but not with Gambas. Also 8388608.0 is 8388608.0 in double precision floating point, but in Gambas

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

2011-12-23 Thread Jussi Lahtinen
Here is real sample for you: Dim sngA As Single = 4.1 Dim sngB As Single = 2.2 Print sngA - sngB 1.899 Jussi On Fri, Dec 23, 2011 at 20:33, Jussi Lahtinen jussi.lahti...@gmail.comwrote: You can use the samples. BUT some of them are because of bug of Gambas, not the general problem

Re: [Gambas-user] Gambas-user Digest, Vol 67, Issue 28

2011-12-23 Thread Santiago Oberto
I see... Thank you very much for the explanation. I will make some changes in the code. Regards. Santiago. El vie, 23-12-2011 a las 15:57 +, gambas-user-requ...@lists.sourceforge.net escribió: This is normal, because 0.025 has no exact binary representation (like

[Gambas-user] Release of Gambas 3

2011-12-23 Thread Benoît Minisini
Hi everyone, I will release the last RC tomorrow morning, just before christmas. Then I will make the Gambas 3 release after christmas, before January, 1st - Didn't I tell that Gambas3 will be releases that year? :-) So I won't fix bugs until next year now, except those that can be fix

Re: [Gambas-user] Release of Gambas 3

2011-12-23 Thread Benoît Minisini
Le 23/12/2011 23:36, Benoît Minisini did many mistakes : Hi everyone, I will release the last RC tomorrow morning, just before christmas. Then I will make the Gambas 3 release after christmas, before January, 1st - Didn't I tell that Gambas3 will be releases that year? :-) --- released

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-23 Thread gambas
Comment #6 on issue 161 by adamn...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 Hi Benoit, I have done as you suggested and cleaned out everything, did a complete load of the trunk svn and the full compile cycle (the outputs are attached). However, the