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

2011-09-27 Thread gambas
Comment #8 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 Of course, you have to use FLUSH to flush your standard output to terminal. Please use the mailing-list for things that are not bugs! Or open a new i

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

2011-09-27 Thread gambas
Comment #7 on issue 42 by adamn...@gmail.com: In Gambas3 (2.99.0), Line Input hangs up. http://code.google.com/p/gambas/issues/detail?id=42 (Sorry to butt in) Benoit, If the Print doesn't terminate in a linefeed then it does not seem to work from a "real" terminal. Note the ; in the first pr

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

2011-09-27 Thread gambas
Comment #6 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 This is just a problem inside the IDE. The program runs normally from any terminal.

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

2011-09-27 Thread gambas
Comment #5 on issue 42 by rmorga...@gmail.com: In Gambas3 (2.99.0), Line Input hangs up. http://code.google.com/p/gambas/issues/detail?id=42 For simple command line programs this is a major issue. The following code hangs at the INPUT statement. If you run the code and enter "Y" or anything

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

2011-09-27 Thread gambas
Updates: Status: Started Comment #4 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 The IDE has just to run its child processes inside a virtual terminal. But the IDE output console is not a true termi

[Gambas-user] Using ALSA library from Gambas

2011-09-27 Thread Benoît Minisini
This mail is for Ru Vuott (Paulo): Hi Paulo, I finally succeeded in running your example. There was a bug in the interpreter that prevented the alsa descritor from being watched for reading only. It has been fixed in revision #4160. So, in CAlsa.ini() function, the alsa fd is watched for readi

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

2011-09-27 Thread gambas
Comment #3 on issue 42 by rmorga...@gmail.com: In Gambas3 (2.99.0), Line Input hangs up. http://code.google.com/p/gambas/issues/detail?id=42 Has this been fixed? It seems to still exist in 2.99.4 I am trying to write a Gambas 3 tutorial and have this error. Works fine in Gambas 2. The program

[Gambas-user] Gambas + Midi + ALSA + file descriptors TER

2011-09-27 Thread Ru Vuott
Excuse, Benoit, I'ld like to remember: I must not read data from fd (because I'll read Midi data from special ALSA function). I need fd to *have* and to **raise** a gambas _Read event (...awake the program, so that I can read Midi data from special ALSA function). ...Ok Excuse, Bye Paolo

Re: [Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-27 Thread Ru Vuott
> > So we agree that you must watch the descriptor for reading > (For Read Watch), Yes, Benoit: hfile = OPEN "." & Cstr(numfd) For ** READ WATCH ** - and Sub-routine raised: Public Sub File_READ() etc... ect... Thanks, Benoit. Paolo ---

Re: [Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-27 Thread Benoît Minisini
> Hello Benoît, > > I'ld like to recapitulate... > > > AIM: > > *Receiving* Midi data FROM ALSA (rectius: FROM ALSA functions). > > > STRATEGY: > > Putting the FD - *passed by ALSA* - under "observation" for Read by using a > mechanism like: hfile = OPEN...ForWATCH. Normally the gambas-

Re: [Gambas-user] Gambas + Midi + ALSA + file descriptors

2011-09-27 Thread Ru Vuott
Hello Benoît, I'ld like to recapitulate... AIM: *Receiving* Midi data FROM ALSA (rectius: FROM ALSA functions). STRATEGY: Putting the FD - *passed by ALSA* - under "observation" for Read by using a mechanism like: hfile = OPEN...ForWATCH. Normally the gambas-program sleeps, but when da

Re: [Gambas-user] Issue 115 in gambas: Database manager - move fields up and down

2011-09-27 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 115 by benoit.m...@gmail.com: Database manager - move fields up and down http://code.google.com/p/gambas/issues/detail?id=115 It should be fixed in revision #4158. ---

Re: [Gambas-user] Issue 112 in gambas: gb.desktop mod for passwords - LXDE

2011-09-27 Thread gambas
Updates: Status: Fixed Comment #6 on issue 112 by benoit.m...@gmail.com: gb.desktop mod for passwords - LXDE http://code.google.com/p/gambas/issues/detail?id=112 OK. Done in revision #4159. -- All the data con

Re: [Gambas-user] Issue 114 in gambas: Database manager - adding a row edits the wrong field

2011-09-27 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 114 by benoit.m...@gmail.com: Database manager - adding a row edits the wrong field http://code.google.com/p/gambas/issues/detail?id=114 It should be fixed in revision #4158.

Re: [Gambas-user] Issue 113 in gambas: Database manager toolbar crashes IDE

2011-09-27 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 113 by benoit.m...@gmail.com: Database manager toolbar crashes IDE http://code.google.com/p/gambas/issues/detail?id=113 It should be fixed in revision #4158. -