Re: [Gambas-user] "The program received an X Window System error"... and more problems

2014-06-17 Thread Ru Vuott
Thank you for your answers, Benoît. bye vuott Mar 17/6/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] "The program received an X Window System error"... and more problems A: "mailing list for gambas users" Dat

Re: [Gambas-user] "The program received an X Window System error"... and more problems

2014-06-16 Thread Benoît Minisini
Le 17/06/2014 01:27, Ru Vuott a écrit : > Hello, > > well, I have this code to run a extern program from a Terminal: > > > Public Sub Button1_Click() > > ' Opens the Terminal: > Desktop.OpenTerminal > > End > > > Public Sub Button2_Click() > > Dim c As

[Gambas-user] "The program received an X Window System error"... and more problems

2014-06-16 Thread Ru Vuott
Hello, well, I have this code to run a extern program from a Terminal: Public Sub Button1_Click() ' Opens the Terminal: Desktop.OpenTerminal End Public Sub Button2_Click() Dim c As Integer[] ' Finds the ID of Terminal