Mega Code Archive
Categories
/
Flex
/
Components
Show a Spinner control that allows wrapping back to the minimum value once the maximum value is reached
private function onClickHandler(event:Event):void { message.text += "You selected "+ mySpinner.value + "\n"; }