Re: [Gambas-user] Arrays of controls

2011-09-23 Thread Benoît Minisini
Hi Benoit, first, I was not very amused about beeing rejected with my project allthough you had asked for it, I don't know why it prints no reason. This is an automatic mailing-list rule that rejects all mails greater than 256K. There is a limit because there is 800 people on the

Re: [Gambas-user] Arrays of controls

2011-09-23 Thread Dag-Jarle Johansen
Ok, that makes it understandable and has sense. Sorry for that, loose nerves sometimes. I will send you the packages from yesterday, nothing has changed since then. Regards, Dag-Jarle 2011/9/23 Benoît Minisini gam...@users.sourceforge.net Hi Benoit, first, I was not very amused about

Re: [Gambas-user] Gambas3 @ Mint LMDE

2011-09-23 Thread Demosthenes Koptsis
ok, i made a symbolic link to /usr/lib with sudo ln -s /usr/lib/x86_64-linux-gnu/libfreetype.la /usr/lib/libfreetype.la and i compiled successfully the svn. So, what was this? a bug in gb.sdl or a Mint misconfiguration? On Wed, 2011-09-21 at 12:40 +0200, Caveat wrote: make make_result.txt

[Gambas-user] Help with RegExp

2011-09-23 Thread tobias
hi, i have a problem with regular expressions: i'm not very good in using them. i want to determine the comment string in a gambas comment with gb.pcre and been sitting down for 3 hours now, totally frustrated... i thought, i have to search for the first ' apostrophe from the left which isn't

Re: [Gambas-user] Help with RegExp

2011-09-23 Thread Bruce Bruen
On Sat, 2011-09-24 at 00:14 +0200, tobias wrote: hi, i have a problem with regular expressions: i'm not very good in using them. i want to determine the comment string in a gambas comment with gb.pcre and been sitting down for 3 hours now, totally frustrated... i thought, i have to search

Re: [Gambas-user] Help with RegExp

2011-09-23 Thread Benoît Minisini
On Sat, 2011-09-24 at 00:14 +0200, tobias wrote: hi, i have a problem with regular expressions: i'm not very good in using them. i want to determine the comment string in a gambas comment with gb.pcre and been sitting down for 3 hours now, totally frustrated... i thought, i have to

Re: [Gambas-user] Help with RegExp

2011-09-23 Thread Bruce Bruen
On Sat, 2011-09-24 at 01:16 +0200, Benoît Minisini wrote: Otherwise there is a Gambas syntax analyzer in the gb.eval component if you need... What!!!??? You mean all this code I've written to reverse engineer a class into an XMI file already . :-) Oh, wait. The eval stuff only