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

推荐订阅源

S
SegmentFault 最新的问题
Jina AI
Jina AI
罗磊的独立博客
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
J
Java Code Geeks
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
InfoQ
月光博客
月光博客
博客园_首页
Vercel News
Vercel News
P
Proofpoint News Feed
GbyAI
GbyAI
Y
Y Combinator 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/

上传一张我测试的图片

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