Fails when is running on the debugger, i execute the app, and when it show 250
lines, the console go slow and the app crash with error #11, but only if the
TextArea show the content of the "Content" Variable who has the output of the
process. Thanks.
-
Well, my system is Ubuntu 10.04, the version of gambas is the last release
version on Ubuntu repo (2.19.0-2). I try with the QT version and the GTK+
version, but the fails, i don't notice any bug for the component. This answer
your questions? Please tell me if you need more information. Thanks.
Hello, the question is, when i try to print the output of the process on a
TextArea, i have good results but if the output have more of 255 results, the
app fails.
http://pastebin.com/Gyg4Ehhk
That link have the output of the shell command.
And the code is this
http://pastebin.com/Guw4B9DN
T
Well, thanks for all the answers, i don't have any idea of perl, so i don't
know if i was able to make a app with that languaje. The ssh connect entablish
with out problem, becouse gambas ask me for the password for the login. but
the problem is.. i can't see the process on a TextArea, i think
Hi, i'm trying to make a app for connect to a pc with ssh, i can connect
with the other system, but i don't know how to see all the process on a
TextArea.
PUBLIC conexion AS Process
PUBLIC SUB Button1_Click()
conexion = SHELL "ssh -l javier 192.168.1.92" FOR READ WRITE
END
PUBLIC SUB Button2_