[flexcoders] compile error with beta 2 sdk

2007-10-29 Thread Scott Melby
Can anybody shed light on this compiler error I am getting after upgrading to the beta 2 sdk? [mxmlc] Error: Unable to resolve resource bundle datamanagement for locale en_US. In case it helps... My app uses only HttpService to retrieve data from a back end web service. Any help is

Re: [flexcoders] compile error with beta 2 sdk *** SOLVED ***

2007-10-29 Thread Scott Melby
It looks like I have resolved this. In the past, in order to compile an app that uses AdvancedDataGrid I needed to include only the datavisualtion.swc file in my compiler.library-path. But, now I need to include the datavisualization_rb.swc as well to get the resource bundles. Scott Scott