[flexcoders] Re: extends, 2 questions

2008-11-19 Thread Michael VanDaniker
Just create the package structure for mx.core in your source folder and copy UIComponent to that directory. The compiler will use that UIComponent instead of the one in the SDK, so if you change the base class there everything should work as you expect. You'll need to grab Version.as as well

[flexcoders] Re: extends, 2 questions

2008-11-19 Thread bmilesp
absolutely brilliant. thank you! -b --- In flexcoders@yahoogroups.com, Michael VanDaniker [EMAIL PROTECTED] wrote: Just create the package structure for mx.core in your source folder and copy UIComponent to that directory. The compiler will use that UIComponent instead of the one in the