[Gambas-user] More on properties ...

Benoit Minisini gambas at ...1...
Tue May 1 16:42:25 CEST 2007


On mardi 1 mai 2007, Fabien Bodard wrote:
> hargg did you want to share this piece of code ?.... i will reduce my time
> on coding a lot :)
>
> Fabien
>
> PS: it remember me the multiple component on vb too
>
> About this ... Benoit ?,
> is there a way to store a private component in other place than the gb
> compiler place . 
> I mean in the user space. Does the ide will manage it. 

If your project is a component, when you make the executable, you have a 
check-box in the dialog box to install the component in the user home 
directory. Check it for installing the component, uncheck it for removing it.

> Have you thinked about the components namespace ?  (i know the problem of
> classe inheritance but at term it will be some confict on class names)

All exported symbols of a component and all exported symbols of the project 
share the same namespace. 

A conflict, i.e. the same class name in two components , or in a component and 
in the project makes the last loaded class inherits and override the first 
one.

To Gareth:

If you want to put your component in the Gambas source code, tell me. I will 
check first that all exported symbols are named correctly, and that I like 
the interface of the component :-)

Regards,

-- 
Benoit Minisini




More information about the User mailing list