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

2012-01-15 Thread gambas
Updates: Status: Fixed Comment #9 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 Apparently it is fixed now. The IDE does not hang anymore.

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

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

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

2011-03-14 Thread gambas
Comment #2 on issue 42 by jonericn...@gmail.com: In Gambas3 (2.99.0), Line Input hangs up. http://code.google.com/p/gambas/issues/detail?id=42 Sorry, I do not know the meaning of "true terminal". It hangs when I run the command in a "commandline" project, which uses the IDE, of course. Is there

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

2011-02-26 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 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 It hangs inside the IDE, but it does not hang in real life (inside a true te

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

2011-02-23 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 42 by jonericn...@gmail.com: In Gambas3 (2.99.0), Line Input hangs up. http://code.google.com/p/gambas/issues/detail?id=42 1) In Gambas 2.99.0, Line Input does not work.