Hi, I have application where I use the NumberFormatter-class and its thousandSeparator-property to get space between the hundred- and thousand-values. Now using this approach introduces a new problem: when the value is near the border of text field, Flex is splitting it in two separate lines. So eg. the following text
"100 is less than 200 000 when we aren't living in monty python world" should read "100 is less than 200 000 when we aren't living in monty python world" Does anyone have an easy solution for accomplishing this?

