Re: [Gambas-user] Under construction or bug?

2010-11-12 Thread Benoît Minisini
> Help line feature seems not to work correctly with recent revision. > If I type: > Dim test as someclass > > test.somevariabl... I always get "No help found". > > Gambas 3 rev 3265 @Ubuntu 10.04 64bit > > Jussi That bug should be fixed in revision #3293. Regards, -- Benoît Minisini -

Re: [Gambas-user] Gambas 3 Grid/Table question

2010-11-12 Thread Benoît Minisini
> Sorry, I was kinda tired this morning :-) > > There is a linewrap in the Gridview even with Gambas 2, but it is a > default (at least I have not yet found a way to deactivate it) and it > does not by itself adjust the line height appropriately. > > So the question would have to be: Is there a m

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Jussi Lahtinen
> > I'll send my whole project to you later. > > > > According to documentation this should yield True. > > ? IsBlank(" \\t") > > I got always False... > > It's a typo mistake. Read: IsBlank(" \t") > OK. > > > > BTW. I'll check all math functions against wolfram|Alpha, > > so sometimes I'm not s

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Benoît Minisini
> I'll send my whole project to you later. > > According to documentation this should yield True. > ? IsBlank(" \\t") > I got always False... It's a typo mistake. Read: IsBlank(" \t") > > BTW. I'll check all math functions against wolfram|Alpha, > so sometimes I'm not sure where to put limit of

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Jussi Lahtinen
I'll send my whole project to you later. According to documentation this should yield True. ? IsBlank(" \\t") I got always False... BTW. I'll check all math functions against wolfram|Alpha, so sometimes I'm not sure where to put limit of acceptable accuracy. Jussi 2010/11/12 Benoît Minisini

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Benoît Minisini
> More from GambasTester project > > > A. > > According to documentation these functions are same: > Debug Ang(-1, 1) > Debug ATan2(-1, 1) > > 2.35619449019235 > -0.785398163397448 > > So, Atan2 seems to make errors. The documentation is not accurate enough. Ang() and ATan2() are the same

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Benoît Minisini
> > I will look at the log, but I don't understand what you did *exactly* to > > get > > the crash. > > That is why I wrote "elusive"... I can't figure out what exactly causes > this crash. > But copy&paste this to IDE console; > ? bin(rol(1073741784+ shl(9,2) + shr(24,3),X ),32) > > Then replace

[Gambas-user] Gambas3 svn3291, checkinstall error

2010-11-12 Thread Demosthenes Koptsis
Hi, i try to install gambas3 with checkinstall after successfully compiling. i get this errors: ~/Downloads/Gambas/gambas3-svn3291$ sudo dpkg -i gambas3_svn3291-1_amd64.deb (Reading database ... 289880 files and directories currently installed.) Unpacking gambas3 (from gambas3_svn3291-1_amd64.

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Jussi Lahtinen
More from GambasTester project A. According to documentation these functions are same: Debug Ang(-1, 1) Debug ATan2(-1, 1) 2.35619449019235 -0.785398163397448 So, Atan2 seems to make errors. B. Cos(ACos(0.5)) = 0.5 and Tan(ATan(0.5)) = 0.5 are False! Tan(ATan(0.5)) - 0.5 gives 1E-16, s

Re: [Gambas-user] Gambas3 compilation error - svn 3290

2010-11-12 Thread Benoît Minisini
> I try to compile Gambas3 svn3290 in Ubuntu 10.04 and i get this error. > > main.cpp:31:25: error: cwebhittest.h: No such file or directory > main.cpp:44: error: ‘CWebHitTestDesc’ was not declared in this scope > make[5]: *** [main.lo] Error 1 > make[5]: Leaving directory > `/home/user/Downloads/

[Gambas-user] Gambas3 compilation error - svn 3290

2010-11-12 Thread Demosthenes Koptsis
I try to compile Gambas3 svn3290 in Ubuntu 10.04 and i get this error. main.cpp:31:25: error: cwebhittest.h: No such file or directory main.cpp:44: error: ‘CWebHitTestDesc’ was not declared in this scope make[5]: *** [main.lo] Error 1 make[5]: Leaving directory `/home/user/Downloads/Gambas/gambas3

Re: [Gambas-user] Elusive Gambas3 crashing bug

2010-11-12 Thread Jussi Lahtinen
> I will look at the log, but I don't understand what you did *exactly* to > get > the crash. > That is why I wrote "elusive"... I can't figure out what exactly causes this crash. But copy&paste this to IDE console; ? bin(rol(1073741784+ shl(9,2) + shr(24,3),X ),32) Then replace X with some rando

Re: [Gambas-user] SelectAll feature

2010-11-12 Thread Demosthenes Koptsis
On Fri, 2010-11-12 at 08:49 +0100, Rolf-Werner Eilert wrote: Ok, SHIFT+END works like CTRL+A but only if cursor is at the beginning of the text. if cursor is in the middle of the text selects from the positions until the end. See video. http://www.youtube.com/watch?v=ijlTiX7mEfg i think these

Re: [Gambas-user] Installing gambas3 on LinuxMint

2010-11-12 Thread Ian Haywood
On Thu, Nov 11, 2010 at 5:42 PM, Dr. Martin Senftleben wrote: > I want to install gambas3 on my LinuxMint machine (64bit), but it > doesn't work, the gambas3-gb-db-mysql package cannot be installed, > because it requires libmysqlclient15off, which is not available. I have > libmysqlclient16 on th