Hi Benoit,
Do you remember a long time ago you changed things so that spacing went from
the ability to do 1 pixel or more to spacing = True.
I find this is the single biggest annoyance of GUI design in gambas, as since
that time one lost easy control of spacing controls within a container as
-Mensaje original-
De: Benoît Minisini
Reply-to: mailing list for gambas users
Para: mailing list for gambas users
Asunto: Re: [Gambas-user] Test Gambas 2.99 Rev 3227
Fecha: Sat, 18 Sep 2010 02:21:30 +0200
> OS: Ubuntu 10.4
> Gnome : 2.30.2
>
> Fmain.border = 0 -->Work, show form w
> OS: Ubuntu 10.4
> Gnome : 2.30.2
>
> Fmain.border = 0 -->Work, show form without borders
> Fmain.border = 1 --> Nothing
> Fmain.border = 2 --> Nothing
>
> Regards.
>
> Cristian Abarzua F
>
??
Border is a boolean property.
--
Benoît Minisini
---
OS: Ubuntu 10.4
Gnome : 2.30.2
Fmain.border = 0 -->Work, show form without borders
Fmain.border = 1 --> Nothing
Fmain.border = 2 --> Nothing
Regards.
Cristian Abarzua F
--
Start uncovering the many advantages of vi
:)... a demain, alors :)
2010/9/17 Fabián Flores Vadell :
> 2010/9/17 Fabien Bodard :
>> Yes the next version seems to promise good thing ... I hope Benoit
>> keeping up to date list of various stated wishes.
>>
>> Gambas already allows for a simplified approach to programming with
>> all its tool
2010/9/17 Fabien Bodard :
> Yes the next version seems to promise good thing ... I hope Benoit
> keeping up to date list of various stated wishes.
>
> Gambas already allows for a simplified approach to programming with
> all its tools. But then these tools will also enable the optimization
> of pro
We have created some new components for Gambas and we've been putting them
into the /usr/local/lib/gambas2 directory with the standard Gambas
components. However, this directory is locked to the root user, so
developers can't install components there.
Is there a way to insta
Bonjour Stephano,
mille mercis,
tanks,
mille gracies,
gracias,
dank schone
2010/9/17 Stefano Palmeri
> Il venerdì 17 settembre 2010 18:59:24 Jean-pierre Lainé ha scritto:
> > Bonjour je suis français, et cherche à contacter des "Gambassiens"
> parlant
> > la langue de Molière, be cause my englis
2010/9/17 Caveat :
> This has given me a headache... we'll see in the next version (?)
Yes the next version seems to promise good thing ... I hope Benoit
keeping up to date list of various stated wishes.
Gambas already allows for a simplified approach to programming with
all its tools. But then t
Z means set of integers...
Jussi
On Fri, Sep 17, 2010 at 09:33, Rolf-Werner Eilert
wrote:
>>>
>>> http://old.nabble.com/Ideas4Gambas-to28782834.html
>>
>
> What does the "Z" stand for?
>
> A = {Z; x > -3; x < 5} =~ {-2,-1,0,1,2,3,4}
>
> Just because I'm interested in the syntax ;-)
>
> Regard
it reminds me, a wish for array in _gambas:
dim aSt as string[] = ["titi", "toto","tata"]
dim adf as string = ["titi", "tata"]
Print aSt.Diff(adf).Join
-->result :
$toto
--
Start uncovering the many advantages of v
This has given me a headache... we'll see in the next version (?)
:-)
On Fri, 2010-09-17 at 18:47 +0200, Rolf Schmidt wrote:
> Hi Fabien Bodard:
>
> > la j'ai mal a la tête maintenant ... on véra ça a la prochiane version
> > ... to have english version ... try google ;)
>
> What google transla
now, I got a headache now
2010/9/17 Rolf Schmidt :
> Hi Fabien Bodard:
>
>> la j'ai mal a la tête maintenant ... on véra ça a la prochiane version
>> ... to have english version ... try google ;)
>
> What google translate makes no sense for me neither in english nor in german!
>
> Rolf
>
> --
Il venerdì 17 settembre 2010 18:59:24 Jean-pierre Lainé ha scritto:
> Bonjour je suis français, et cherche à contacter des "Gambassiens" parlant
> la langue de Molière, be cause my english is very bad !
> Si il existe un lien pour un forum en langue française, je suis preneur.
> Cordialement Jean-P
Colorbutton bug confirmed with Gambas 3 rev 3199, Ubuntu 10.04 64bit.
Only GTK+ is affected.
Jussi
On Fri, Sep 17, 2010 at 17:27, craf wrote:
> -Mensaje original-
> De: craf
> Reply-to: mailing list for gambas users
>
> Para: mailing list for gambas users
> Asunto: Re: [Gambas-user]
Bonjour je suis français, et cherche à contacter des "Gambassiens" parlant
la langue de Molière, be cause my english is very bad !
Si il existe un lien pour un forum en langue française, je suis preneur.
Cordialement Jean-Pierre
--
Hi Fabien Bodard:
> la j'ai mal a la tête maintenant ... on véra ça a la prochiane version
> ... to have english version ... try google ;)
What google translate makes no sense for me neither in english nor in german!
Rolf
signature.asc
Description: This is a digitally signed message part.
Hi, Benoit.
In the attached small project, if you set gb.gtk,
dialog.filter doesn't work as expected.
No problem with gb.qt. Is it a bug?
Gambas 2.20
Qt 3.3.8b
Gtk 2.12.12
Best regards,
Stefano
gac-0.0.4.tar.gz
Description: application/tgz
---
-Mensaje original-
De: craf
Reply-to: mailing list for gambas users
Para: mailing list for gambas users
Asunto: Re: [Gambas-user] Testing Gambas 2.99
Fecha: Fri, 17 Sep 2010 00:15:37 -0400
-Mensaje original-
De: Benoît Minisini
Reply-to: mailing list for gambas users
Para: mai
Fabián Flores Vadell ha scritto:
> I understand encapsulation in reference to OOP in this way:
>
> Encapsulation mean hide state "and" behavior. That implies existence
> of an interface and an implementation separates. But not in reference
> to procedures or functions, but to classes.
I don't see
2010/9/17 Doriano Blengino :
>> You mistakenly thought than I meant that "INTERFACE" and
>> "IMPLEMENTATION" keywords should work as they do in Pascal. But I'm
>> don't saying that. Nothing about that there's in the example I wrote.
>>
>> There's no need to double typing.
>>
> Sorry for insisting,
la j'ai mal a la tête maintenant ... on véra ça a la prochiane version
... to have english version ... try google ;)
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify applicatio
2010/9/17 Doriano Blengino :
> Fabián Flores Vadell ha scritto:
>> 2010/9/16 Doriano Blengino :
>>
>> Ok. Now I can understand you.
>>
>> You mistakenly thought than I meant that "INTERFACE" and
>> "IMPLEMENTATION" keywords should work as they do in Pascal. But I'm
>> don't saying that. Nothing abo
2010/9/16 Benoît Minisini :
> I agree with the word "method," but "public" and "private" comes from the OOP
> world too.
I don' think so. Seems to me that PUBLIC and PRIVATE comes from the
implementation of OOP in languages that want keep back compatibility.
Anyway, the problem is that these two k
2010/9/17 Rolf-Werner Eilert :
> I think this could lead to misunderstanding if you keep the BASIC
> concept of "free" indention:
>
>> But if you want less keywords, you can do:
>>
>> PUBLIC '(a.k.a. Interface)
>> Age AS Byte
>>
>> setAge(Value AS Byte)
>> IF Value>= MinAge AND Value<= M
> Am 17.09.2010 11:59, schrieb Benoît Minisini:
> >> But if you really want to get rid of something useless, why not change
> >> SELECT CASE into SELECT? I don't know the history of this keyword, but
> >> it smells like it was planned to allow for further combinations.
> >> However, nobody ever imp
Am 17.09.2010 11:59, schrieb Benoît Minisini:
>>
>> But if you really want to get rid of something useless, why not change
>> SELECT CASE into SELECT? I don't know the history of this keyword, but
>> it smells like it was planned to allow for further combinations.
>> However, nobody ever implemente
Am 17.09.2010 11:55, schrieb Benoît Minisini:
>> Is there a shortcut to jump to a function/procedure by the name the
>> cursor is placed on? Just an example:
>>
>> You see
>>
>> myString = thisOddLittleBeast(anything)
>>
>> and wonder what you coded in the function and where it is - so you place
>>
>
> But if you really want to get rid of something useless, why not change
> SELECT CASE into SELECT? I don't know the history of this keyword, but
> it smells like it was planned to allow for further combinations.
> However, nobody ever implemented them, and it stayed as it was. If we
> don't rev
> Is there a shortcut to jump to a function/procedure by the name the
> cursor is placed on? Just an example:
>
> You see
>
> myString = thisOddLittleBeast(anything)
>
> and wonder what you coded in the function and where it is - so you place
> the cursor somewhere into thisOddLittleBeast and pr
Fabián Flores Vadell ha scritto:
> 2010/9/16 Doriano Blengino:
>
>> Ok, I will argue about it. From what I understand, the paradigm you
>> describe looks similar to pascal (and C++): an interface section
>> declares all the public symbols, which will be detailed (implemented)
>> later. So every
Is there a shortcut to jump to a function/procedure by the name the
cursor is placed on? Just an example:
You see
myString = thisOddLittleBeast(anything)
and wonder what you coded in the function and where it is - so you place
the cursor somewhere into thisOddLittleBeast and press the magic ke
32 matches
Mail list logo