[ 
https://issues.apache.org/jira/browse/FLEX-33657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733642#comment-13733642
 ] 

Justin Mclean commented on FLEX-33657:
--------------------------------------

I tried to reproduce but only get single digit numbers with this code.

<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                                           
xmlns:s="library://ns.adobe.com/flex/spark" 
                                           
xmlns:mx="library://ns.adobe.com/flex/mx">

        <s:NumericStepper minimum="0" maximum="100" snapInterval="1" 
stepSize="1" />

</s:WindowedApplication>


I think the issue may be locale based as the NumericStepper uses NumberFormater 
that the default format may vary by locale. 

What locale are you running in?

Also what version of AIR are you using?


                
> Spark NumericStepper - View is decimal
> --------------------------------------
>
>                 Key: FLEX-33657
>                 URL: https://issues.apache.org/jira/browse/FLEX-33657
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: NumericStepper
>    Affects Versions: Apache Flex 4.10.0
>            Reporter: Robbyn Gerhardt
>             Fix For: Apache Flex 4.10.0
>
>         Attachments: Bildschirmfoto 2013-08-08 um 17.51.30.png
>
>
> Each change in snapInterval or stepSize, you can always get a decimal number 
> displayed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to