Introduction:
ReflexUtilis an open source utility allows Adobe Flex / Flash developers to debug and alter properties of components while running there application.
This means, that if the developer need he can add a module in to it code by one line in the main application (instructions are here). and for now on, will right clicking over the application visual objects (sample are here) , the developer able to see and discover the visual component under the mouse. and by choose his desire object, he will able to view and manipulate and discovery the object properties values.
The ReflexUtil, let the developer view and change the component:
- Measures (width, hight, maxWidth, maxHeight, etc..)
- Locations (x, y, Paddings, spacer, etc..)
- Colors.
- Style.
- Text.
- View entire style inherited and non-inherited object.
- visibility.
- includeInLayout.
- Any other public properties that the component hold.
- Discover objects that base on DisaplyObject (and not only UIComponent).
- Goto and discover the parent object
- Easily show and hide object
- The ability to apply style (by function setStyle) to object.
- The ability to duplicate DisaplyObject object and add it to the stage.
- The ability to move DisaplyObject object on the stage.
- The ability to draw on the application with colors ( for remarks) and save it to local png file (available only for flash 10).
- The ability to zoom (scale) in and out the application.
- The ability to measure gap between 2 object.
- View and run function on runtime.
- The ability to run code in run time
- The ability to listing to objects events and log them at run time
Link To The Project: http://code.google.com/p/reflexutil/

