I'm sorry. I forgot it was a custom control. It is just a HSlider as below. I just pulled it out because this exact same control is used multiple places in my application.
I'll play with it next week and see if I can get a concise example of this in a single file. My day is about done and for now I can live with the [] version that throws compile\IDE warnings but works. <mx:HSlider xmlns:mx="http://www.adobe.com/2006/mxml" liveDragging="true" snapInterval="1" tickInterval="1" minimum="1" maximum="5" labels="['Low','Medium','High']"/> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4490 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
