Re: [flexcoders] Re: FB2: Uncaught exception in compiler

2006-06-10 Thread Douglas Knudsen
just ran into this PITA! In my case I had a typo in a as class file. I had public var foo:Array(); on accident. no fancy yellow warning fairies eitherjust about two hours of digging...e. DK On 5/4/06, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/06, bhaq1972 [EMAIL PROTECTED]

[flexcoders] Re: FB2: Uncaught exception in compiler

2006-05-04 Thread bhaq1972
I've noticed that as well. If you have an mxml component and its associated script file have the same name it doesn't like it. why is that not allowed? (btw manish thanks for your last answer to my post) regards bod --- In flexcoders@yahoogroups.com, John C. Bland II [EMAIL

Re: [flexcoders] Re: FB2: Uncaught exception in compiler

2006-05-04 Thread Manish Jethani
On 5/4/06, bhaq1972 [EMAIL PROTECTED] wrote: If you have an mxml component and its associated script file have the same name it doesn't like it. why is that not allowed? Because when it's looking for component 'Foo', it finds a 'Foo.mxml' and a 'Foo.as' and is confused which one to pick