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/

上传一张我测试的图片
run-time debugger for adobe flex components

这个东西非常的好可以在运行状态查看你的组件的属性

相关文章:

  • 2022-12-23
  • 2021-09-24
  • 2021-10-28
  • 2021-12-19
  • 2021-09-06
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2021-06-23
  • 2021-07-22
  • 2022-12-23
  • 2021-11-05
  • 2021-05-17
  • 2021-04-22
相关资源
相似解决方案