You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2014/11/26 00:12:12 UTC

[jira] [Resolved] (FLEX-34645) CurrencyFormatter the currencySymbol not null

     [ https://issues.apache.org/jira/browse/FLEX-34645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean resolved FLEX-34645.
----------------------------------
       Resolution: Not a Problem
    Fix Version/s:     (was: Apache Flex 4.14.0)

> CurrencyFormatter the currencySymbol not null
> ---------------------------------------------
>
>                 Key: FLEX-34645
>                 URL: https://issues.apache.org/jira/browse/FLEX-34645
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Flex 4.13.0
>         Environment: If I set the value currencySymbol to null, then the default icon coming out
>            Reporter: Robbyn Gerhardt
>              Labels: currency, easytest, formatter
>
> var myNumber:Number = 10;
> //Output: 10
> var fomratter:CurrencyFormatter	=	new CurrencyFormatter();
> fomratter.currencySymbol						=	null;
> fomratter.decimalSeparatorTo					=	",";
> fomratter.precision								=	2;
> fomratter.useThousandsSeparator					=	false;
> var newNumber:String	=	fomratter.format(myNumber);
> //Output: 10,00 $



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)