资 源 简 介
Introduction:
This open source utility allows Adobe Flex developers to debug and alter properties of components while running an application.
How to use:
Add the ReflexUtil SWC library to your flex project
Open the Default MXML Application file
Add the following attribute to the `` tag: `xmlns:reflexutil="net.kandov.reflexutil."** * Add the following child to the **mx:Application** tag: **reflexutil:ReflexUtil/`**
Debug/Run the application. right click on the application when loaded
Click the component you wish to inspect under the mouse point
A control window will open, have fun
Inspecting Styles:
Run the application after adding the following argument to the compiler: `-keep-as3-metadata+=Style`<