Re: [Gambas-user] Enumerate an Array Control

2010-10-06 Thread Lord Quo
I think is something like: Dim $item As ListViewItem For Each $item in lvwScanDirs Print $item.Text Next -Mensaje original- De: user [mailto:demosthen...@gmail.com] Enviado el: Miércoles, 06 de Octubre de 2010 11:14 a.m. Para: Gambas User List Asunto: [Gambas-user] Enume

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 the e

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

2010-10-05 Thread Lord Quo
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 properties and

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

2010-10-04 Thread Lord Quo
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

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

2010-09-27 Thread Lord Quo
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 :-( Regards. -Mensaje original- De: Benoît Minisini [mailto:gam...

[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

Re: [Gambas-user] Compiling gambas3

2010-09-24 Thread Lord Quo
users Asunto: Re: [Gambas-user] Compiling gambas3 On 24/09/10 23:25, Lord Quo wrote: > If I download the last revision of gambas3 and I compile and install > it, I need to uninstall previous version or it is overwrited? > > My previous version is gambas3 too. > >

[Gambas-user] Compiling gambas3

2010-09-24 Thread Lord Quo
If I download the last revision of gambas3 and I compile and install it, I need to uninstall previous version or it is overwrited? My previous version is gambas3 too. Regards. -Mensaje original- De: Fabien Bodard [mailto:gambas...@gmail.com] Enviado el: Viernes,

Re: [Gambas-user] Ubuntu 9.04 - I have error while compiling gambas3

2010-09-15 Thread Lord Quo
Sorry for my late answer. Thanks Benoit, now I can compile gambas3. :-) -- From: "Benoît Minisini" Sent: Thursday, September 09, 2010 5:59 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] Ubuntu 9.04 - I have error while c

Re: [Gambas-user] An easy way to document a Gambas program?

2010-09-14 Thread Lord Quo
Thanks! With this example is more clear to me. :-) -- From: "Fabien Bodard" Sent: Tuesday, September 14, 2010 12:29 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] An easy way to document a Gambas program? > normally it

Re: [Gambas-user] An easy way to document a Gambas program?

2010-09-14 Thread Lord Quo
> this is valid only in gb3 (and is not perfect) > > Maybe we need to add an export function This tool have been done > to remember the work done in the project. > What is this variable for ? or this class ? > > 2010/9/14 Lord Quo : >>Mmmm, the program, something

Re: [Gambas-user] An easy way to document a Gambas program?

2010-09-14 Thread Lord Quo
ptember 14, 2010 12:54 AM To: "mailing list for gambas users" Subject: Re: [Gambas-user] An easy way to document a Gambas program? > to document the code or the program itself ? > > 2010/9/14 Lord Quo : >>Hi, again me :-) >> >>Is there an easy way

[Gambas-user] An easy way to document a Gambas program?

2010-09-13 Thread Lord Quo
Hi, again me :-) Is there an easy way to document a Gambas program? Most are classes and modules. Thanks ___ Lic. Daniel Quintero Rojas http://www.dquinter.com.mx ___ --

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
Ok, in the words of Pistachon (child mexican character): "understood and annotated" Regards. -- From: "Fabien Bodard" Sent: Monday, September 13, 2010 2:55 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] Dim :: Another n

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
Thanks. -- From: "Werner" Sent: Monday, September 13, 2010 2:12 PM To: Subject: Re: [Gambas-user] Dim :: Another newbie question > On 14/09/10 02:46, tobias wrote: >> hi, >> >> >>> Hi again, >>> >>> Local variables are declared with Di

Re: [Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
I tried and its correct, the Dim declaration must be declared at top of the procedure. Thanks all. -- From: "tobias" Sent: Monday, September 13, 2010 1:46 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] Dim :: Another ne

[Gambas-user] Dim :: Another newbie question

2010-09-13 Thread Lord Quo
Hi again, Local variables are declared with Dim, but, they need to be declared at top of the Sub procedure? Thanks ___ Lic. Daniel Quintero Rojas http://www.dquinter.com.mx ___

Re: [Gambas-user] Reserved words

2010-09-13 Thread Lord Quo
Ahhh, ok, thanks :-) -- From: "Werner" Sent: Monday, September 13, 2010 12:11 PM To: Subject: Re: [Gambas-user] Reserved words > On 14/09/10 00:47, Lord Quo wrote: >> Hi all, >> >> is there a lo

Re: [Gambas-user] Reserved words

2010-09-13 Thread Lord Quo
words > in the doc ? > > http://gambasdoc.org > > 2010/9/13 Lord Quo : >>Hi all, >> >>is there a location where I can view all the Gambas reserved words? >> >>Thanks >> >> ___

[Gambas-user] Reserved words

2010-09-13 Thread Lord Quo
Hi all, is there a location where I can view all the Gambas reserved words? Thanks ___ Lic. Daniel Quintero Rojas http://www.dquinter.com.mx ___ -- Start u

Re: [Gambas-user] Question about collections and inheritance

2010-08-30 Thread Lord Quo
:-) It's correct. Many thanks. -- From: "Fabien Bodard" Sent: Saturday, August 28, 2010 4:46 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] Question about collections and inheritance > public function _Get(id as string)

Re: [Gambas-user] Question about collections and inheritance

2010-08-30 Thread Lord Quo
Excellent! Thans :-) -- From: "Benoît Minisini" Sent: Saturday, August 28, 2010 4:36 PM To: "mailing list for gambas users" Subject: Re: [Gambas-user] Question about collections and inheritance >>Hi all. >> >>I'm trying to code a

Re: [Gambas-user] 'Public Enum' Question

2010-08-24 Thread Lord Quo
Thanks! :-) -- From: "FrançoisGallo" Sent: Tuesday, August 24, 2010 10:49 AM To: "mailing list for gambas users" Subject: Re: [Gambas-user] 'Public Enum' Question > Yes you can by enclosing your variable name within { } . > > François. --

Re: [Gambas-user] 'Public Enum' Question

2010-08-24 Thread Lord Quo
Ok, ok, I discovered the answer. I need to put my variable between braces: Public Enum Automatic, {Left}, Center, {Right}, Fill, Justify, CenterAcrossSelection, Distributed, JustifyDistributed Thanks a lot. From: Lord Quo Sent: Tuesday, August 24, 2010 10:42 AM To: Gambas-user

Re: [Gambas-user] 'Public Enum' Question

2010-08-24 Thread Lord Quo
other form? In VB.NET I remember that the solution is use [Left] and [Right] Thanks. From: Lord Quo Sent: Monday, August 23, 2010 7:17 PM To: Gambas-user@lists.sourceforge.net Subject: 'Public Enum' Question Hi all, I have a Public Enum declaration, but I need (or want) to use a

[Gambas-user] 'Public Enum' Question

2010-08-23 Thread Lord Quo
Hi all, I have a Public Enum declaration, but I need (or want) to use a constants named Left and Right: Public Enum StyleHorizontalAlignment Automatic, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed, JustifyDistributed But when I compile the project, Gambas give me an er