  | |  | ERROR: class compiled doesn 't match class imported? | ERROR: class compiled doesn 't match class imported?
2004-02-18 - By Craig Earls
Back I am trying to split my project up into packages. I have the FLA in a
root directory then com/extrapolate/ holds all of my AS2.0 files (they
were in the root directory and everything worked fine). I changed the
linkages in the FLA to point to the new package, and add the fully
qualified pathname to the class definition in each script file. Now I am
getting many, many, of these errors:
**Error** C:\Program Files\Apache
Group\Apache\htdocs\com\extrapolate\BlueTab.as: Line 3: The class being
compiled, 'com.extrapolate.BlueTab ', does not match the class that was
imported, 'BlueTab '.
class com.extrapolate.BlueTab extends mx.controls.Tab {
Can anyone tell me what I am doing wrogn?
The actual code that generated this (BlueTab.as) is:
import mx.controls.Tab;
class com.extrapolate.BlueTab extends mx.controls.Tab {
static var symbolName:String = "BlueTab ";
static var symbolOwner:Object = BlueTab;
static var className:String = "BlueTab "
var falseUpSkin:String = "TabSkin ";
var falseDownSkin:String = "TabSkin ";
var falseOverSkin:String = "TabSkin "
var falseDisabledSkin:String = "TabSkin ";
var trueUpSkin:String = "TabSkin ";
var trueDownSkin:String = "TabSkin ";
var trueOverSkin:String = "TabSkin ";
var trueDisabledSkin:String = "TabSkin ";
function BlueTab(){
}
}
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104609
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |