[Gambas-user] Code snippets category in the wiki

2012-01-01 Thread Sebastian Kulesz
Hi!! I would like to know what do you think about a Code Snippets category being added to the wiki. It would be a place to share common pieces of code that tend to be used (and coded from scratch) a lot. -- Ridiculously e

Re: [Gambas-user] Creating an Ubuntu Source Package for uploading to a PPA

2012-01-01 Thread John Spikowski
On Mon, 2012-01-02 at 02:10 -0300, Sebastian Kulesz wrote: > I would like to know what you think of this proposal. is it to hard? > would it take too much time (Gambas 4 feature)? I'm open to any > comments, please. If I created a Gambas 3 application and wanted to distribute it to my customers t

[Gambas-user] Creating an Ubuntu Source Package for uploading to a PPA

2012-01-01 Thread Sebastian Kulesz
With the recent release of Gambas 3 as a stable IDE, I wanted to release a Beta version of a software i'm developing, and test the Launchpad PPA release system for future releases. I'm very familiar with Arch Linux system (the OS I currently use), and I know that uploading a package to the AUR (htt

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

2012-01-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 182 by sebi...@gmail.com: Rmdir should have an error code to report the deletion of a folder with content http://code.google.com/p/gambas/issues/detail?id=182 If you exec

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

2012-01-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 181 by jussi.la...@gmail.com: Crash with certain menu caption. http://code.google.com/p/gambas/issues/detail?id=181 1) Describe the problem. Crash with certain menu captio

Re: [Gambas-user] Issue 180 in gambas: Process_Read event receives extra newline characters.

2012-01-01 Thread Jussi Lahtinen
Sorry my bad, code is from old project and it has worked well as long as I changed "<" to "<="!? Don't know why... Jussi On Sun, Jan 1, 2012 at 18:51, wrote: > Updates: >Status: Invalid >Labels: -Version Version-TRUNK > > Comment #1 on issue 180 by benoit.m...@gmail.com: Proc

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2012-01-01 Thread gambas
Updates: Labels: -Priority-Medium Priority-Low Comment #9 on issue 172 by benoit.m...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 179 in gambas: Download source for 3.0 tar.gz doesn't include ./configure

2012-01-01 Thread gambas
Updates: Status: Accepted Labels: -Version -Priority-Medium Version-TRUNK Priority-Low Comment #1 on issue 179 by benoit.m...@gmail.com: Download source for 3.0 tar.gz doesn't include ./configure http://code.google.com/p/gambas/issues/detail?id=179 For some reasons, the generate

Re: [Gambas-user] Shared Memory usefull?

2012-01-01 Thread Jussi Lahtinen
Example component gb.xml is written with C, maybe you can use it as example (/trunk/gb.xml/src) . Jussi On Sun, Jan 1, 2012 at 17:27, J_Mischk3 wrote: > > I think, that could be a nice component for Gambas, so we can use it for > quasi threading some programms. ( I see no multithreadingfeatu

Re: [Gambas-user] Issue 180 in gambas: Process_Read event receives extra newline characters.

2012-01-01 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 180 by benoit.m...@gmail.com: Process_Read event receives extra newline characters. http://code.google.com/p/gambas/issues/detail?id=180 Maybe you should write your program correctly? Put a debug line a

[Gambas-user] Shared Memory usefull?

2012-01-01 Thread J_Mischk3
I think, that could be a nice component for Gambas, so we can use it for quasi threading some programms. ( I see no multithreadingfeatures in gambas ) Now I want to make a new component, but the example in the documentation ( part Main-files and so on ) are simply blank. Where can I see, how to

[Gambas-user] Issue 180 in gambas: Process_Read event receives extra newline characters.

2012-01-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 180 by jussi.la...@gmail.com: Process_Read event receives extra newline characters. http://code.google.com/p/gambas/issues/detail?id=180 1) Describe the problem. Process

Re: [Gambas-user] Question about REPLACE$

2012-01-01 Thread Fabien Bodard
2012/1/1 nando : > Question: Code piece > >  dim i as integer >  dim s as string > >  i = 12345 >  s = "the number is " > >  Replace$( s , "", STR$(i) , gb.case) >  Replace$( s , "", STR$(i) , gb.case) > > > The first Replace will do the substitution > The second Replace will not do the substitutio