RE: [flexcoders] Can't get properties to compile?

2010-04-05 Thread Gordon Smith
coders@yahoogroups.com Cc: Rick Genter Subject: Re: [flexcoders] Can't get properties to compile? On Apr 4, 2010, at 8:37 PM, gabriel montagné wrote: > Hi Rick, > > On 4 April 2010 21:24, Rick Genter > mailto:rick.genter%40gmail.com>> wrote: >>

Re: [flexcoders] Can't get properties to compile?

2010-04-04 Thread Rick Genter
On Apr 4, 2010, at 8:37 PM, gabriel montagné wrote: > Hi Rick, > > On 4 April 2010 21:24, Rick Genter wrote: >> What am I missing? > > Have you declared the bundle metadata anywhere in your app? Something like... > > >[ResourceBundle("MyApp")] > > > ... in your main app? > > hth,

Re: [flexcoders] Can't get properties to compile?

2010-04-04 Thread gabriel montagné
Hi Rick, On 4 April 2010 21:24, Rick Genter wrote: > What am I missing? Have you declared the bundle metadata anywhere in your app? Something like... [ResourceBundle("MyApp")] ... in your main app? hth, gabriel -- gabriel montagné láscaris comneno http://rojored.com +44 (0) 7500

[flexcoders] Can't get properties to compile?

2010-04-04 Thread Rick Genter
I'm trying to add locale-specific properties to my application. I'm using Flex Builder 3.0.2. What I've done is: - at the root of my module, added a folder named 'res' - underneath res, added a folder named 'en_US' - within res/en_US, added a file named 'MyApp.properties', which contains my loca