Re: [Gambas-user] gb3: "Mathematic error"

2012-01-15 Thread Benoît Minisini
Le 16/01/2012 08:05, Kevin Fishburne a écrit : > On 01/16/2012 01:43 AM, Kevin Fishburne wrote: >> Why would I get the runtime error "Mathematic error" in this function: >> >> Public Function Distance(x1 As Single, y1 As Single, x2 As Single, y2 As >> Single) As Single >> Return Abs(Sqr((x2 -

Re: [Gambas-user] gb3: "Mathematic error"

2012-01-15 Thread Kevin Fishburne
On 01/16/2012 01:43 AM, Kevin Fishburne wrote: > Why would I get the runtime error "Mathematic error" in this function: > > Public Function Distance(x1 As Single, y1 As Single, x2 As Single, y2 As > Single) As Single > Return Abs(Sqr((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1))) > End > > The

[Gambas-user] gb3: "Mathematic error"

2012-01-15 Thread Kevin Fishburne
Why would I get the runtime error "Mathematic error" in this function: Public Function Distance(x1 As Single, y1 As Single, x2 As Single, y2 As Single) As Single Return Abs(Sqr((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1))) End The values of the variables are: ?x2 & " " & x1 & " " & x2 & "

Re: [Gambas-user] Issue 191 in gambas: Editor toolbar is center aligned instead of left aligned

2012-01-15 Thread gambas
Updates: Status: Fixed Comment #3 on issue 191 by benoit.m...@gmail.com: Editor toolbar is center aligned instead of left aligned http://code.google.com/p/gambas/issues/detail?id=191 (No comment was entered for this change.)

Re: [Gambas-user] Issue 193 in gambas: SQLite Foreign Key code not allowed

2012-01-15 Thread gambas
Updates: Labels: -Version -Type-Bug -Priority-Medium Version-TRUNK Type-Enhancement Priority-Low Comment #1 on issue 193 by benoit.m...@gmail.com: SQLite Foreign Key code not allowed http://code.google.com/p/gambas/issues/detail?id=193 There is no support for SQL foreign keys in Gamb

[Gambas-user] Issue 193 in gambas: SQLite Foreign Key code not allowed

2012-01-15 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 193 by john.aar...@gmail.com: SQLite Foreign Key code not allowed http://code.google.com/p/gambas/issues/detail?id=193 I'm using SQLite 3.6.22. I've installed the gambas3-g

Re: [Gambas-user] chmod?

2012-01-15 Thread Jussi Lahtinen
Oh yes... Thanks! Jussi On Sun, Jan 15, 2012 at 17:37, tobias wrote: > Jussi Lahtinen schrieb: > > Great! > > Are these new commands, IDE features, etc going out in stabile Gambas > > version any soon? > > Meaning are these example for version 3.1 or 4..? > > > > Jussi > > > > > > > > > > 201

Re: [Gambas-user] chmod?

2012-01-15 Thread tobias
Jussi Lahtinen schrieb: > Great! > Are these new commands, IDE features, etc going out in stabile Gambas > version any soon? > Meaning are these example for version 3.1 or 4..? > > Jussi > > > > > 2012/1/15 Benoît Minisini > >> Le 06/01/2012 01:47, bbr...@paddys-hill.net a écrit : >>> Quotin

Re: [Gambas-user] chmod?

2012-01-15 Thread Jussi Lahtinen
Great! Are these new commands, IDE features, etc going out in stabile Gambas version any soon? Meaning are these example for version 3.1 or 4..? Jussi 2012/1/15 Benoît Minisini > Le 06/01/2012 01:47, bbr...@paddys-hill.net a écrit : > > > > Quoting tobias: > > > >> hi, > >> > >> i can't find

Re: [Gambas-user] chmod?

2012-01-15 Thread tobias
Benoît Minisini schrieb: > Le 06/01/2012 01:47, bbr...@paddys-hill.net a écrit : >> Quoting tobias: >> >>> hi, >>> >>> i can't find any interface (except Extern or Exec) to chmod(2) in >>> gambas. is there one? i think there should... >>> >>> regards, >>> tobi >> I was going to say Stat.Perm but I

Re: [Gambas-user] chmod?

2012-01-15 Thread Benoît Minisini
Le 06/01/2012 01:47, bbr...@paddys-hill.net a écrit : > > Quoting tobias: > >> hi, >> >> i can't find any interface (except Extern or Exec) to chmod(2) in >> gambas. is there one? i think there should... >> >> regards, >> tobi > > I was going to say Stat.Perm but I had never realized that it is rea

Re: [Gambas-user] Issue 9 in gambas: expanding a treeview item does not move the internal cursor

2012-01-15 Thread gambas
Updates: Status: WontFix Comment #2 on issue 9 by benoit.m...@gmail.com: expanding a treeview item does not move the internal cursor http://code.google.com/p/gambas/issues/detail?id=9 No news from one year, I close the issue! ---

Re: [Gambas-user] Issue 42 in gambas: In Gambas3 (2.99.0), Line Input hangs up.

2012-01-15 Thread gambas
Updates: Status: Fixed Comment #9 on issue 42 by benoit.m...@gmail.com: In Gambas3 (2.99.0), Line Input hangs up. http://code.google.com/p/gambas/issues/detail?id=42 Apparently it is fixed now. The IDE does not hang anymore.

Re: [Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

2012-01-15 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #2 on issue 188 by benoit.m...@gmail.com: Creating a new directory in the data project data causes a seg. fault http://code.google.com/p/gambas/issues/detail?id=188 (No comment was entered for this change.)

Re: [Gambas-user] Issue 182 in gambas: Rmdir should have an error code to report the deletion of a folder with content

2012-01-15 Thread gambas
Updates: Status: Fixed Comment #2 on issue 182 by benoit.m...@gmail.com: Rmdir should have an error code to report the deletion of a folder with content http://code.google.com/p/gambas/issues/detail?id=182 Done in revision #4400. ---