> > > 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
> > 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 in
> 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?
--
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 pr
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 th