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

2010-10-05 Thread Lord Quo
Ok, thanks :-) -Mensaje original- De: Benoît Minisini [mailto:gam...@users.sourceforge.net] Enviado el: Martes, 05 de Octubre de 2010 01:05 p.m. Para: mailing list for gambas users Asunto: Re: [Gambas-user] Gambas3 :: Method signature and documentation > Ok, I found

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

2010-10-05 Thread Benoît Minisini
> Ok, I found the error. I have about 30 class files in my project, and > some > of those files were missing the Export keyword. > > Well, another question, I compiled my component, created a new project > and > used the compiled component in the "Libraries" tab in the project > prop

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

2010-10-05 Thread Lord Quo
Enviado el: Lunes, 04 de Octubre de 2010 04:57 p.m. Para: mailing list for gambas users Asunto: Re: [Gambas-user] Gambas3 :: Method signature and documentation > Mmmm, I don't know :-/ > > I'm followed the instructions posted in > http://gambasdoc.org/help/dev

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

2010-10-04 Thread Benoît Minisini
> 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 correspo

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

2010-10-04 Thread Lord Quo
Thanks :-) -Mensaje original- De: Benoît Minisini [mailto:gam...@users.sourceforge.net] 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 tr

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

2010-10-03 Thread Benoît Minisini
> :-) 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 signat

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

2010-09-27 Thread Benoît Minisini
> Ok, don't worry, I think I'll need to wait for the implementation or the > correction :-) > > But the another strange thing is that the method signature (Bug fixed in > revision 3241) doesn’t appears :-( > What do you mean by that? -- Benoît Minisini

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

2010-09-27 Thread Lord Quo
mailto:gam...@users.sourceforge.net] Enviado el: Lunes, 27 de Septiembre de 2010 05:38 p.m. Para: mailing list for gambas users Asunto: Re: [Gambas-user] Gambas3 :: Method signature and documentation > Hi all again. > > > > I developed a component, which I included h

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

2010-09-27 Thread Benoît Minisini
> Hi all again. > > > > I developed a component, which I included him documentation with the double > quotes '': > > > > '' +Description > > '' Initialize a web browser view with the help on a specific symbol. > > '' +Arguments > > '' - #hWebView# is the WebView control to init

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

2010-09-27 Thread Lord Quo
Hi all again. I developed a component, which I included him documentation with the double quotes '': '' +Description '' Initialize a web browser view with the help on a specific symbol. '' +Arguments '' - #hWebView# is the WebView control to initialize. I created the exec