Re: [Gambas-user] qt4 gridview anormal behaviour with column's width = 0

2010-09-06 Thread Ricardo Díaz Martín
Thanks Benoit. It works fine now. Regards, Ricardo Díaz 2010/9/6 Benoît Minisini > > Hi, > > > > I usually use the firsts columns in a gridview to put into some relevant > > information (f.e. the Id key field of the records). Because of this, > after > > the grid is filled, I set to "no visible

Re: [Gambas-user] qt4 gridview anormal behaviour with column's width = 0

2010-09-06 Thread Benoît Minisini
> Hi, > > I usually use the firsts columns in a gridview to put into some relevant > information (f.e. the Id key field of the records). Because of this, after > the grid is filled, I set to "no visible" the first, the second or others > columns by set their width to 0. > > In gambas2 with qt the

[Gambas-user] qt4 gridview anormal behaviour with column's width = 0

2010-09-06 Thread Ricardo Díaz Martín
Hi, I usually use the firsts columns in a gridview to put into some relevant information (f.e. the Id key field of the records). Because of this, after the grid is filled, I set to "no visible" the first, the second or others columns by set their width to 0. In gambas2 with qt there's no problem