RE: [flexcoders] CurrencyFormatter in ActionScript

2004-03-29 Thread Matt Boles
: RE: [flexcoders] CurrencyFormatter in ActionScript   Hi Matt,   it looks like you are missing something like myFormatter = new mx.formatters.CurrencyFormatter();   Best,     Waldo Smeets   Sales Engineer Macromedia Benelux   Blog: www.macromedia.com/go/blog_benelux

RE: [flexcoders] CurrencyFormatter in ActionScript

2004-03-29 Thread Waldo Smeets
and delete all copies of it from your computer.   From: Matt Boles [mailto:[EMAIL PROTECTED] Sent: 29 March 2004 13:57To: 'flexcoders@yahoogroups.com'Subject: [flexcoders] CurrencyFormatter in ActionScript I am using a CurrencyFormatter class in an ActionScript controller.  It

CurrencyFormatter in ActionScript

2004-03-29 Thread Matt Boles
I am using a CurrencyFormatter class in an ActionScript controller.  It works fine if I first declare the object as an Object, then as a CurrencyFormatter: class P4_6Controllerb {     // properties     public var exampleView:Object;     private var myFormatter:O