www.51flex.net
好东西大家一起分享 只说技术不拉家常

How to use:

  • Add the ReflexUtil SWC library to your flex project
  • 将组件引入工程 
  • Open the Default MXML Application file
  • 打开工程的主程序的MXML文件 
  • Add the following child to the <mx:Application> tag: <reflexutil:ReflexUtil/>
  • 在<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
  • 即将打开调试界面 


downloadurl :  http://code.google.com/p/reflexutil/

上传一张我测试的图片


这个东西非常的好可以在运行状态查看你的组件的属性
posted on 2007-12-05 01:46  aixia  阅读(4706)  评论(0编辑  收藏  举报