Re: [Gambas-user] IDE: "Entered text echo" not working as expected

2014-08-21 Thread Tobias Boege
On Wed, 20 Aug 2014, Beno?t Minisini wrote: > Le 29/07/2014 22:27, Tobias Boege a ?crit : > > On Tue, 29 Jul 2014, Beno?t Minisini wrote: > >> Le 29/07/2014 15:07, Tobias Boege a ?crit : > >>> Hi Benoit, > >>> > >>> my project is a console one and has a prompt, so I tried to toggle the > >>> "Enter

Re: [Gambas-user] IDE: "Entered text echo" not working as expected

2014-08-20 Thread Benoît Minisini
Le 29/07/2014 22:27, Tobias Boege a écrit : > On Tue, 29 Jul 2014, Beno?t Minisini wrote: >> Le 29/07/2014 15:07, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> my project is a console one and has a prompt, so I tried to toggle the >>> "Entered text echo" button to "on". However, it will only echo w

Re: [Gambas-user] IDE: "Entered text echo" not working as expected

2014-07-29 Thread Tobias Boege
On Tue, 29 Jul 2014, Beno?t Minisini wrote: > Le 29/07/2014 15:07, Tobias Boege a ?crit : > > Hi Benoit, > > > > my project is a console one and has a prompt, so I tried to toggle the > > "Entered text echo" button to "on". However, it will only echo when the > > project is not running. But I wante

Re: [Gambas-user] IDE: "Entered text echo" not working as expected

2014-07-29 Thread Benoît Minisini
Le 29/07/2014 15:07, Tobias Boege a écrit : > Hi Benoit, > > my project is a console one and has a prompt, so I tried to toggle the > "Entered text echo" button to "on". However, it will only echo when the > project is not running. But I wanted to see how a session would look like > if I would run

[Gambas-user] IDE: "Entered text echo" not working as expected

2014-07-29 Thread Tobias Boege
Hi Benoit, my project is a console one and has a prompt, so I tried to toggle the "Entered text echo" button to "on". However, it will only echo when the project is not running. But I wanted to see how a session would look like if I would run the program from command line, without the IDE. Lookin