The project I'm working on has several packages, each with several classes.
One package in particular compiles fine and everything works as expected and
if I run 'Check Syntax' everything checks out fine. But, if I try to 'Auto
Format' the code of one of the class files (just one of the classes in this
package - all others seem fine), I get the following error :

**Error**
/Users/temp/Desktop/20060626/Flash/com/something/somethingelse/MPUpdate.as:
Line 6: The class being compiled, 'com.something.somethingelse.MPUpdate',
does not match the class that was imported, 'MPUpdate'.
    class com.something.somethingelse.MPUpdate {

The class I'm trying to Auto Format is:
com.something.somethingelse.MPView

I've googled the error. Livedocs has this to say about the matter:

(This error occurs when a class name is spelled with a different case from
an imported class. For example, compiling class mx.com.util generates error
1166 if the statement import mx.Com appears in the util.as file.)

I've checked, re-checked and re-checked this and am sure this is not the
case (why would 'Check Syntax' check out OK if this was the case?).

I've deleted the ASO files - no luck.

Any ideas?

Thanks
Adrian P.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to