Re: [Gambas-user] Important change in revision #6691

2014-11-30 Thread Benoît Minisini
Le 01/12/2014 02:37, Benoît Minisini a écrit : > Le 01/12/2014 02:31, Jussi Lahtinen a écrit : >> See attachment. Improved test with "watch" fails (error 248). Second read >> always fails, first read is always OK. >> This may well be my error... I'll look it more closely later. >> >> Jussi >> > > I

Re: [Gambas-user] Important change in revision #6691

2014-11-30 Thread Benoît Minisini
Le 01/12/2014 02:31, Jussi Lahtinen a écrit : > See attachment. Improved test with "watch" fails (error 248). Second read > always fails, first read is always OK. > This may well be my error... I'll look it more closely later. > > Jussi > I confirm. '/dev/urandom' is a special file that generate r

Re: [Gambas-user] Important change in revision #6691

2014-11-30 Thread Jussi Lahtinen
See attachment. Improved test with "watch" fails (error 248). Second read always fails, first read is always OK. This may well be my error... I'll look it more closely later. Jussi On Mon, Dec 1, 2014 at 12:52 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > I'm trying to f

[Gambas-user] Important change in revision #6691

2014-11-30 Thread Benoît Minisini
Hi, I'm trying to fix a problem in the Gambas process management that annoys a lot of people for a long time. Sometimes, the output of the process is not entirely read. Some data is lost. This is because I was using a way of detecting data availability that was not reliable. I thought it was,

Re: [Gambas-user] Desktop requirements

2014-11-30 Thread Paul Horechuk
I'm running KDE Plasma on Ubuntu 14.04 AMD64 6 core with 8GB RAM. I have Gambas 3.6.2 from a PPA and have been experiencing Bus error 7 or seg fault 11. Gambas crashes with either error. gdb reports a crash but cannot report to the Ubuntu developers as gambas is treated as a third party applica

Re: [Gambas-user] Desktop requirements

2014-11-30 Thread Benoît Minisini
Le 30/11/2014 19:41, Paul Horechuk a écrit : > Are there special considerations to implement when moving a source > project archive from say a KDE desktop to xfce or gnome3? I've developed > an app in Gmabas 3.6.2 that is not accepting keyboard input into > TextBoxes under alternate desktops. > Do

[Gambas-user] Desktop requirements

2014-11-30 Thread Paul Horechuk
Are there special considerations to implement when moving a source project archive from say a KDE desktop to xfce or gnome3? I've developed an app in Gmabas 3.6.2 that is not accepting keyboard input into TextBoxes under alternate desktops. -- Think Free ... Use Open Source Software

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Jussi Lahtinen
> I tested if this happens also with "cat" and it didn't make any difference. > Here is GambasTester with improved test (they are just inside loop). Much easier to demonstrate the problem. Jussi GambasTestercmd-0.9.30.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Jussi Lahtinen
> > At the moment I can get the 239 error, i.e. when running 'echo test' > through a virtual terminal. > > In Linux, you have a system call that tells you how many bytes can be > read on a file descriptor: ioctl(fd, FIONREAD, ...), and a system call > (select) that tells you when something can be r

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Benoît Minisini
Le 30/11/2014 19:10, Jussi Lahtinen a écrit : >> OK, I finally got one error (but 239), even if I replaced "Wait 0.1" by >> "hProcess.Wait". Let's go back investigating... >> > > I'll make the change in the code. "Good" to see it's not fault in my system. > > > Jussi At the moment I can get the 23

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Jussi Lahtinen
> OK, I finally got one error (but 239), even if I replaced "Wait 0.1" by > "hProcess.Wait". Let's go back investigating... > I'll make the change in the code. "Good" to see it's not fault in my system. Jussi -- Download

Re: [Gambas-user] [GambasMag] Articles for Feb 2015 issue

2014-11-30 Thread Randall Morgan
Hi Kevin, I would greatly appreciate any input you have for the magazine. Right now I have little time to devote to it. But I am sure I can still get the artist to do the cover and help edit articles. Right now and for at least the next few month my health will limit my ability to produce anything

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Benoît Minisini
Le 30/11/2014 16:41, Benoît Minisini a écrit : > Le 30/11/2014 15:50, Benoît Minisini a écrit : >> Le 30/11/2014 13:37, Jussi Lahtinen a écrit : >>> Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz >>> >>> I think with latest microcode... I'll check later. >>> >>> >>> Jussi >>> >> >> I have tested 1

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Benoît Minisini
Le 30/11/2014 15:50, Benoît Minisini a écrit : > Le 30/11/2014 13:37, Jussi Lahtinen a écrit : >> Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz >> >> I think with latest microcode... I'll check later. >> >> >> Jussi >> > > I have tested 100x times on my own 64 bits system, and in a 32 bits VM > r

[Gambas-user] Model "T" Button BackGround Color, Tab order Resolved

2014-11-30 Thread Lewis Balentine
OK --- I found the answer to the Tab order. Kind of makes the Button Color Question mute ... On 11/30/2014 07:48 AM, Lewis Balentine wrote: > It is claimed that Henry Ford said, "You can have a Model 'T' in any > color you want as long as it is black." > > I am having a similar problem with the b

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Benoît Minisini
Le 30/11/2014 13:37, Jussi Lahtinen a écrit : > Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz > > I think with latest microcode... I'll check later. > > > Jussi > I have tested 100x times on my own 64 bits system, and in a 32 bits VM running ArchLinux. No problem... Are you sure that you have

[Gambas-user] Model "T" Button BackGround Color

2014-11-30 Thread Lewis Balentine
It is claimed that Henry Ford said, "You can have a Model 'T' in any color you want as long as it is black." I am having a similar problem with the button controls but in grey. This all started when I was testing 'tabbing' between controls. The difference in color between the control that has

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Jussi Lahtinen
Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz I think with latest microcode... I'll check later. Jussi On Sun, Nov 30, 2014 at 2:25 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 30/11/2014 01:13, Jussi Lahtinen a écrit : > >> > >> > >> Nothing happens there after having run

Re: [Gambas-user] Problem with Process_Read

2014-11-30 Thread Benoît Minisini
Le 30/11/2014 01:13, Jussi Lahtinen a écrit : >> >> >> Nothing happens there after having run the test an hundred times. >>> >>> Can you try revision #6686 and tell me if it changes anything? >>> >> >> >> Sorry to tell but something is still not right. But things are already >> better, GUI version