Re: [Gambas-user] Happy New Year

2016-01-03 Thread Christof Thalhofer
Am 02.01.2016 um 12:32 schrieb Benoît Minisini: > Yeah, happy new year to everyone! And may all these stupid germs let us > alone... ATCHA! Also happy new year everybody and Benoît, get well soon! My mother likes lemon juice in hot water with chayenne pepper in such moments. I prefer hot beer wi

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Moviga Technologies
> Thanks. Alas this is a bronchitis, so it's a lot of antibiotics now. Perhaps running too much code, and too little legs :) Happy new year fellow Gambasers! -- ___ Gambas-user

Re: [Gambas-user] Happy New Year

2016-01-02 Thread ...
Happy new year to everybody and, to Benoît, a quick recover! zxMarce On Jan 2, 2016, 08:43, at 08:43, "Benoît Minisini" wrote: >Le 02/01/2016 12:36, Jorge Carrión a écrit : >> Bed & hot milk with honey, Benoit. It's my grandma solution... >> > >Thanks. Alas this is a bronchitis, so it's a lot

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Benoît Minisini
Le 02/01/2016 12:36, Jorge Carrión a écrit : > Bed & hot milk with honey, Benoit. It's my grandma solution... > Thanks. Alas this is a bronchitis, so it's a lot of antibiotics now. -- Benoît Minisini --

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Jorge Carrión
Bed & hot milk with honey, Benoit. It's my grandma solution... 2016-01-02 12:32 GMT+01:00 Benoît Minisini : > Yeah, happy new year to everyone! And may all these stupid germs let us > alone... ATCHA! > > -- > Benoît Minisini > > > --

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Benoît Minisini
Yeah, happy new year to everyone! And may all these stupid germs let us alone... ATCHA! -- Benoît Minisini -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net ht

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Jorge Carrión
Add myself to the good wishes: Happy new year! 2016-01-01 16:12 GMT+01:00 Fabien Bodard : > i wish to all Gambas Users a happy new year > > -- > Fabien Bodard > > > -- > ___ >

[Gambas-user] Happy New Year

2016-01-01 Thread Fabien Bodard
i wish to all Gambas Users a happy new year -- Fabien Bodard -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gamb

[Gambas-user] Happy new year

2015-01-02 Thread Fabien Bodard
... To all Gambasians 😃 I wish you a lot of fun Code for this new year ! -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is you

Re: [Gambas-user] Happy new year...

2015-01-01 Thread adamn...@gmail.com
On Fri, 02 Jan 2015 01:01:33 +0100 Benoît Minisini wrote: > Le 01/01/2015 23:11, adamn...@gmail.com a écrit : > > On Thu, 1 Jan 2015 22:52:43 +0100 > > Tobias Boege wrote: > > > >> On Fri, 02 Jan 2015, adamn...@gmail.com wrote: > >>> On Thu, 01 Jan 2015 10:12:06 +0100 > >>> Beno?t Minisini wrot

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Benoît Minisini
Le 02/01/2015 02:53, Jussi Lahtinen a écrit : >> There are actually two problems in your test: >> >> 1) What is watched is not a file path, but a file descriptor. The >> command "echo test > XXX" replace the "XXX" file by a new file with the >> same name, and that file is not opened nor watched by

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Jussi Lahtinen
> There are actually two problems in your test: > > 1) What is watched is not a file path, but a file descriptor. The > command "echo test > XXX" replace the "XXX" file by a new file with the > same name, and that file is not opened nor watched by the test. > Oh, I see... however the problem persi

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Benoît Minisini
Le 02/01/2015 02:16, Jussi Lahtinen a écrit : >> By the way, it's a pity that you didn't separate all your tests so that >> we could only run one of them. >> > > I will think about that. The test run pretty quickly on my system, but > maybe the inconvenience is in debugging... > Meanwhile here is t

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Jussi Lahtinen
> By the way, it's a pity that you didn't separate all your tests so that > we could only run one of them. > I will think about that. The test run pretty quickly on my system, but maybe the inconvenience is in debugging... Meanwhile here is the problem isolated. Jussi isolation-0.0.1.tar.gz De

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Benoît Minisini
Le 02/01/2015 01:49, Jussi Lahtinen a écrit : >> Shell "echo test > " & sTemp Wait >> >> does not emit any event, as its underlying Process object has no event >> name. >> > > I still don't get it. I re-read the documentation and it says: > > If the WATCH keyword is specified, the file is

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Jussi Lahtinen
> Shell "echo test > " & sTemp Wait > > does not emit any event, as its underlying Process object has no event > name. > I still don't get it. I re-read the documentation and it says: If the WATCH keyword is specified, the file is watched by the interpreter via the select(2) system call :

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Tobias Boege
On Thu, 01 Jan 2015, Beno??t Minisini wrote: > ...to all Gambas users and developers! > > I'd like to release Gambas 3.7 as soon as possible, because I won't be > able to create a Gambas 3.6.3 release. Too much work to backport some > important fixes. > > Please tell me if you have something bl

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Benoît Minisini
Le 01/01/2015 15:15, Jussi Lahtinen a écrit : > I reported about failure of "Read Watch" test (ERROR 259). > I expect watch to call read event because of line: > Shell "echo test > " & sTemp Wait > > But it doesn't. > Is my method flawed or what is going on? > See attachment. > > > Jussi >

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Benoît Minisini
Le 01/01/2015 23:11, adamn...@gmail.com a écrit : > On Thu, 1 Jan 2015 22:52:43 +0100 > Tobias Boege wrote: > >> On Fri, 02 Jan 2015, adamn...@gmail.com wrote: >>> On Thu, 01 Jan 2015 10:12:06 +0100 >>> Beno?t Minisini wrote: >>> ...to all Gambas users and developers! I'd like to r

