[Gambas-user] Issue 133 in gambas: Folding fails on empty class file

2011-10-23 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 133 by adamn...@gmail.com: Folding fails on empty class file http://code.google.com/p/gambas/issues/detail?id=133 1) Describe the problem. (This is pretty minor, but it too

Re: [Gambas-user] Issue 131 in gambas: FMain Border set to False is not revertable

2011-10-23 Thread gambas
Comment #2 on issue 131 by benoit.m...@gmail.com: FMain Border set to False is not revertable http://code.google.com/p/gambas/issues/detail?id=131 Is it better with revision #4210? -- The demand for IT networking prof

[Gambas-user] Issue 132 in gambas: Not possible to pass more than one function pointer

2011-10-23 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 132 by svit...@gmail.com: Not possible to pass more than one function pointer http://code.google.com/p/gambas/issues/detail?id=132 If the external function takes multiple

Re: [Gambas-user] Bug with border property.

2011-10-23 Thread Jussi Lahtinen
Is it fixable or Qt thing? Jussi 2011/10/23 Benoît Minisini > Le 23/10/2011 20:54, Jussi Lahtinen a écrit : > > This bug seems to be still valid. > > > > > > Gamabs 3 rev 4209 @ Ubuntu 11.04 64bit > > > > Qt4=libQtCore.so.4.7.2 > > > > > > Jussi > > > > I confirm... Border = False does not li

Re: [Gambas-user] Bug with border property.

2011-10-23 Thread Benoît Minisini
Le 23/10/2011 20:54, Jussi Lahtinen a écrit : > This bug seems to be still valid. > > > Gamabs 3 rev 4209 @ Ubuntu 11.04 64bit > > Qt4=libQtCore.so.4.7.2 > > > Jussi > I confirm... Border = False does not like when Resizable = False too... -- Benoît Minisini

Re: [Gambas-user] Bug with border property.

2011-10-23 Thread Jussi Lahtinen
This bug seems to be still valid. Gamabs 3 rev 4209 @ Ubuntu 11.04 64bit Qt4=libQtCore.so.4.7.2 Jussi On Sun, Jun 26, 2011 at 18:23, Jussi Lahtinen wrote: > metacity 2.30.3 > > Jussi > > > > 2011/6/25 Benoît Minisini > >> > Hi! >> > Borderless windows doesn't work (borders are showing) w

Re: [Gambas-user] Issue 131 in gambas: FMain Border set to False is not revertable

2011-10-23 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 131 by benoit.m...@gmail.com: FMain Border set to False is not revertable http://code.google.com/p/gambas/issues/detail?id=131 I cannot reproduce the problem. Please provide a project that reproduces

Re: [Gambas-user] Issue 129 in gambas: For-loop does not work on large ranges

2011-10-23 Thread gambas
Updates: Status: Fixed Comment #6 on issue 129 by benoit.m...@gmail.com: For-loop does not work on large ranges http://code.google.com/p/gambas/issues/detail?id=129 It should be fixed in revision #4208. I remove the optimization until I find a good one. -

Re: [Gambas-user] 2D-Array ?

2011-10-23 Thread Jussi Lahtinen
http://gambasdoc.org/help http://old.nabble.com/Gambas-f3425.html Jussi On Sun, Oct 23, 2011 at 06:27, wally wrote: > Hi, > > more important as the following question itself, is where may i find the > answer myself without this mailinglist ? > I always have problems to find sufficient document

Re: [Gambas-user] 2D-Array ?

2011-10-23 Thread Fabien Bodard
2011/10/23 Bruce Bruen : > On Sun, 2011-10-23 at 05:27 +0200, wally wrote: > >> Hi, >> >> more important as the following question itself, is where may i find the >> answer myself without this mailinglist ? >> I always have problems to find sufficient documentation on gambas :( >> Where to search f

Re: [Gambas-user] 2D-Array ?

2011-10-23 Thread wally
:) -ve is negative +ve is positive never seen this before, thx On Sunday, October 23, 2011 09:43:23 Caveat wrote: > Don't shoot me for stating the obvious, but -ve means negative. > > So I guess Bruce is just saying that intuitively he'd expect > round(float, int) to look like round(my_float

Re: [Gambas-user] 2D-Array ?

2011-10-23 Thread Caveat
Don't shoot me for stating the obvious, but -ve means negative. So I guess Bruce is just saying that intuitively he'd expect round(float, int) to look like round(my_float, 2) if you wanted to round my_float to 2 decimal places but in fact you need round(my_float, -2). Kind regards, Caveat On Sun

Re: [Gambas-user] 2D-Array ?

2011-10-23 Thread wally
On Sunday, October 23, 2011 08:16:07 Bruce Bruen wrote: > On Sun, 2011-10-23 at 05:27 +0200, wally wrote: > > Hi, > > > > more important as the following question itself, is where may i find the > > answer myself without this mailinglist ? > > I always have problems to find sufficient documentatio