Re: [Gambas-user] Issue 182 in gambas: Rmdir should have an error code to report the deletion of a folder with content

2012-01-08 Thread Ph.sf
gam...@googlecode.com escreveu: Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 182 by benoit.m...@gmail.com: Rmdir should have an error code to report the deletion of a folder with content

Re: [Gambas-user] Running programs from terminal and by double clicking.

2012-01-08 Thread Jussi Lahtinen
Example: hProcess = Exec [echo, hello?] For Input As Process In this case child process used to sent hello?\n to parent process, now it will send hello?\r\n. If you do this: $ echo hello? test.txt And open test.txt in hexeditor, you will see that only \n is really send to output. So, \r is

Re: [Gambas-user] Issue 181 in gambas: Crash with certain menu caption.

2012-01-08 Thread gambas
Comment #2 on issue 181 by jussi.la...@gmail.com: Crash with certain menu caption. http://code.google.com/p/gambas/issues/detail?id=181 I ran: valgrind --log-file=$HOME/Desktop/valgrind-memcheck.log --tool=memcheck --num-callers=50 gbx3 And I couldn't reproduce the crash with valgrind, but

Re: [Gambas-user] Issue 185 in gambas: Editing a line changes font spacing

2012-01-08 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 185 by benoit.m...@gmail.com: Editing a line changes font spacing http://code.google.com/p/gambas/issues/detail?id=185 I need the project source file that has this problem, and the font you use.