Re: [Flashcoders] AS3: Troubles styling the List

2009-03-15 Thread Glen Pike
Hi, Have a look at this tutorial - it applies to lists too. http://www.rockabit.com/2008/04/15/combobox-text-formatting-in-as3/ Glen Alexander Farber wrote: Hello, I'm trying to change the font size in a fl.controls.List: private static const SMALL:TextFormat = new TextForm

[Flashcoders] AS3: Troubles styling the List

2009-03-14 Thread Alexander Farber
Hello, I'm trying to change the font size in a fl.controls.List: private static const SMALL:TextFormat = new TextFormat('Arial', 18, 0x00); list = new List(); list.setStyle('textFormat', SMALL); but the size of the font in the List doesn't seem to change. Has a