hints & tips // 2007.11.28 08:36:45 [hh]
"ReFlex": ein Component Inspector für Flex-Anwendungen
Auf "Google Code" findet sich ein weiterer interessanter Component und Property Inspector für Flex-Anwendungen, der es erlaubt, Properties on-the-fly zu ändern und zu prüfen.
"How to use" von der Web-Site:
- Add the ReflexUtil SWC library to your flex project
- Open the Default MXML Application file
- Add the following child to the <mx:Application> tag: <reflexutil:ReflexUtil/>
- Add the following attribute to the <mx:Application> tag: xmlns:reflexutil="net.kandov.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
Weitere Informationen: code.google.com/ p/ reflexutil
Werbung