Re: [Gambas-user] Clean new console by code

2016-06-29 Thread Gianluigi
Hi Benoit, unfortunately *Print "\e[2J";* does not work as *Clear button* console. He simply deletes the only visible part. How can I get the same behavior of Clear button console (also for the terminal)? Regards Gianluigi 2016-06-25 15:48 GMT+02:00 Benoît Minisini : > Le 25/06/2016 14:52, Gianlu

Re: [Gambas-user] Clean new console by code

2016-06-25 Thread Gianluigi
Hi Benoit, perfect, it works. Therefore Print "\e[2J" replaces Print Chr$(12); Thank you very much. Gianluigi 2016-06-25 15:48 GMT+02:00 Benoît Minisini : > Le 25/06/2016 14:52, Gianluigi a écrit : > > Hi Vuott, > > thank you for the answer. > > It deletes only on the second click and the window

Re: [Gambas-user] Clean new console by code

2016-06-25 Thread Benoît Minisini
Le 25/06/2016 14:52, Gianluigi a écrit : > Hi Vuott, > thank you for the answer. > It deletes only on the second click and the window does not appear that > remains behind the IDE. > Changing your code as follows, it deletes immediately, but the window > remains behind the IDE. > You should never

Re: [Gambas-user] Clean new console by code

2016-06-25 Thread Gianluigi
> > -------- > Ven 24/6/16, Lewis Balentine ha scritto: > > Oggetto: Re: [Gambas-user] Clean new console by code > A: "mailing list for gambas users" > Data: Venerdì 24 giugno 2016, 22:37 > > Desktop.SendKeys("clear/n&

Re: [Gambas-user] Clean new console by code

2016-06-25 Thread Gianluigi
Hi Lewis, thank you for the answer. Unfortunately it does not work. Regards Gianluigi 2016-06-24 22:37 GMT+02:00 Lewis Balentine : > Desktop.SendKeys("clear/n") > > On 06/24/2016 02:30 PM, Gianluigi wrote: > > How can I clean console by code in rev. 7804? > > Print Chr$(12); - Write Chr(12) - Des

Re: [Gambas-user] Clean new console by code

2016-06-24 Thread Ru Vuott
quot;) Me.Raise End Ven 24/6/16, Lewis Balentine ha scritto: Oggetto: Re: [Gambas-user] Clean new console by code A: "mailing list for gambas users" Data: Venerdì 24 giugno 2016, 22:37 Desktop.SendKeys("clear/n") On 06/24/2016 02:30 PM, Gianluigi wro

Re: [Gambas-user] Clean new console by code

2016-06-24 Thread Lewis Balentine
Desktop.SendKeys("clear/n") On 06/24/2016 02:30 PM, Gianluigi wrote: > How can I clean console by code in rev. 7804? > Print Chr$(12); - Write Chr(12) - Desktop.SendKeys("{[Control_L]l}") do not > work. > > Regards > Gianluigi > -

[Gambas-user] Clean new console by code

2016-06-24 Thread Gianluigi
How can I clean console by code in rev. 7804? Print Chr$(12); - Write Chr(12) - Desktop.SendKeys("{[Control_L]l}") do not work. Regards Gianluigi -- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San F