RE: [flexcoders] CurrencyFormatter applied to LineSeries

2007-02-26 Thread Ely Greenfield
: [flexcoders] CurrencyFormatter applied to LineSeries Hi all - I'm trying to use a LineSeries with stock prices. When I format the yField with the CurrencyFormatter the chart no longer works. It looks as though I need to create my own itemRenderer but have been unsuccessful thus far in my attempts

[flexcoders] CurrencyFormatter applied to LineSeries

2007-02-25 Thread marc_rossi
Hi all - I'm trying to use a LineSeries with stock prices. When I format the yField with the CurrencyFormatter the chart no longer works. It looks as though I need to create my own itemRenderer but have been unsuccessful thus far in my attempts. Is this the correct route? If so, are there any

Re: [flexcoders] CurrencyFormatter applied to LineSeries

2007-02-25 Thread leds usop
a code post will help :) if you dont mind --- marc_rossi [EMAIL PROTECTED] wrote: Hi all - I'm trying to use a LineSeries with stock prices. When I format the yField with the CurrencyFormatter the chart no longer works. It looks as though I need to create my own itemRenderer but have

[flexcoders] currencyformatter

2006-09-20 Thread s_hernandez01
Does anyone know how to set the currencyformatter with a dollar sign and two decimal places in a datagrid without it having no affect on totaling all the items in the column? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] currencyformatter

2006-09-20 Thread Anatole Tartakovsky
use LabelFunction On 9/20/06, s_hernandez01 [EMAIL PROTECTED] wrote: Does anyone know how to set the currencyformatter with a dollar signand two decimal places in a datagrid without it having no affect ontotaling all the items in the column? __._,_.___ -- Flexcoders Mailing List

Re: [flexcoders] CurrencyFormatter

2005-05-13 Thread Jonathan Bezuidenhout
:[EMAIL PROTECTED] On Behalf Of jonbez Sent: Thursday, May 12, 2005 8:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] CurrencyFormatter Hi Everyone, I need to be able to display an amount in the following format: 15,99$ I use the following currency formatter

[flexcoders] CurrencyFormatter

2005-05-12 Thread jonbez
Hi Everyone, I need to be able to display an amount in the following format: 15,99$ I use the following currency formatter, but it does not seem to work. mx:CurrencyFormatter id=priceFormat precision=2 rounding=nearest alignSymbol=right decimalSeparatorFrom=. decimalSeparatorTo=,/ (The

RE: [flexcoders] CurrencyFormatter

2005-05-12 Thread Matt Chotin
You also need to set the thousandsSeparator to something other than , so that it doesnt interfere. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jonbez Sent: Thursday, May 12, 2005 8:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders