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
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
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
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
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...
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
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.
>
>
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,
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
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
> 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
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
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
___
--
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
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
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
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
___
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
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
>>
>> ___
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
:-) 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)
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
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.
--
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
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
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
26 matches
Mail list logo