But it works if it is not on debugger?
What debugger you use?
I tried your code with Gambas 2.20, and I couldn't reproduce the problem.
Although, I changed line:
conexion = SHELL "ssh -l root 10.144.32.51" FOR READ WRITE
for test purpose to:
conexion = SHELL "ls -R" FOR READ WRITE
Please try to i
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.
-
You wrote app fails, how? In what way?
There is more than 255 instances on that list, but not on textarea?
Crash?
Jussi
On Wed, Jun 30, 2010 at 20:41, Pablo Ontivero wrote:
> 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 w
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.
Please elaborate.
You have noticed bug in textarea component?
What is your gambas version and operating system?
Are you using GTK+ or Qt?
Jussi
On Tue, Jun 29, 2010 at 23:35, Pablo Ontivero wrote:
> Hello, the question is, when i try to print the output of the process on a
> TextArea, i have g
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