...I believe "TextEdit".
vuott
Mer 26/2/14, Jussi Lahtinen ha scritto:
Oggetto: Re: [Gambas-user] Richtext-Area alignment
A: "mailing list for gambas users"
Data: Mercoledì 26 febbraio 2014, 21:28
I believe he mean
I believe he means TextArea.
Jussi
On Wed, Feb 26, 2014 at 9:37 PM, Fabien Bodard wrote:
> What is richtext area ?
> Le 26 févr. 2014 18:53, "Jussi Lahtinen" a
> écrit
> :
>
> > Just quickly from hat, but maybe you need call "txt.Refresh" also.
> >
> > Jussi
> >
> >
> > On Wed, Feb 26, 2014 a
What is richtext area ?
Le 26 févr. 2014 18:53, "Jussi Lahtinen" a écrit
:
> Just quickly from hat, but maybe you need call "txt.Refresh" also.
>
> Jussi
>
>
> On Wed, Feb 26, 2014 at 1:23 PM, Rolf-Werner Eilert <
> eilert-sprac...@t-online.de> wrote:
>
> > For a Richtext-Area ("txt") I have a To
Just quickly from hat, but maybe you need call "txt.Refresh" also.
Jussi
On Wed, Feb 26, 2014 at 1:23 PM, Rolf-Werner Eilert <
eilert-sprac...@t-online.de> wrote:
> For a Richtext-Area ("txt") I have a Toggle-Button for center alignment
> ("btnZentriert") and try this:
>
> Public Sub btnZentrie
For a Richtext-Area ("txt") I have a Toggle-Button for center alignment
("btnZentriert") and try this:
Public Sub btnZentriert_Click()
If btnZentriert.Value = True Then txt.Format.Alignment = Align.Center
End
It doesn't have an effect, but I don't see how to do else.
Please enlighten me :-