Re: [Gambas-user] Inconsistent initialization in controls: seems a little bug

2010-09-01 Thread Fabián Flores Vadell
2010/9/1 Benoît Minisini : > I'm inclined to prefer the gb.gtk behaviour than the gb.qt one, aren't you? Uhm... when a label is drawed on a form by double clicking on its icon in the toolbox, the label appears on X=0 Y=0, its Text property is set to "LabelX" and its Width adjusts to Text property.

[Gambas-user] Your energy

2010-09-01 Thread Dag Jarle Johansen
Hola, Benoit. this is no mail because of things not happening - this is a mail of admiretance, I was a little silent in the last months, because I have to write some stuff in PHP. Facebook-stuff MS I hate it, but that is money. Plenty. I really even have to do it, but I see it as a challenge - old

Re: [Gambas-user] TableView issue

2010-09-01 Thread Benoît Minisini
> > > Benoit, > > > > > > I just updated to the 2.21 version, revision 3173. > > > Checking with the previously attached file gives the same behavior :-( > > > > > > Did I do something wrong with the update or the bug survived ? > > > > > > Robi > > > > Are you sure that you recompile things co

Re: [Gambas-user] TableView issue

2010-09-01 Thread Benoît Minisini
> > Benoit, > > > > I just updated to the 2.21 version, revision 3173. > > Checking with the previously attached file gives the same behavior :-( > > > > Did I do something wrong with the update or the bug survived ? > > > > Robi > > Are you sure that you recompile things correctly? I have test

Re: [Gambas-user] TableView issue

2010-09-01 Thread Benoît Minisini
> Benoit, > > I just updated to the 2.21 version, revision 3173. > Checking with the previously attached file gives the same behavior :-( > > Did I do something wrong with the update or the bug survived ? > > Robi > Are you sure that you recompile things correctly? I have tested with the exam

Re: [Gambas-user] Inconsistent initialization in controls: seems a little bug

2010-09-01 Thread Benoît Minisini
> I tested this only for control Label: > > When a control label is created in execution time using gb.qt, then > control become visible just after assign a value at the Text property: > > PUBLIC SUB _New() > > DIM lbl1 AS NEW Label(ME) > > lbl1.Text = "Hi people" > > END > > But

[Gambas-user] Inconsistent initialization in controls: seems a little bug

2010-09-01 Thread Fabián Flores Vadell
I tested this only for control Label: When a control label is created in execution time using gb.qt, then control become visible just after assign a value at the Text property: PUBLIC SUB _New() DIM lbl1 AS NEW Label(ME) lbl1.Text = "Hi people" END But if you write the same code i

Re: [Gambas-user] TableView issue

2010-09-01 Thread JUHASZ Robert
Benoit, I just updated to the 2.21 version, revision 3173. Checking with the previously attached file gives the same behavior :-( Did I do something wrong with the update or the bug survived ? Robi -Original Message- From: Benoît Minisini Reply-to: mailing list for gambas users To: ma