[flexcoders] Compile error when trying to use an extended spark TextInput

2010-07-14 Thread bhaq1972
I have created a very simple MyTextInput MyTextInput.mxml - ?xml version=1.0 encoding=utf-8? s:TextInput xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx fx:Declarations !-- Place non-visual

Re: [flexcoders] Compile error when trying to use an extended spark TextInput

2010-07-14 Thread Andriy Panas
I cannot reproduce your issue in a normal case. I can reproduce your issue only in extreme case, e.g. local:MyTextInput text=textValue1 fx:StringtextValue2/fx:String /local:MyTextInput BTW, why extend from TextInput class in MXML? If there are no visual subchildren in your custom

[flexcoders] Compile Error Under 3.5a but not 3.4

2010-02-21 Thread mcaplan_labnet
Hi There, I'm unsure what is going on, but I can't compile my project under 3.5. Works fine under 3.4. I get the following errors in 3.5: Encountered errors or warnings while building project Alloys.mxml. Alloys.mxml: Invalid component name 'modules.Alloys': component name must be legal

[flexcoders] Compile error

2009-05-27 Thread markgoldin_2000
What does that error mean? could not find source for class classname Thanks

Re: [flexcoders] Compile error

2009-05-27 Thread Aaron Hardy
It means it can't find the source for the class with the name classname. It's likely that either you didn't import the class or the class isn't in your project. Aaron markgoldin_2000 wrote: What does that error mean? could not find source for class classname Thanks

Re: [flexcoders] Compile error with flex sdk 3.1

2008-10-20 Thread jitendra jain
Your flex build path is not pointing to Flex SDK3.1.0. Replace it if not... Thanks, with Regards, Jitendra Jain From: Pankaj Arora [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, 18 October, 2008 10:28:05 AM Subject: [flexcoders] Compile

[flexcoders] Compile error with flex sdk 3.1

2008-10-19 Thread Pankaj Arora
Hi, I just upgraded to Flex SDK 3.1.0 and it gives me error : ] Error: Unable to resolve resource bundle datamanagement for locale en_US. It is coming when I use mx.controls.AdvancedDataGrid. Any ideas on how this can be resolved. This was working fine with Flex SDK 3.0 Also in

[flexcoders] compile error: Unable to resolve a class for ResourceBundle: charts.

2008-06-04 Thread coder3
Hi All, i got this compile error while i do ant build. i have flex2sdk, and looks like i need flex charting 2 installed on my linux machine? where i can find the flex charting 2 installer? now the adobe website has flex3 all over the place. thanks C. -- View this message in context:

[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

[flexcoders] Compile error with mxmlc and ModuleLoader

2007-10-23 Thread philip_carlson
Hello, I'm trying to do that nifty thing where you remove the framework classes from your Module swfs. Unfortunately, I seem to be unable to even compile my main mxml application file. I know you need to compile the main mxml with the command line compiler give it a -link-report option, but

RE: [flexcoders] Compile error with mxmlc and ModuleLoader

2007-10-23 Thread Alex Harui
: Tuesday, October 23, 2007 4:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Compile error with mxmlc and ModuleLoader Hello, I'm trying to do that nifty thing where you remove the framework classes from your Module swfs. Unfortunately, I seem to be unable to even compile my main mxml

[flexcoders] compile error (Please help)

2006-07-08 Thread tonyx_788
i'm really new in FLEX 2 b1 and ACTIONSCRIPTanyone knows why i get this error when flash compilesError: code:Client.URLRequired string:'A URL must be specified with useProxy set to false.' detail:'null' at mx.rpc.http::HTTPService/send() at mx.rpc.http.mxml::HTTPService/send() at

RE: [flexcoders] compile error (Please help)

2006-07-08 Thread Shannon Hicks
quot; You need to maybe do this instead: creationComplete="cargarDatos()" Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tonyx_788Sent: Saturday, July 08, 2006 12:04 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] compile error (Please help) i'm really new i