Home >
Sometimes I wish Flex had the equivalent of the 'Display Element Information' feature of the Web Developer plugin for Firefox. It is often useful to see exactly where the boundaries of a container are, and selected information about a component such as its parent hierarchy.
After looking in vain, I created InfoMouse.
Let me know what you think. View source gives you everything you need to improve it.
_______________________________
Mike Slinn
Independent full-service software contractor and author
http://slinnbooks.com
http://mslinn.com




Facebook Application Development
If you haven't seen it yet: http://labs.kapit.fr/display/kapinspect/Kap+Inspect is a very nice tool for verifying DisplayObjects via Flex.
Triple, then :)
Thanks for the link :)
Here's another useful debugging tool: http://code.google.com/p/fxspy/
Excellent!
Your idea about InfoMouse has just given me some ideas for my web designing. Thanks.