Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Gianluigi
Thanks Gianluigi 2015-06-11 23:24 GMT+02:00 Benoît Minisini : > Le 11/06/2015 22:21, Gianluigi a écrit : > > Have you tried to comment out this? > > ' GridView1[0, 0].Alignment = Align.Right > > ' GridView1[0, 1].Alignment = Align.Right > > ' GridView1[0, 2].Alignment = Align.Right > > See still

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Benoît Minisini
Le 11/06/2015 22:21, Gianluigi a écrit : > Have you tried to comment out this? > ' GridView1[0, 0].Alignment = Align.Right > ' GridView1[0, 1].Alignment = Align.Right > ' GridView1[0, 2].Alignment = Align.Right > See still icons? I not only one with Height = 52 and none with Height = > GridView1.He

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Gianluigi
Have you tried to comment out this? ' GridView1[0, 0].Alignment = Align.Right ' GridView1[0, 1].Alignment = Align.Right ' GridView1[0, 2].Alignment = Align.Right See still icons? I not only one with Height = 52 and none with Height = GridView1.Height Regards Gianluigi 2015-06-11 21:58 GMT+02:00 B

Re: [Gambas-user] Possible bug in GridView

2015-06-11 Thread Benoît Minisini
Le 11/06/2015 21:42, Gianluigi a écrit : > To see the possible bug comment and uncomment the attached test. > > Regards > > Gianluigi > What bug are you talking about??? -- Benoît Minisini -- ___

[Gambas-user] Possible bug in GridView

2015-06-11 Thread Gianluigi
To see the possible bug comment and uncomment the attached test. Regards Gianluigi Test-GridView-0.0.1.tar.gz Description: GNU Zip compressed data -- ___ Gambas-user mailing l

[Gambas-user] Possible bug in GridView .Font property

2013-06-22 Thread Ru Vuott
Hello, I would like to bring to your attention this code: Public Sub Form_Open() With GridView1 .Columns.Count = 2 .Rows.Count = 2 .Columns. W = GridView1.W * 0.5 End With ' 1st case: With GridView1[0, 0] .Font.Size = 20 .Font.Bold = True .Text =