[Gambas-user] Subsetting a collection clipboarding

2010-10-31 Thread Bruce Bruen
Hi folks, I have a class A that has as one of its' properties ,b, a collection of objects (of type C). I wish to a) provide a (READ) property in A that returns a subset of the collection (b') based on a parameter (relating to a known property of C, say something like DaysAgo is less than 45

Re: [Gambas-user] Subsetting a collection clipboarding

2010-10-31 Thread Werner
On 31/10/10 16:42, Bruce Bruen wrote: Hi folks, I have a class A that has as one of its' properties ,b, a collection of objects (of type C). I wish to a) provide a (READ) property in A that returns a subset of the collection (b') based on a parameter (relating to a known property of C,

Re: [Gambas-user] Under construction or bug?

2010-10-31 Thread Benoît Minisini
Help line feature seems not to work correctly with recent revision. If I type: Dim test as someclass test.somevariabl... I always get No help found. Gambas 3 rev 3265 @Ubuntu 10.04 64bit Jussi Can you make a little project example for me that shows what the problem is? -- Benoît

Re: [Gambas-user] Huge executable.

2010-10-31 Thread Benoît Minisini
I think we will forbid to save the executable in the project directory ... can i do that myself Benoit ? That's not the solution. You should be able to put the executable anywhere. Of course, putting it inside a project data directory is useless. But you should be able to put it inside

Re: [Gambas-user] Huge executable.

2010-10-31 Thread Benoît Minisini
I think we will forbid to save the executable in the project directory ... can i do that myself Benoit ? That's not the solution. You should be able to put the executable anywhere. Of course, putting it inside a project data directory is useless. But you should be able to put it