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
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 ?
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
> 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
Hi,
In the about dialog I am working on, I have some text which needs to
wrap over 2 or more lines.
The control is a vcl::FixedText, however the issue is that this control
(AFAIK) cannot wrap text.
I have tried to therefore use a MultiLineEdit
(svtools/inc/svtools/svmedit.hxx) however the issue