[Gambas-user] Gambas3 :: Method signature and documentation

Lord Quo lord.quo at ...626...
Mon Oct 4 17:21:09 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?

	Thanks  :-)

-----Mensaje original-----
De: Benoît Minisini [mailto:gambas at ...1...] 
Enviado el: Domingo, 03 de Octubre de 2010 10:28 a.m.
Para: mailing list for gambas users
Asunto: Re: [Gambas-user] Gambas3 :: Method signature and documentation

> 	:-)   You put me in troubles because of my little english
> 
> 	I have a class with a method, this method has 8 arguments. Whe I use 
> that method, the mini window that appears says me wath argument I am coding.
> This mini window was corrected in revision 3241 "* BUG: Method 
> signature can be displayed on several lines if needed.". I put this 
> only for reference.
> 
> 	When I use my method on a test form, the mini window with method 
> signature appears correctly, no problem, but...
> 
> 	I compiled my component and make an executable and then I create a 
> new project and I use my compiled class and the project runs 
> correctly, but the mini window doesn't appears when I use any method 
> on any class of my component.
> 

Do you make a true "component" or just an executable that you use as a library?

And ensure that the classes you want to see in the signature are exported. 
Otherwise you won't see them!

Regards,

--
Benoît Minisini

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list