[ascoders] Re: TextFormat.tabStops
- From: Manuel.Dahm@xxxxxxxxxxx (Manuel Dahm)
- To: <ascoders@xxxxxxxxxxxxx>
- Date: Wed, 11 Dec 2002 22:25:03 +0100
Hoi,
auf garkeine Fall, das sind doch mal Fakten!
Manuel
----- Original Message -----
From: "Michael Kneib" <listen@xxxxxxxxx>
To: <ascoders@xxxxxxxxxxxxx>
Sent: Wednesday, December 11, 2002 9:30 PM
Subject: [ascoders] TextFormat.tabStops
> Hallo Ihr,
>
> Die AS-Referenz zum Thema TextFormat.tabStops ist nicht grad ausführlich,
> wenn nicht gar als unverständlich zu bezeichnen.
> Weil mich das grad geärgert hat, gibts hier ein anwendungsbeispiel:
>
>
> mf = new TextFormat ();
> mf.tabStops = [100, 250]; // pixel für die tabs von l. n. r.
> this.createTextField ("test", 1, 50, 50, 400, 200);
> test.multiline = true;
> test.text = "ich bin ein \ttabulator und ich \tauch\nnoch ein \ttabulator
> und \tnochmal";
> test.setTextFormat (mf);
>
>
> ich hoffe dieser beitrag war nicht zu anspruchlslos für die gruppe :)
>
> gruss
> michael
>
>
>
> ------------------------------------------------------
> Archiv : http://www.freelists.org/archives/ascoders/
> Optionen : http://www.freelists.org/list/ascoders
> ------------------------------------------------------
>
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- Follow-Ups:
- [ascoders] Re: TextFormat.tabStops
- From: timo stamm
- References:
- [ascoders] TextFormat.tabStops
- From: Michael Kneib
Other related posts:
- » [ascoders] TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- » [ascoders] Re: TextFormat.tabStops
- [ascoders] Re: TextFormat.tabStops
- From: timo stamm
- [ascoders] TextFormat.tabStops
- From: Michael Kneib