Flex : Unable to open 'locale/en_US'

Posted by dta on Stack Overflow See other posts from Stack Overflow or by dta
Published on 2009-06-22T18:06:44Z Indexed on 2010/03/08 20:36 UTC
Read the original article Hit count: 419

Filed under:
|
|

Using Flex Builder :
I have created a new Actionscript Project. I want to use mx.controls.Button class in it, so I did the following :

  1. Added '-locale=en_US -source-path=locale/{locale}' to the Actionscript compiler arguments
  2. Added 'framework.swc' to the library path

But now I get this error: unable to open 'locale/en_US' I looked up and I do have the following directory inside my Flex Builder 3 installation:
./sdks/3.0.0/frameworks/locale/en_US

How to fix it?

© Stack Overflow or respective owner

Related posts about flexbuilder

Related posts about flex