On Fri, Mar 28, 2008 at 8:25 AM, sakri_rosenstrom <[EMAIL PROTECTED]> wrote: > For demonstration purposes, I'd like to trace out some values from > LayoutManager.
You have make an mx/managers/ folder in your source path, then copy the original class that came with the sdk* to that folder. You can then modify that class however you want. The compiler will look first in your defined paths, so when it needs the mx.managers.LayoutManager class and finds it in you path, it'll use yours. [* I run linux, and i installed my sdk in ~/opt/flex3 so in my case, my LayoutManager file is in /home/gabriel/opt/flex3/frameworks/projects/framework/src/mx/managers ] > I'm pretty sure I saw Doug McCune doing something like that in some > video presentation of his... Yeah, the video you saw is probably this one: http://dougmccune.com/blog/2008/02/03/full-video-of-my-360flex-seattle-session-on-custom-flex-component-development/ He has plenty of examples of that technique in his blog. -- gabriel montagné láscaris comneno http://rojored.com t/506.8392.2040