Re: [Gambas-user] Happy new year...

2015-01-01 Thread adamn...@gmail.com
On Thu, 1 Jan 2015 22:52:43 +0100 Tobias Boege wrote: > On Fri, 02 Jan 2015, adamn...@gmail.com wrote: > > On Thu, 01 Jan 2015 10:12:06 +0100 > > Beno?t Minisini wrote: > > > > > ...to all Gambas users and developers! > > > > > > I'd like to release Gambas 3.7 as soon as possible, because I wo

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Tobias Boege
On Fri, 02 Jan 2015, adamn...@gmail.com wrote: > On Thu, 01 Jan 2015 10:12:06 +0100 > Beno?t Minisini wrote: > > > ...to all Gambas users and developers! > > > > I'd like to release Gambas 3.7 as soon as possible, because I won't be > > able to create a Gambas 3.6.3 release. Too much work to ba

Re: [Gambas-user] Happy new year...

2015-01-01 Thread adamn...@gmail.com
On Thu, 01 Jan 2015 10:12:06 +0100 Benoît Minisini wrote: > ...to all Gambas users and developers! > > I'd like to release Gambas 3.7 as soon as possible, because I won't be > able to create a Gambas 3.6.3 release. Too much work to backport some > important fixes. > > Please tell me if you ha

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Jussi Lahtinen
I reported about failure of "Read Watch" test (ERROR 259). I expect watch to call read event because of line: Shell "echo test > " & sTemp Wait But it doesn't. Is my method flawed or what is going on? See attachment. Jussi On Thu, Jan 1, 2015 at 11:12 AM, Benoît Minisini < gam...@users.source

Re: [Gambas-user] Happy new year...

2015-01-01 Thread Jorge Carrión
Best wishes for you and for Gambas this new year. And for all Gambas users in the world! 2015-01-01 10:12 GMT+01:00 Benoît Minisini : > ...to all Gambas users and developers! > > I'd like to release Gambas 3.7 as soon as possible, because I won't be > able to create a Gambas 3.6.3 release. Too mu

[Gambas-user] Happy new year...

2015-01-01 Thread Benoît Minisini
...to all Gambas users and developers! I'd like to release Gambas 3.7 as soon as possible, because I won't be able to create a Gambas 3.6.3 release. Too much work to backport some important fixes. Please tell me if you have something blocking that release: Fabien, Tobias, Adrien, anyone needin

[Gambas-user] Happy new year 2013

2013-01-03 Thread Andrea Bertini
I hope for everybody and especially for gambas users and programmers the best on year 2013. Hi Benoit. Andrea Bertini (Rome) -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, Java

[Gambas-user] Happy New Year

2013-01-01 Thread Fabien Bodard
I wish an happy new year to all the Gambas Users. And i wish us, more and more users for 2013. My wish for Gambas in 2013 is ... to have more fun and pleasure with it again :-). -- Fabien Bodard -- Master SQL Server De

[Gambas-user] Happy new year!

2011-01-02 Thread Benoît Minisini
Hi, I wish everyone an happy new year 2011! May the best of the old year be the worst of the new year. And not the contrary. And if you go to the website now: You will see a little poem I written. :-) And you will see that now you can "flattr" gambas if you like it! Best regards, -- Benoît

[Gambas-user] Happy New Year

2011-01-01 Thread Dag-Jarle Johansen
To all of you, incredible good programmers, a happy 2011 Regards, Dag-Jarle -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environ