And this has a helper function for intelligently truncating a string:
http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/
Michael
Steve Kellogg wrote:
Hello,
The standard behavior for a combobox is to grow in width until it's
wide enough to display the current selection.
Is there anyway to tell a ComboBox to Truncate the current displayed
Selection if it's too wide for a ComboBox?
I've tried setting both the "left" and "right" for the box in the hope
that Flex would recognize this as a hard limit, but it doesn't seem to
work like this.
TIA
Steve