RE: [flexcoders] Unresolved symbol, 'NameSymbol', required by __Packages.com.myComponent

2005-11-17 Thread Oscar . Cortes
I am afraid I am not quite following your idea. SimpleSquare.as is a programmatic skin file. Something like class SimpleSquare extends UIObject { static var symbolName:String = SimpleSquare; .. ... .. it is nothing fancy. I compiled it and got a SimpleSquare.swc, which is

RE: [flexcoders] Unresolved symbol, 'NameSymbol', required by __Packages.com.myComponent

2005-11-17 Thread Roger Gonzalez
] Unresolved symbol, 'NameSymbol', required by __Packages.com.myComponent I am afraid I am not quite following your idea. SimpleSquare.as is a programmatic skin file. Something like class SimpleSquare extends UIObject { static var symbolName:String = SimpleSquare