[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

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

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] 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 nor how