[Gambas-user] Gambas3 :: Method signature and documentation
Benoît Minisini
gambas at ...1...
Mon Oct 4 23:56:55 CEST 2010
> Mmmm, I don't know :-/
>
> I'm followed the instructions posted in
> http://gambasdoc.org/help/dev/gambas "How To Program Components In
> Gambas", but there are things that are obsolete in gambas3, like "You can
> install the component in your home directory by checking the corresponding
> option in the 'Make executable' dialog.". This option doesn't appears.
>
> As you said, I make an executable and I use it as library.
>
> And yes, I exported my classes.
>
> How can I make sure that I really make a true component?
>
Simple: if you check something in the "components" tab of the project property
dialog, then this is a component. Otherwise, if you add a project in the list
of the "libraries" tab, then it is a library.
A library is just another gambas project used like a component. Technically,
at runtime, there is no difference between a library and a component entirely
written in Gambas.
The IDE extracts the class and symbol information from the library *.gambas
file, and so can display automatic completion and signature for all exported
symbols of the library project.
So send me your *.gambas library file and a little project that uses it, and
then tell me what signature you expect to be displayed.
Regards,
--
Benoît Minisini
More information about the User
mailing list