惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
D
Docker
Jina AI
Jina AI
The GitHub Blog
The GitHub Blog
博客园 - 聂微东
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
爱范儿
爱范儿
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
Recent Announcements
Recent Announcements
U
Unit 42
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
量子位
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - aixia

好久不更新了 Flex图片过度增强版 Flex加载图片的常用的几种方式 - aixia - 博客园 组件Event新写法 - aixia - 博客园 遍历flex和flash对象的属性和方法 as3访问对象属性和方法的经典用法 - aixia - 博客园 一个蛮有用的event BitmapData中不明白的问题 Array为什么这样会有错? - aixia - 博客园 flex图片过度 AS3图片特效 自定义ToolTip flex采集证券数据 flash cs3 安装程序数据库损坏无法安装的解决方法 DataGrid通过webService和数据库绑定 flex使用外部参数详细版 给DateField和DateChooser进行汉化 flex module不编译的问题 自定义组件继承自定义组件
run-time debugger for adobe flex components
aixia · 2007-12-05 · via 博客园 - aixia

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/

上传一张我测试的图片

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