Re: [Gambas-user] CDocumentation.ImplementAndNeed.1138

2016-06-25 Thread Lewis Balentine
http://blog.linuxmint.com/?p=3038#comment-130897 Several errors with Gambas3 version 3.8.4 as installed by Linux Mint 18 Beta Synaptics Package Manager. Note that I am running Gambas3 version 3.8.4 on Linux Mint 17 without these errors. It does load and run but specific projects will not, which

[Gambas-user] CDocumentation.ImplementAndNeed.1138

2016-06-25 Thread Lewis Balentine
I am testing Linux Mint 18 Beta. It comes with Gambas version of 3.8.4 I tried to run my KWPVR program project (which I admit is somewhat dated). I got a strange error in the IDE: "CDocumentation.ImplementAndNeed.1138" At this point I am only trying to determine if this is a Mint 18 or Gambas erro

[Gambas-user] [Gambas Bug Tracker] Bug #956: openSuse gambas bug: gbx3: unable to find startup file

2016-06-25 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.956&from=L21haW4- Tony MOREHEN reported a new bug. Summary --- openSuse gambas bug: gbx3: unable to find startup file Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --

[Gambas-user] About Gambas Farm

2016-06-25 Thread Jesus Guardon
Hi all Recently at the Spanish Forum gambas-es.org, we have had a vibrant debate about the gambas Farm and its features. On behalf of our Community, I'd like to forward some of the questions that deserve some discussion, in our opinion. Questions like "What's the actual purpose of the farm?", "Sh

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
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. Public Sub Button1_Click() ' We hide the Form to assign the focus to the

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