Re: [Gambas-user] [Ask] Gambas script programming

2015-09-15 Thread Fabien Bodard
It normal as the scripter make an executable in a tmp folder and then execute it. Le 16 sept. 2015 04:49, "zainudin ahmad" a écrit : > Hi Friends > > > I am new in gambas script programming world, I have some question. > > * this is normal ? run this code (save the file not in tmp directory and >

[Gambas-user] [Ask] Gambas script programming

2015-09-15 Thread zainudin ahmad
Hi Friends I am new in gambas script programming world, I have some question. * this is normal ? run this code (save the file not in tmp directory and the command only ./test.gs3) #!/usr/bin/env gbs3 public sub main() print args[0] print application.path end the result is /tmp/gamba

[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your

[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736&from=L21haW4- Comment #8 by Zainudin AHMAD: in my system it's ok too. attach pic (via PPA) -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real

[Gambas-user] [Gambas Bug Tracker] Bug #742: Online bugtracker comments more cleary seperated

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.742&from=L21haW4- Benoît MINISINI added an attachment: bug-report-screenshot.png -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics

[Gambas-user] [Gambas Bug Tracker] Bug #742: Online bugtracker comments more cleary seperated

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.742&from=L21haW4- Comment #2 by Benoît MINISINI: You should see that... -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all

[Gambas-user] [Gambas Bug Tracker] Bug #742: Online bugtracker comments more cleary seperated

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.742&from=L21haW4- Comment #1 by Benoît MINISINI: Refresh the cache of your browser... -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time met

[Gambas-user] [Gambas Bug Tracker] Bug #742: Online bugtracker comments more cleary seperated

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.742&from=L21haW4- gbWilly GAMBOS reported a new bug. Summary --- Online bugtracker comments more cleary seperated Type : Request Priority : Low Gambas version : Unknown Product : Bugtracker Description ---

[Gambas-user] [Gambas Bug Tracker] Bug #742: Online bugtracker comments more cleary seperated

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.742&from=L21haW4- gbWilly GAMBOS added an attachment: comments.png -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of yo

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714&from=L21haW4- Comment #21 by Moviga TECHNOLOGIES: I have also found that dumb required to package for Arch (since 3.7 i think)... -- Monitor Your Dynamic Infrastruct

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714&from=L21haW4- Comment #22 by gbWilly GAMBOS: Okay Jussi, Good to know. I'll add it as a dependency for the Ubuntu instructions on the Wiki as well. --

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714&from=L21haW4- Comment #20 by Jussi LAHTINEN: Apparently it is needed for Mint also. Thanks for the information. -- ___ G

[Gambas-user] [Gambas Bug Tracker] Bug #714: Gambas3 Editor crash when adding a new line at end of the file and press "reload"

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.714&from=L21haW4- Comment #19 by gbWilly GAMBOS: I noticed the libdumb1-dev problem when packaging Gambas3 (3.5.4, 3.6.2) for Debian Wheezy/Jessie. I needed to add libdumb1-dev to the debian/control file as a dependency to make it work. Debian i

[Gambas-user] [Gambas Bug Tracker] Bug #741: Instruction on Wiki for 'How to package' inconsistent for gambas3-ide

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.741&from=L21haW4- gbWilly GAMBAS reported a new bug. Summary --- Instruction on Wiki for 'How to package' inconsistent for gambas3-ide Type : Bug Priority : Low Gambas version : 3.8 Product : Wiki Description

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-15 Thread Fabien Bodard
The problem is it look too heavy if i remove the eyes shine.. 2015-09-15 16:53 GMT+02:00 Benoît Minisini : > Le 15/09/2015 10:45, Fabien Bodard a écrit : >> Well i've been able to resist... this is a new version based on Benoit's >> ones. >> >> I prefer the V3... with a more large smile. >> > > N

Re: [Gambas-user] Is Fast faster than C all the time ??

2015-09-15 Thread Benoît Minisini
Le 15/09/2015 17:50, martin p cristia a écrit : > I've found that this transformation run 10M times take: > > Fast Public Sub rotar3d(punto As Punto3d, rotado As Punto3d) > > ' voy a probar otro sistema > rotado.x = MatrizRotacion[0, 0] * punto.x + MatrizRotacion[0, 1] * > punto.Y + Mat

[Gambas-user] Is Fast faster than C all the time ??

2015-09-15 Thread martin p cristia
I've found that this transformation run 10M times take: Fast Public Sub rotar3d(punto As Punto3d, rotado As Punto3d) ' voy a probar otro sistema rotado.x = MatrizRotacion[0, 0] * punto.x + MatrizRotacion[0, 1] * punto.Y + MatrizRotacion[0, 2] * punto.z rotado.Y = MatrizRotacion[1,

[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736&from=L21haW4- Comment #7 by Benoît MINISINI: I will wait for somebody that confirms it's ok in the PPA before closing the bug. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #740: Problem with permissions when compiling & installing

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.740&from=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list Gambas-user@lists.s

[Gambas-user] [Gambas Bug Tracker] Bug #740: Problem with permissions when compiling & installing

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.740&from=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #7313. -- ___ Gambas-user mailing list Gambas-user@lists.s

[Gambas-user] [Gambas Bug Tracker] Bug #740: Problem with permissions when compiling & installing

2015-09-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.740&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@list

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-15 Thread Benoît Minisini
Le 15/09/2015 10:45, Fabien Bodard a écrit : > Well i've been able to resist... this is a new version based on Benoit's ones. > > I prefer the V3... with a more large smile. > Nicer, but still a bit scaring in the eye for my taste. Can you do something (like what I tried in mine)? -- Benoît Min

Re: [Gambas-user] Circular references and allocations non freed

2015-09-15 Thread Benoît Minisini
Le 15/09/2015 16:35, martin p cristia a écrit : > How? Can it be sent to the farm? Its huge and has help files, images, > and a .so library > > 'No idea... Can you send your project? > The goal is to reproduce the errors on my system. So send me the project archive, and explain me how to reproduc

Re: [Gambas-user] Circular references and allocations non freed

2015-09-15 Thread martin p cristia
How? Can it be sent to the farm? Its huge and has help files, images, and a .so library 'No idea... Can you send your project? -- Saludos Ing. Martin P Cristia -- ___ Gamba

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-15 Thread Fabien Bodard
> Well i've been able to resist... this is a new version based on Benoit's ones. ^ not -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.ne

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-15 Thread Fabien Bodard
Well i've been able to resist... this is a new version based on Benoit's ones. I prefer the V3... with a more large smile. 2015-09-14 22:03 GMT+02:00 Fabien Bodard : > 2015-09-14 20:43 GMT+02:00 Benoît Minisini : >> Le 14/09/2015 20:26, Fabien Bodard a écrit : >>> Le 14 sept. 2015 18:23, "Benoît