Dale, I suspect you can use the approach used here to make the FormItem label wrap: http://www.nbilyk.com/multiline-formitem-label
Basically extend HSlider and draw your own label... On Mon, Mar 4, 2013 at 4:16 PM, Dale Bronk <[email protected]> wrote: > Can anyone offer me some help on how to word wrap a label on an HSlider? > > <mx:HSlider id="costRating" minimum="0" maximum="4" value="0" > snapInterval="0.1" tickInterval="1" > > labels="['None','★','★★','★★★','★★★★']" > allowTrackClick="true" liveDragging="false" width="200" > change="onSliderChange()" > dataTipFormatFunction="myDataTipFunc" > dataTipPrecision="1" > dataTipPlacement="bottom" > showTrackHighlight="true" /> > > ★ is a star symbol. I'd like the last label which is 4 stars to > word wrap so that it is two rows each with 2 stars. > > Thanks, > Dale >
