Re: [Gambas-user] Create source packages for SVN

2008-10-31 Thread David Villalobos Cambronero
Sure, I know, the .svn directories are not destroyed, but can we add the option to the IDE or it is not a good idea? Saludos -- David - Original Message From: Benoit Minisini <[EMAIL PROTECTED]> To: mailing list for gambas users Sent: Friday, October 31, 2008 5:58:16 PM Subject: R

Re: [Gambas-user] Create source packages for SVN

2008-10-31 Thread Benoit Minisini
On samedi 01 novembre 2008, David Villalobos Cambronero wrote: > Hi Benoit and All, > > I have been working on a application on a SVN server provided by Google > Code. This is my problem: > > I download the last version of my project, make a tar.gz with Mandriva, I > get home and start working on i

[Gambas-user] Create source packages for SVN

2008-10-31 Thread David Villalobos Cambronero
Hi Benoit and All, I have been working on a application on a SVN server provided by Google Code. This is my problem: I download the last version of my project, make a tar.gz with Mandriva, I get home and start working on it, then I create a source package (tar.gz) to take it to my office and t

Re: [Gambas-user] Shipping translations for my project

2008-10-31 Thread Benoit Minisini
On vendredi 31 octobre 2008, M0E Lnx wrote: > The code I'm using now is somewhat similar, except, I'm using a > columnview, and storing the LANGUAGE CODE as the key for each entry > and the LANGUAGE NAME as the .text property for each entry. I foud > it's easier to do it this way than it is to keep

Re: [Gambas-user] Regular expressions

2008-10-31 Thread Markus Schatten
On Friday 31 October 2008 22:40:03 Rob wrote: > function FindAll(subj as string, pattern as string) as String[] > dim re as Regexp > dim matches as new String[] > re = new Regexp(subj, pattern) > do while re.offset >= 0 and subj <> "" > matches.push(r

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Kari Laine
On Fri, Oct 31, 2008 at 11:52 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > On Fri, Oct 31, 2008 at 2:57 PM, Benoit Minisini < > [EMAIL PROTECTED]> wrote: > >> On vendredi 31 octobre 2008, Kari Laine wrote: >> > Thanks Benoit ! >> >> I often forget the WAIT keyword after a SHELL or EXEC command, so

Re: [Gambas-user] Regular expressions

2008-10-31 Thread Rob
On Friday 31 October 2008 12:09, Markus Schatten wrote: > Thanks a lot for the links, they were very helpfull. Is there a way to > use a regex for looping through all matches? Something like scan() > in a for each loop or findall in python-re? I was able to figure out > that the Text property h

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Kari Laine
On Fri, Oct 31, 2008 at 2:57 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On vendredi 31 octobre 2008, Kari Laine wrote: > > Thanks Benoit ! > > I often forget the WAIT keyword after a SHELL or EXEC command, so now I > think > this syntax was not a really good idea. > > I should have used the

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Doriano Blengino
Benoit Minisini ha scritto: > On vendredi 31 octobre 2008, Kari Laine wrote: > >> Thanks Benoit ! >> > > I often forget the WAIT keyword after a SHELL or EXEC command, so now I think > this syntax was not a really good idea. > > I should have used the opposite syntax, i.e. a keyword like

Re: [Gambas-user] Regular expressions

2008-10-31 Thread Markus Schatten
On Thursday 30 October 2008 23:32:09 Rob wrote: > On Thursday 30 October 2008 17:59, Markus Schatten wrote: > > I'm a newbee to Gambas and I have a little problem. I would like to use > > the pcre Regexp class, but I seem not to be able to find any examples of > > how to instantiate a new object no

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Benoit Minisini
On vendredi 31 octobre 2008, Kari Laine wrote: > Thanks Benoit ! I often forget the WAIT keyword after a SHELL or EXEC command, so now I think this syntax was not a really good idea. I should have used the opposite syntax, i.e. a keyword like "BACKGROUND" or "DO NOT WAIT"! -- Benoit Minisini

Re: [Gambas-user] Shipping translations for my project

2008-10-31 Thread M0E Lnx
The code I'm using now is somewhat similar, except, I'm using a columnview, and storing the LANGUAGE CODE as the key for each entry and the LANGUAGE NAME as the .text property for each entry. I foud it's easier to do it this way than it is to keep up with 2 arrays of the same thing, I just use what

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Kari Laine
Thanks Benoit ! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event

Re: [Gambas-user] Shipping translations for my project

2008-10-31 Thread Benoit Minisini
On jeudi 30 octobre 2008, M0E Lnx wrote: > And that's what I'm doing at the moment. > But that only works when the application is ran inside the IDE > > if I run it outside the IDE, then it doesn't list the languages not > even when ran from the same directory that contains .lang > > suggestions? >

Re: [Gambas-user] Shipping translations for my project

2008-10-31 Thread Ron
M0E Lnx schreef: > And that's what I'm doing at the moment. > But that only works when the application is ran inside the IDE > > if I run it outside the IDE, then it doesn't list the languages not > even when ran from the same directory that contains .lang > > suggestions? > > > On Thu, Oct 30, 200

Re: [Gambas-user] Please help with directory problem

2008-10-31 Thread Doriano Blengino
Benoit Minisini ha scritto: > On jeudi 30 octobre 2008, Kari Laine wrote: > >> >> crtdir = crtdir &/ hak2 >> PRINT crtdir >> SHELL "mkdir " & crtdir >> > . >/|\ > | > WAIT ?

Re: [Gambas-user] Release of Gambas 2.9

2008-10-31 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > Hi, > > Finally, two months after the release of Gambas 2.8, here is a new version. > > The main changes are: > > * The code editor can now use any font. Consequently, you will be able to use > chinese and other non western languages in your code, and Liang Wei should

[Gambas-user] Word Wrap in GridView or TableView

2008-10-31 Thread Rolf-Werner Eilert
Hi, The Re. says it all: Is there an automatic word-wrapping (line wrap) in GridView or TableView? Or could this be done by code (inserting LF for instance)? If so, the line height for that cell should be increased properly, could one find the necessary data, and does this work? Thanks for yo