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
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
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
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
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
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
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