2009/11/5 Brad Goodman <brad at bradgoodman.com>: > A little off-topic, but what about doing this programatically - like through > Haxe code? I too, have never been able to get full-justify to work. var format = textfield.getTextFormat(); format.align = "justify"; textfield.setTextFormat(format);