Re: [Gambas-user] gridview row heights when cell is wrapped

2013-05-01 Thread Bruce
On Wed, 2013-05-01 at 13:44 +0200, Benoît Minisini wrote: > Le 01/05/2013 13:10, Benoît Minisini a écrit : > > Le 01/05/2013 08:05, Bruce a écrit : > >> On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: > >> \ > >>> > >>> Mmm, strange... Can you make a little project that reproduces the bug

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-05-01 Thread Benoît Minisini
Le 01/05/2013 13:10, Benoît Minisini a écrit : > Le 01/05/2013 08:05, Bruce a écrit : >> On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: >> \ >>> >>> Mmm, strange... Can you make a little project that reproduces the bug >>> for me? >>> >> [Repost: I don't know whether the reproduction pro

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-05-01 Thread Benoît Minisini
Le 01/05/2013 08:05, Bruce a écrit : > On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: > \ >> >> Mmm, strange... Can you make a little project that reproduces the bug >> for me? >> > [Repost: I don't know whether the reproduction project actually made > it?] > B > The problem comes from

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-04-30 Thread Bruce
On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: \ > > Mmm, strange... Can you make a little project that reproduces the bug > for me? > [Repost: I don't know whether the reproduction project actually made it?] B demo_gvwheightissue-0.0.1.tar.gz Description: application/compressed-tar

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-04-30 Thread Fabien Bodard
are you sure you not have multiple endline in your string ? can you try with replace("your string", "\n","") ? 2013/4/29 Benoît Minisini > Le 29/04/2013 05:41, Bruce a écrit : > > I thought this was solved a long time ago? > > > >gvwinfo[6, 0].Text = "Description" > >gvwinfo[6, 0].A

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-04-29 Thread Benoît Minisini
Le 29/04/2013 05:41, Bruce a écrit : > I thought this was solved a long time ago? > >gvwinfo[6, 0].Text = "Description" >gvwinfo[6, 0].Alignment = Align.TopLeft >gvwinfo[6, 1].WordWrap = True >gvwinfo[6, 1].RichText = UnQuote($libinfo.Description) >gvwinfo[6, 1].Alignment =Align

[Gambas-user] gridview row heights when cell is wrapped

2013-04-28 Thread Bruce
I thought this was solved a long time ago? gvwinfo[6, 0].Text = "Description" gvwinfo[6, 0].Alignment = Align.TopLeft gvwinfo[6, 1].WordWrap = True gvwinfo[6, 1].RichText = UnQuote($libinfo.Description) gvwinfo[6, 1].Alignment =Align.TopLeft gvwinfo.Rows[6].Height = -1 The last line r