Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Jussi Lahtinen
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 pa...@lanzate.com wrote: Hello, the question is, when i try to print the output of the process on a

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Pablo Ontivero
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.

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Jussi Lahtinen
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 pa...@lanzate.com wrote: Well, my system is Ubuntu 10.04, the version of gambas is the last release version on Ubuntu repo

Re: [Gambas-user] Process output to TextArea Fail

2010-06-30 Thread Pablo Ontivero
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.

[Gambas-user] Process output to TextArea Fail

2010-06-29 Thread Pablo Ontivero
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