Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Jussi Lahtinen
> I tried on a Mint VirtualBox VM, and still have "Test passed!" as > result. Can you tell me exactly where it fails in the code? > Randomly in module mTest at lines 1685, 1694, 1704 and 1714. So at every occurrence of code 'If sTest <> "test" & gb.NewLine Then'. Every time it fails the string

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 18:22, Benoît Minisini a écrit : > Le 20/08/2016 à 17:46, Jussi Lahtinen a écrit : >> You have ignored my report of the unreliability of Process.Wait method. >> Have you forgotten it or is there some other reason? > > Mmm... No, I forgot it. No other reason! > >> Run the attached

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread PICCORO McKAY Lenz
i will compile in few hours, for older linux that are in older machines the 3.8.4 have a prblem with editor, the editor area when cursor goes to limit of, the editor screen dont follow the cursor, until 3 or 4 columns.. then it follow and editor show the rest of colums if have a long write line..

Re: [Gambas-user] Gambas sintax its case sensitive?

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 21:56, PICCORO McKAY Lenz a écrit : > yeah, great! but sometimes in the ide does not have this behavior! well its > not so painfull What do you mean exactly? -- Benoît Minisini --

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 18:48, Ron a écrit : > Compiles and runs (first tests) fine on Ubuntu 16.04 LTS 64 bit. > > Although I get a lot of gtk and gnome-keyring related deprecated > warnings during make, see attached logs. > It's not a big problem. > > llvm needs to be downgraded from 3.8 to 3.5 to be

Re: [Gambas-user] instance inline vs declaration and later instanciation

2016-08-20 Thread PICCORO McKAY Lenz
2016-08-18 14:53 GMT-04:00 Tobias Boege : > The first way ensures that the variable contains a valid reference to a > Collection object as soon as an object of the class you're writing is > instantiated. This happens even before the constructor of that object is > called. > >

Re: [Gambas-user] Gambas sintax its case sensitive?

2016-08-20 Thread PICCORO McKAY Lenz
2016-08-18 8:16 GMT-04:00 Fabien Bodard : > 2016-08-16 16:02 GMT+02:00 PICCORO McKAY Lenz : > > Gambas sintax its case sensitive? > no > yeah, great! but sometimes in the ide does not have this behavior! well its not so painfull > It's the same for

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Ron
Compiles and runs (first tests) fine on Ubuntu 16.04 LTS 64 bit. Although I get a lot of gtk and gnome-keyring related deprecated warnings during make, see attached logs. It's not a big problem. llvm needs to be downgraded from 3.8 to 3.5 to be found. Regards, Ron. 2016-08-20 17:59 GMT+02:00

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Christof Thalhofer
Hi, Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > Finally, here is the initial source package of Gambas 3.9.0! Here it seems to run without caveats. Just a question about libraries: When I build and install my project on Debian/Ubuntu, my libraries will install in /usr/bin as it was usual

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Christof Thalhofer
Am 20.08.2016 um 17:55 schrieb Sebastian Kulesz: > I'm updating it now. It will be live in a few hours. > Anyway, for the Daily PPA it will just be a version bump, you already have > all the changes there. :P ok, great! Thank you! So I can test. Alles Gute Christof Thalhofer -- Dies ist

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 17:46, Jussi Lahtinen a écrit : > You have ignored my report of the unreliability of Process.Wait method. > Have you forgotten it or is there some other reason? Mmm... No, I forgot it. No other reason! > Run the attached project few times and you will see that the process.wait >

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Sebastian Kulesz
Benoît, beware that the version number was only updated on the 3.9 branch. On trunk, the version is still 3.8.90! On Sat, Aug 20, 2016 at 12:59 PM, Fabien Bodard wrote: > is the problem of compilation of gb.git on archlinux is resolved ? > >

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Fabien Bodard
is the problem of compilation of gb.git on archlinux is resolved ? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Sebastian Kulesz
On Sat, Aug 20, 2016 at 12:31 PM, Christof Thalhofer wrote: > Hi, > > Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > > > Finally, here is the initial source package of Gambas 3.9.0! > > > > https://sourceforge.net/projects/gambas/files/gambas3/ >

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Christof Thalhofer
Hi, Am 20.08.2016 um 16:45 schrieb Benoît Minisini: > Finally, here is the initial source package of Gambas 3.9.0! > > https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download > > Please compile and install it as much as you can, and report any > problem. Before I

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Jussi Lahtinen
You have ignored my report of the unreliability of Process.Wait method. Have you forgotten it or is there some other reason? Run the attached project few times and you will see that the process.wait doesn't always wait for the process to complete (at least on Linux Mint, details below). Jussi

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Le 20/08/2016 à 17:01, Karl Reinl a écrit : > Am Samstag, den 20.08.2016, 16:45 +0200 schrieb Benoît Minisini: >> Hi, >> >> Finally, here is the initial source package of Gambas 3.9.0! >> >> https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download >> >> Please compile

Re: [Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Karl Reinl
Am Samstag, den 20.08.2016, 16:45 +0200 schrieb Benoît Minisini: > Hi, > > Finally, here is the initial source package of Gambas 3.9.0! > > https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download > > Please compile and install it as much as you can, and report any

[Gambas-user] Pre-release of Gambas 3.9.0

2016-08-20 Thread Benoît Minisini
Hi, Finally, here is the initial source package of Gambas 3.9.0! https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.9.0.tar.bz2/download Please compile and install it as much as you can, and report any problem. Before I make it official of course. :-) I have to write the

Re: [Gambas-user] Positioning Image and Text in a Button

2016-08-20 Thread Gianluigi
Now it really is a square button. The style drawing flags, is implemented. Regards Gianluigi 2016-08-20 13:34 GMT+02:00 Gianluigi : >  > > Sometimes the simple things turn out complicated to use. > > Regards > Gianluigi > > 2016-08-20 11:43 GMT+02:00 Charlie

Re: [Gambas-user] Positioning Image and Text in a Button

2016-08-20 Thread Gianluigi
 Sometimes the simple things turn out complicated to use. Regards Gianluigi 2016-08-20 11:43 GMT+02:00 Charlie : > I thought I would add to this debate. The examples above work just fine but > they seem very complicated to me. > I have taken your picture, put it in a

[Gambas-user] [Gambas Bug Tracker] Bug #977: IDE crashes opening module

2016-08-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.977=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #977: IDE crashes opening module

2016-08-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.977=L21haW4- Comment #2 by Benoît MINISINI: Fixed in revision #7851. Benoît MINISINI changed the state of the bug to: Fixed. --

Re: [Gambas-user] Positioning Image and Text in a Button

2016-08-20 Thread Charlie
I thought I would add to this debate. The examples above work just fine but they seem very complicated to me. I have taken your picture, put it in a PictureBox and in 8 lines of code have a button you can click. SimpleButton.tar