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

2008-10-30 Thread Benoit Minisini
On jeudi 30 octobre 2008, Kari Laine wrote: > Hi All, > > still making my homebrew backup-program. Now I have tried to get a simple > thing to work for something like 5 hours. Following is a test routine which > does not work. It's idea is to create directory structure given in variable > SHak insi

Re: [Gambas-user] Regular expressions

2008-10-30 Thread Rob
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 nor how to use such objects. Is there > any documentation/

[Gambas-user] Regular expressions

2008-10-30 Thread Markus Schatten
Hello group members, 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 nor how to use such objects. Is there any documentation/tutorial/example? If not could please som

Re: [Gambas-user] Draw Editor Dosn't Draw Circle AnyMore

2008-10-30 Thread richard terry
On Thu, 30 Oct 2008 10:10:28 pm Benoit Minisini wrote: > On samedi 25 octobre 2008, richard terry wrote: > > On Fri, 24 Oct 2008 10:10:03 am Benoit Minisini wrote: > > > On vendredi 24 octobre 2008, richard terry wrote: > > > > Just noticed my app stopped being able to draw circles, so I checked >

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

2008-10-30 Thread M0E Lnx
You could try defining a integer variable to keep track of your array Here is your code with a slight modification... not tested... but try it PUBLIC SUB Button2_Click() DIM sHak AS String DIM haks AS NEW String[300] DIM hak2 AS String DIM crtdir AS String DIM i as Integer sHak = "/home/kari/ul

[Gambas-user] Please help with directory problem

2008-10-30 Thread Kari Laine
Hi All, still making my homebrew backup-program. Now I have tried to get a simple thing to work for something like 5 hours. Following is a test routine which does not work. It's idea is to create directory structure given in variable SHak inside directory given by variable crtdir. Any ideas why it

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

2008-10-30 Thread M0E Lnx
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, 2008 at 1:03 PM, Benoit Minisini <[E

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

2008-10-30 Thread Benoit Minisini
On jeudi 30 octobre 2008, M0E Lnx wrote: > Right... I understand that.. > But settings System.Language = "ft_FR" will only translate my > application to French if a French translation is available . > correct? > > And there lies my question... I want to list the translations > available for my

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

2008-10-30 Thread M0E Lnx
Right... I understand that.. But settings System.Language = "ft_FR" will only translate my application to French if a French translation is available . correct? And there lies my question... I want to list the translations available for my application... (I have only 3 at the moment, but there

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

2008-10-30 Thread Benoit Minisini
On jeudi 30 octobre 2008, M0E Lnx wrote: > I've got the translations... but what do I do with them? > > If it is all automatic, how can I offer the end user the choice of > languages? > On Unix, the user sets its language with the LANG environmental variable. If you want to do that inside your p

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

2008-10-30 Thread M0E Lnx
I've got the translations... but what do I do with them? If it is all automatic, how can I offer the end user the choice of languages? On Thu, Oct 30, 2008 at 10:59 AM, Benoit Minisini <[EMAIL PROTECTED]> wrote: > On jeudi 30 octobre 2008, M0E Lnx wrote: >> I'm working on this project and I'm o

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

2008-10-30 Thread Benoit Minisini
On jeudi 30 octobre 2008, M0E Lnx wrote: > I'm working on this project and I'm offering translations. > My question now is... where do I put the translations so my program > can get to them? > > Is there a GNU Standard for this anyone knows of? > > And what is the best way of listing the offered tr

[Gambas-user] Shipping translations for my project

2008-10-30 Thread M0E Lnx
I'm working on this project and I'm offering translations. My question now is... where do I put the translations so my program can get to them? Is there a GNU Standard for this anyone knows of? And what is the best way of listing the offered translations withoug having to hard code a list? -

[Gambas-user] Release of Gambas 2.9

2008-10-30 Thread Benoit Minisini
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 be happy. * The IDE creates packages i

Re: [Gambas-user] Draw Editor Dosn't Draw Circle AnyMore

2008-10-30 Thread Benoit Minisini
On samedi 25 octobre 2008, richard terry wrote: > On Fri, 24 Oct 2008 10:10:03 am Benoit Minisini wrote: > > On vendredi 24 octobre 2008, richard terry wrote: > > > Just noticed my app stopped being able to draw circles, so I checked > > > the draw editor and it dosn't either, but the square still