Re: Issue with vcl Text Control

2012-03-26 Thread Andrew Higginson
Hi, On 26/03/12 15:38, Caolán McNamara wrote: > On Wed, 2012-03-14 at 09:08 +, Andrew Higginson wrote: >> Strangely, underneath this MultiLineEdit, there is now the same text as >> in the MultiLineEdit - like some 'ghost' text (you can see this here >> http://i.imgur.com/oAArn.png) > > Can yo

Re: Issue with vcl Text Control

2012-03-26 Thread Caolán McNamara
On Wed, 2012-03-14 at 09:08 +, Andrew Higginson wrote: > Strangely, underneath this MultiLineEdit, there is now the same text as > in the MultiLineEdit - like some 'ghost' text (you can see this here > http://i.imgur.com/oAArn.png) Can you attach the code you've got that creates the effect ?

Re: Issue with vcl Text Control

2012-03-14 Thread Andrew Higginson
Hi, >> So basically my question is, is there a way to wrap text on a FixedText, >> or make the background on a MultiLineEdit transparent (or is there a >> better text control I can use?) > Use SetPaintTransparent( sal_True ); > If I remember correctly :) Okay so that worked but now I have anothe

RE: Issue with vcl Text Control

2012-03-12 Thread Dézsi Szabolcs
> So basically my question is, is there a way to wrap text on a FixedText, > or make the background on a MultiLinEdit transparent (or is there a > better text control I can use?) > Hi! Use SetPaintTransparent( sal_True ); If I remember correctly :) Szabolcs